summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-03 08:54:25 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-03 08:54:25 +0000
commit822a1b932abc2a962c2f05fed0f75bbb7c97653f (patch)
tree5d57203209a9181298b4bf6c7e3b098c86e48ac0 /graphics
parentChange maintainer's mail address. (diff)
Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW
into PLIST while I'm here.
Notes
Notes: svn path=/head/; revision=30123
Diffstat (limited to 'graphics')
-rw-r--r--graphics/png/Makefile10
-rw-r--r--graphics/png/distinfo2
-rw-r--r--graphics/png/pkg-descr1
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 3296b21c63da..350a4baffb47 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -9,15 +9,15 @@
# png version number) when updating this port. Thank you.
PORTNAME= png
-PORTVERSION= 1.0.6
+PORTVERSION= 1.0.7
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/
+MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \
+ ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= lib${PORTNAME}
DISTNAME= lib${PKGNAME}
PATCH_SITES= ftp://ftp.libpng.org/pub/png/src/
-PATCHFILES= libpng-1.0.6-patch-a.txt.gz \
- libpng-1.0.6-patch-b.txt.gz \
- libpng-1.0.6-patch-c.txt.gz
+#PATCHFILES=
MAINTAINER= ache@FreeBSD.org
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index f329ed0f9ef8..9ad6694abf41 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1,4 +1,4 @@
-MD5 (libpng-1.0.6.tar.gz) = e7801dbd2d9d593c9663efa84f4e9ad7
+MD5 (libpng-1.0.7.tar.gz) = e238fce0af74f4c68a97cf303e01ca96
MD5 (libpng-1.0.6-patch-a.txt.gz) = 03ba973e3b9110198a7e4965360fe0e1
MD5 (libpng-1.0.6-patch-b.txt.gz) = de2aad6bd0f03b84d2c013eb8b59e653
MD5 (libpng-1.0.6-patch-c.txt.gz) = 12ef2b1c2410721ff69dbcdb862cfc3c
diff --git a/graphics/png/pkg-descr b/graphics/png/pkg-descr
index 83df92744185..fb11db4ce311 100644
--- a/graphics/png/pkg-descr
+++ b/graphics/png/pkg-descr
@@ -8,3 +8,4 @@ keeping the code easy to understand. Currently, this library
only supports C. Support for other languages is being considered.
WWW: http://www.libpng.org/pub/png/libpng.html
+ http://libpng.sourceforge.net/