diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-17 19:35:03 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-17 19:35:03 +0000 |
commit | 7cdf64791e802e6b06a1e8e04d80da1c1712adc5 (patch) | |
tree | c9728aec518739abf5a1fdde85b5aca1608e3f26 /graphics/xpaint | |
parent | 15339b5e992b80888216e9b7a688d4eb2feecbcd (diff) | |
download | ports-7cdf64791e802e6b06a1e8e04d80da1c1712adc5.tar.gz ports-7cdf64791e802e6b06a1e8e04d80da1c1712adc5.zip |
Notes
Diffstat (limited to 'graphics/xpaint')
-rw-r--r-- | graphics/xpaint/Makefile | 5 | ||||
-rw-r--r-- | graphics/xpaint/distinfo | 4 | ||||
-rw-r--r-- | graphics/xpaint/files/patch-Imakefile | 26 |
3 files changed, 12 insertions, 23 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 4b37c200a3c1..e5ecf2bfaa44 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -6,12 +6,11 @@ # PORTNAME= xpaint -PORTVERSION= 2.7.6.3 +PORTVERSION= 2.7.7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ac-grenoble.fr/Office/ MASTER_SITE_SUBDIR= sf-${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:R}_${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= A simple paint program @@ -19,8 +18,6 @@ COMMENT= A simple paint program LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} - USE_BZIP2= yes USE_IMAKE= yes USE_XPM= yes diff --git a/graphics/xpaint/distinfo b/graphics/xpaint/distinfo index d4684a95d696..ddd6dc1d913e 100644 --- a/graphics/xpaint/distinfo +++ b/graphics/xpaint/distinfo @@ -1,2 +1,2 @@ -MD5 (xpaint-2.7.6_3.tar.bz2) = 26d66235051efe48837cf78b9f898113 -SIZE (xpaint-2.7.6_3.tar.bz2) = 405613 +MD5 (xpaint-2.7.7.tar.bz2) = e6086b87adf5bac8e6d207248b760eff +SIZE (xpaint-2.7.7.tar.bz2) = 403208 diff --git a/graphics/xpaint/files/patch-Imakefile b/graphics/xpaint/files/patch-Imakefile index e7950c112b8b..fc158b67d45b 100644 --- a/graphics/xpaint/files/patch-Imakefile +++ b/graphics/xpaint/files/patch-Imakefile @@ -1,14 +1,6 @@ ---- Imakefile.orig Sun Mar 20 21:15:32 2005 -+++ Imakefile Wed Apr 6 16:17:16 2005 -@@ -13,6 +13,7 @@ - "-DSHAREDIR=\"$(SHAREDIR)\"" \ - "-DXAPPLOADDIR=\"$(XAPPLOADDIR)\"" \ - "-DXPAINT_VERSION=\"$(VERSION)\"" \ -+ "-DARROW_SCROLLBAR" \ - - #ifdef LPCCMD - DEFINES += "-DLPCCMD=\"$(LPCCMD)\"" -@@ -98,7 +99,7 @@ +--- Imakefile.orig Thu Apr 28 05:59:37 2005 ++++ Imakefile Mon May 9 00:54:49 2005 +@@ -102,7 +102,7 @@ #endif DEPLIBS = always xpaint.man XPaint.ad @@ -17,7 +9,7 @@ SUBDIRS = rw -@@ -148,7 +149,7 @@ +@@ -152,7 +152,7 @@ xaw:: -$(RM) $(XAWDEPENDS) @@ -26,7 +18,7 @@ echo "XAWLIB_DEFINES = -DXAWPLAIN" > Local.xawdefs echo "SYS_LIBRARIES = XawClientLibs -lm" >> Local.xawdefs xmkmf -a ; make -@@ -160,7 +161,7 @@ +@@ -164,7 +164,7 @@ xaw3d:: -$(RM) $(XAWDEPENDS) @@ -35,7 +27,7 @@ echo "XAWLIB_DEFINES = -DXAW3D" > Local.xawdefs echo "SYS_LIBRARIES = -lXaw3d -L." >> Local.xawdefs xmkmf ; cd rw ; xmkmf ; cd .. ; make -@@ -171,7 +172,7 @@ +@@ -175,7 +175,7 @@ xaw3dg:: -$(RM) $(XAWDEPENDS) @@ -44,7 +36,7 @@ echo "XAWLIB_DEFINES = -DXAW3D -DXAW3DG" > Local.xawdefs echo "SYS_LIBRARIES = -lXaw3d -L." >> Local.xawdefs xmkmf ; cd rw ; xmkmf ; cd .. ; make -@@ -182,7 +183,7 @@ +@@ -186,7 +186,7 @@ nextaw:: -$(RM) $(XAWDEPENDS) @@ -53,7 +45,7 @@ echo "XAWLIB_DEFINES = -DXAW3D" > Local.xawdefs echo "SYS_LIBRARIES = -lneXtaw -L." >> Local.xawdefs xmkmf ; cd rw ; xmkmf ; cd .. ; make -@@ -193,7 +194,7 @@ +@@ -197,7 +197,7 @@ xaw95:: -$(RM) $(XAWDEPENDS) @@ -62,7 +54,7 @@ echo "XAWLIB_DEFINES = -DXAW95" > Local.xawdefs echo "SYS_LIBRARIES = -lXaw95 -L." >> Local.xawdefs xmkmf -a ; make -@@ -225,7 +226,7 @@ +@@ -229,7 +229,7 @@ XPAINT_PRINT_COMMAND "$(PRINT_COMMAND)" \ XPAINT_POSTSCRIPT_VIEWER "$(POSTSCRIPT_VIEWER)" \ XPAINT_EXTERN_VIEWER "$(EXTERN_VIEWER)" |