aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/png
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-07-03 16:54:25 +0800
committersobomax <sobomax@FreeBSD.org>2000-07-03 16:54:25 +0800
commit79b0622cbd87846e58031f56ce7849451e8ab789 (patch)
tree4449811435c0d604dc4efa73e0bfa5bb9ad6f697 /graphics/png
parent903821298f4aeb2bf7abeb42ab36def4894c2f51 (diff)
downloadfreebsd-ports-graphics-79b0622cbd87846e58031f56ce7849451e8ab789.tar.gz
freebsd-ports-graphics-79b0622cbd87846e58031f56ce7849451e8ab789.tar.zst
freebsd-ports-graphics-79b0622cbd87846e58031f56ce7849451e8ab789.zip
Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW
into PLIST while I'm here.
Diffstat (limited to 'graphics/png')
-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 3296b21c63d..350a4baffb4 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 f329ed0f9ef..9ad6694abf4 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 83df9274418..fb11db4ce31 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/