summaryrefslogtreecommitdiff
path: root/graphics/netpbm
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-10-24 13:49:15 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-10-24 13:49:15 +0000
commitc35e3fb6577243994131e4fb25c7bfb1b1e7ccb9 (patch)
tree8389caed6e282a8ed77dfecba9cfb09e0cc957b0 /graphics/netpbm
parentUpdate to 0.77.0 (diff)
Update to 10.11
PR: 44230 Submitted by: tkato@prontomail.com
Notes
Notes: svn path=/head/; revision=68732
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/Makefile2
-rw-r--r--graphics/netpbm/distinfo2
-rw-r--r--graphics/netpbm/files/patch-analyzer::Makefile11
-rw-r--r--graphics/netpbm/files/patch-converter::pbm::thinkjettopbm.l10
4 files changed, 12 insertions, 13 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index ffd75742dd99..eea4806f248b 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= netpbm
-PORTVERSION= 10.10
+PORTVERSION= 10.11
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo
index d7441e07e139..1b9d2899ad5e 100644
--- a/graphics/netpbm/distinfo
+++ b/graphics/netpbm/distinfo
@@ -1 +1 @@
-MD5 (netpbm-10.10.tgz) = 50c01683e45887d9e55c0a17927501df
+MD5 (netpbm-10.11.tgz) = bc4db63cd38498a383c2594d842f1bc3
diff --git a/graphics/netpbm/files/patch-analyzer::Makefile b/graphics/netpbm/files/patch-analyzer::Makefile
deleted file mode 100644
index 867723a222ce..000000000000
--- a/graphics/netpbm/files/patch-analyzer::Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- analyzer/Makefile.orig Sat Sep 28 02:02:50 2002
-+++ analyzer/Makefile Sat Oct 12 00:00:00 2002
-@@ -31,7 +31,7 @@
- .PHONY: all
- all: $(BINARIES)
-
--HEADERLINKS = pm_config.h pm.h pbm.h pgm.h ppm.h pnm.h pam.h shhopt.h
-+HEADERLINKS = pm_config.h pm.h pbm.h pgm.h ppm.h ppmcmap.h pnm.h pam.h shhopt.h nstring.h
-
- include $(SRCDIR)/Makefile.common
-
diff --git a/graphics/netpbm/files/patch-converter::pbm::thinkjettopbm.l b/graphics/netpbm/files/patch-converter::pbm::thinkjettopbm.l
new file mode 100644
index 000000000000..1c761c481b8e
--- /dev/null
+++ b/graphics/netpbm/files/patch-converter::pbm::thinkjettopbm.l
@@ -0,0 +1,10 @@
+--- converter/pbm/thinkjettopbm.l.orig Thu Oct 17 12:19:09 2002
++++ converter/pbm/thinkjettopbm.l Sat Oct 19 00:00:00 2002
+@@ -33,7 +33,6 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <unistd.h>
+-#include <getopt.h>
+ #include "pbm.h"
+
+ #define YY_NO_UNPUT