diff options
-rw-r--r-- | graphics/netpbm/Makefile | 2 | ||||
-rw-r--r-- | graphics/netpbm/distinfo | 2 | ||||
-rw-r--r-- | graphics/netpbm/files/patch-converter::other::pnmtotiffcmyk.c | 15 |
3 files changed, 2 insertions, 17 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index cac7b3d..2551af3 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netpbm -PORTVERSION= 10.3 +PORTVERSION= 10.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo index 36d89938..46c95cc 100644 --- a/graphics/netpbm/distinfo +++ b/graphics/netpbm/distinfo @@ -1 +1 @@ -MD5 (netpbm-10.3.tgz) = 73ffe1962788d585e041684260dfadae +MD5 (netpbm-10.4.tgz) = d8bd16fa1e9f955846d9f8d88972fa84 diff --git a/graphics/netpbm/files/patch-converter::other::pnmtotiffcmyk.c b/graphics/netpbm/files/patch-converter::other::pnmtotiffcmyk.c deleted file mode 100644 index 86e8ca7..0000000 --- a/graphics/netpbm/files/patch-converter::other::pnmtotiffcmyk.c +++ /dev/null @@ -1,15 +0,0 @@ ---- converter/other/pnmtotiffcmyk.c.orig Sat May 13 09:29:45 2000 -+++ converter/other/pnmtotiffcmyk.c Tue Jun 18 00:00:00 2002 -@@ -71,8 +71,12 @@ - #define VERSION 1.01 - - /* beware - these evaluate more than once */ -+#ifndef MAX - #define MAX(x, y) ( ( x ) > ( y ) ? ( x ) : ( y ) ) -+#endif -+#ifndef MIN - #define MIN(x, y) ( ( x ) < ( y ) ? ( x ) : ( y ) ) -+#endif - - /* only support 8 bit values */ - #define MAXTIFFBITS 8 |