diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-09 23:54:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-09 23:54:33 +0000 |
commit | 30e8eb7f062438d6086addab81d4379b3d2760dc (patch) | |
tree | 63015505d6902e7fb20038c640ca7b225cac4e3d /graphics/netpbm | |
parent | o Update to 0.7 (diff) |
update to 9.20
PR: 31179
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=48633
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-ba | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 60c2f1db3b65..cb68cf571996 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netpbm -PORTVERSION= 9.19 +PORTVERSION= 9.20 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo index cbb06a2e929e..4f5cbc5b14e3 100644 --- a/graphics/netpbm/distinfo +++ b/graphics/netpbm/distinfo @@ -1 +1 @@ -MD5 (netpbm-9.19.tgz) = c5793f67bb96c8bc7ff4531d0b9c08ac +MD5 (netpbm-9.20.tgz) = a815a1f0ae94d727cb6614698f3aff28 diff --git a/graphics/netpbm/files/patch-ba b/graphics/netpbm/files/patch-ba index c0f521c5c894..eb574857d76b 100644 --- a/graphics/netpbm/files/patch-ba +++ b/graphics/netpbm/files/patch-ba @@ -1,5 +1,5 @@ ---- GNUmakefile.orig Fri Aug 17 13:34:44 2001 -+++ GNUmakefile Wed Sep 5 00:00:00 2001 +--- GNUmakefile.orig Sat Sep 22 01:26:48 2001 ++++ GNUmakefile Wed Oct 10 00:00:00 2001 @@ -69,7 +69,7 @@ default: $(DEFAULT_TARGET) @@ -10,13 +10,13 @@ .PHONY: nonmerge nonmerge: $(SUBDIRS) @@ -160,10 +160,10 @@ - - .PHONY: install.hdr install.hdr: $(INSTALLHDRS) $(SRCDIR)/pm_config.h -- $(INSTALL) -c -m$(INSTALL_PERM_HDR) \ + # See notes in Makefile.common about how $(INSTALL) varies from one + # platform to another. +- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \ + ${BSD_INSTALL_DATA} \ $(SRCDIR)/pm_config.h $(INSTALLHDRS) -- $(INSTALL) -c -m$(INSTALL_PERM_HDR) \ +- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \ - $(SRCDIR)/shhopt/shhopt.h $(INSTALLHDRS) + ${BSD_INSTALL_DATA} \ + $(SRCDIR)/shhopt/pm_shhopt.h $(INSTALLHDRS) |