summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoreduardo <eduardo@35697150-7ecd-e111-bb59-0022644237b5>2021-03-19 06:52:39 +0000
committereduardo <eduardo@35697150-7ecd-e111-bb59-0022644237b5>2021-03-19 06:52:39 +0000
commitfed4af439e344fc758e68d306b204b79f34c3f36 (patch)
treeaa02155607946fdde7b8674faeb7eedb57c1e5ed /graphics
parente48858dab309ea6da52114a4d8eb1a94fc932ad5 (diff)
downloadfreebsd-ports-fed4af439e344fc758e68d306b204b79f34c3f36.tar.gz
freebsd-ports-fed4af439e344fc758e68d306b204b79f34c3f36.tar.bz2
graphics/mtpaint: update to 3.50.08
- remove USES=tar:bzip2 related to 3.40 distfile tar.bz2 - use ${PREFIX}/share/man for manual pages - turn on WEBP option by default (forgotten in last update) Changelog-like descriptions in each commit since 3.50.3 [1]. [1] https://github.com/wjaguar/mtPaint/commits/master Differential Revision: https://reviews.freebsd.org/D29321 git-svn-id: http://svn.freebsd.org/ports/head@568774 35697150-7ecd-e111-bb59-0022644237b5
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mtpaint/Makefile12
-rw-r--r--graphics/mtpaint/distinfo6
-rw-r--r--graphics/mtpaint/files/patch-configure10
-rw-r--r--graphics/mtpaint/pkg-plist4
4 files changed, 16 insertions, 16 deletions
diff --git a/graphics/mtpaint/Makefile b/graphics/mtpaint/Makefile
index f58c934983a7..994c87d16fbe 100644
--- a/graphics/mtpaint/Makefile
+++ b/graphics/mtpaint/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mtpaint
-PORTVERSION= 3.50.03
+PORTVERSION= 3.50.08
CATEGORIES= graphics
MAINTAINER= eduardo@FreeBSD.org
@@ -15,15 +15,15 @@ LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libfreetype.so:print/freetype2
-USES= desktop-file-utils gmake gnome iconv jpeg pkgconfig tar:bzip2 xorg
+USES= desktop-file-utils gmake gnome iconv jpeg pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= wjaguar
GH_PROJECT= mtPaint
-GH_TAGNAME= 40bde45
+GH_TAGNAME= 4ea607e
USE_GNOME= cairo gdkpixbuf2 gtk30
USE_XORG= x11
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man/man1 \
+CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/share/man/man1 \
--localedir=${PREFIX}/share/locale \
asneeded gtk3 cflags ft jpeg man tiff
@@ -33,7 +33,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
PORTDOCS= NEWS README
OPTIONS_DEFINE= DOCS LCMS2 NLS OPENJPEG WEBP
-OPTIONS_DEFAULT= LCMS2 OPENJPEG
+OPTIONS_DEFAULT= LCMS2 OPENJPEG WEBP
OPTIONS_SUB= yes
LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2
@@ -51,7 +51,7 @@ WEBP_CONFIGURE_ON= webp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1
+ ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.desktop \
${STAGEDIR}${DESKTOPDIR}
${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.png \
diff --git a/graphics/mtpaint/distinfo b/graphics/mtpaint/distinfo
index 3f11db5584ad..520aa0195851 100644
--- a/graphics/mtpaint/distinfo
+++ b/graphics/mtpaint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611508400
-SHA256 (wjaguar-mtPaint-3.50.03-40bde45_GH0.tar.gz) = ee38e0023a4c431390de5ec0ec93d8e5c16792b6143cd563ea11186d9ca60550
-SIZE (wjaguar-mtPaint-3.50.03-40bde45_GH0.tar.gz) = 1189924
+TIMESTAMP = 1616051072
+SHA256 (wjaguar-mtPaint-3.50.08-4ea607e_GH0.tar.gz) = 015a76531d4f6e2cd2742b021dd25ed0240af4ab4dc7f33e190c52f739f63317
+SIZE (wjaguar-mtPaint-3.50.08-4ea607e_GH0.tar.gz) = 1204999
diff --git a/graphics/mtpaint/files/patch-configure b/graphics/mtpaint/files/patch-configure
index fc176dbc2b16..b9272c05817a 100644
--- a/graphics/mtpaint/files/patch-configure
+++ b/graphics/mtpaint/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2021-01-23 07:22:40 UTC
+--- configure.orig 2021-03-10 19:47:48 UTC
+++ configure
-@@ -74,6 +74,7 @@ do
+@@ -70,6 +70,7 @@ do
"webp" ) NWEBP=YES;;
"nowebp" ) NWEBP=NO;;
"staticwebp" ) STATIC_WEBP=WebP;;
@@ -8,7 +8,7 @@
"noft" ) NFT=NO;;
"staticft" ) STATIC_FT=FreeType;;
"lcms" ) NCMS=LittleCMS;;
-@@ -523,7 +524,7 @@ else # $OPTS = CFLAGS
+@@ -506,7 +507,7 @@ else # $OPTS = CFLAGS
MARCH=
# And leave CFLAGS alone
fi
@@ -17,12 +17,12 @@
# Set Windows-specific flags
if [ "$OS" != "${OS#MinGW/}" ]
then
-@@ -856,7 +857,7 @@ General
+@@ -830,7 +831,7 @@ General
-------
Version $MT_V
- System $OS
+ System $OSTYPE
- Toolkit GTK+$GTK${GTK2VERSION:+.$GTK2VERSION}
+ Toolkit GTK+$GTK${GTKVERSION:+.$GTKVERSION}
Lists GTK+$MT_LISTS
File Picker $MT_FPICK
diff --git a/graphics/mtpaint/pkg-plist b/graphics/mtpaint/pkg-plist
index 66325c1e38a3..3b762d55a8bd 100644
--- a/graphics/mtpaint/pkg-plist
+++ b/graphics/mtpaint/pkg-plist
@@ -1,5 +1,4 @@
bin/mtpaint
-man/man1/mtpaint.1.gz
share/applications/mtpaint.desktop
%%NLS%%share/locale/cs/LC_MESSAGES/mtpaint.mo
%%NLS%%share/locale/de/LC_MESSAGES/mtpaint.mo
@@ -9,8 +8,8 @@ share/applications/mtpaint.desktop
%%NLS%%share/locale/hu/LC_MESSAGES/mtpaint.mo
%%NLS%%share/locale/it/LC_MESSAGES/mtpaint.mo
%%NLS%%share/locale/ja/LC_MESSAGES/mtpaint.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/mtpaint.mo
%%NLS%%share/locale/kab/LC_MESSAGES/mtpaint.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/mtpaint.mo
%%NLS%%share/locale/pl/LC_MESSAGES/mtpaint.mo
%%NLS%%share/locale/pt/LC_MESSAGES/mtpaint.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/mtpaint.mo
@@ -21,4 +20,5 @@ share/applications/mtpaint.desktop
%%NLS%%share/locale/tr/LC_MESSAGES/mtpaint.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/mtpaint.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/mtpaint.mo
+share/man/man1/mtpaint.1.gz
share/pixmaps/mtpaint.png