aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngcheck
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-26 15:30:19 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-26 15:30:19 +0000
commit0a84214db5fd676992878c66edc9cd36685b5af3 (patch)
tree0a5ecedd970f12c8efa87b5f4e43e6d31bd71e1a /graphics/pngcheck
parent7acc6ba7438948e752ee6fb6d8cc6dd535437eed (diff)
downloadports-0a84214db5fd676992878c66edc9cd36685b5af3.tar.gz
ports-0a84214db5fd676992878c66edc9cd36685b5af3.zip
Update to version 1.99.3
PR: 23076 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=35448
Diffstat (limited to 'graphics/pngcheck')
-rw-r--r--graphics/pngcheck/Makefile7
-rw-r--r--graphics/pngcheck/distinfo2
-rw-r--r--graphics/pngcheck/files/patch-aa8
-rw-r--r--graphics/pngcheck/pkg-plist3
4 files changed, 14 insertions, 6 deletions
diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile
index 0d80788cd225..19e9431483cf 100644
--- a/graphics/pngcheck/Makefile
+++ b/graphics/pngcheck/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pngcheck
-PORTVERSION= 1.99.2
+PORTVERSION= 1.99.3
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \
ftp://swrinde.nde.swri.edu/pub/png/applications/
@@ -17,5 +17,10 @@ MAKEFILE= Makefile.unx
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngcheck ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/pngcheck
+ ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/pngcheck
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pngcheck
+.endif
.include <bsd.port.mk>
diff --git a/graphics/pngcheck/distinfo b/graphics/pngcheck/distinfo
index e22cd0688bb8..67c0086c7f6a 100644
--- a/graphics/pngcheck/distinfo
+++ b/graphics/pngcheck/distinfo
@@ -1 +1 @@
-MD5 (pngcheck-1.99.2.tar.gz) = c62dcb47940001e6e74fb50baf570ad7
+MD5 (pngcheck-1.99.3.tar.gz) = 2bd2280a3c53668c39c1c855ef80e6b1
diff --git a/graphics/pngcheck/files/patch-aa b/graphics/pngcheck/files/patch-aa
index ba20f89a32b8..2175716c3ec8 100644
--- a/graphics/pngcheck/files/patch-aa
+++ b/graphics/pngcheck/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.unx Thu Nov 18 22:39:03 1999
-+++ Makefile.unx.new Tue Jul 4 01:47:15 2000
+--- Makefile.unx.orig Fri Nov 19 12:39:03 1999
++++ Makefile.unx Wed Nov 22 21:28:00 2000
@@ -23,13 +23,13 @@
#ZLIB = -L$(ZPATH) -lz
ZLIB = $(ZPATH)/libz.a
@@ -12,10 +12,10 @@
-CC = gcc
-LD = gcc
+CC ?= gcc
-+LD ?= $(CC)
++LD = $(CC)
RM = rm
-CFLAGS = -O3 -Wall $(INCS) -DUSE_ZLIB
-+CFLAGS += -Wall $(INCS) -DUSE_ZLIB
++CFLAGS += $(INCS) -DUSE_ZLIB
# [note that -Wall is a gcc-specific compilation flag ("all warnings on")]
O = .o
E =
diff --git a/graphics/pngcheck/pkg-plist b/graphics/pngcheck/pkg-plist
index 298c269454b1..70fe7ea66e4e 100644
--- a/graphics/pngcheck/pkg-plist
+++ b/graphics/pngcheck/pkg-plist
@@ -1 +1,4 @@
bin/pngcheck
+share/doc/pngcheck/CHANGELOG
+share/doc/pngcheck/README
+@dirrm share/doc/pngcheck