diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-12 19:44:16 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-12 19:44:16 +0000 |
commit | 06262bed3f172a049c7f7cbd61d9c5c16dd6627f (patch) | |
tree | e3f0cee39ec63d35d6e8880711bff55e23ef331f /graphics/netpbm | |
parent | ce0a83dd53bc378aae2c2bcbfb429a74a1adc8f1 (diff) | |
download | ports-06262bed3f172a049c7f7cbd61d9c5c16dd6627f.tar.gz ports-06262bed3f172a049c7f7cbd61d9c5c16dd6627f.zip |
Notes
Diffstat (limited to 'graphics/netpbm')
-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 cac7b3db39a7..2551af37308b 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 36d89938e9ab..46c95cc739aa 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 86e8ca771d08..000000000000 --- 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 |