summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-10 08:05:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-10 08:05:48 +0000
commit69c61166fe45bdc81fb5115631e00b01e76cff5e (patch)
tree2a8e044f62bd32ef9e1bfe99d068890c09b51b3b /graphics/png
parentUpdate to 0.06 (diff)
- update to 1.2.43
PR: 144596 Submitted by: Xin LI
Notes
Notes: svn path=/head/; revision=250829
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile4
-rw-r--r--graphics/png/distinfo6
-rw-r--r--graphics/png/files/patch-libpng.pc.in2
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index a80e4a465af2..1d3f17a2869c 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= png
-PORTVERSION= 1.2.42
+PORTVERSION= 1.2.43
CATEGORIES= graphics
-MASTER_SITES= SF/lib${PORTNAME}/00-lib${PORTNAME}-stable/${PORTVERSION}
+MASTER_SITES= SF/lib${PORTNAME}/03-lib${PORTNAME}-previous/${PORTVERSION}
DISTNAME= lib${PORTNAME}-${PORTVERSION}
#PATCH_SITES= ${MASTER_SITES}
#PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index 207ddd0cf8da..e910aa8291f7 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1,3 +1,3 @@
-MD5 (libpng-1.2.42.tar.bz2) = 9a5cbe9798927fdf528f3186a8840ebe
-SHA256 (libpng-1.2.42.tar.bz2) = a044c4632a236bbf99527da81977577929a173c1f7f68a70a81ea2ea7cffa6a7
-SIZE (libpng-1.2.42.tar.bz2) = 670811
+MD5 (libpng-1.2.43.tar.bz2) = 976909556e6613804d810405c1f72ce6
+SHA256 (libpng-1.2.43.tar.bz2) = c76d5540b0c09e130497be8906e0acadbbf9e299d0aa2258d912c4ee7cacc82a
+SIZE (libpng-1.2.43.tar.bz2) = 678799
diff --git a/graphics/png/files/patch-libpng.pc.in b/graphics/png/files/patch-libpng.pc.in
index d91b3782450b..bb9071b68cdb 100644
--- a/graphics/png/files/patch-libpng.pc.in
+++ b/graphics/png/files/patch-libpng.pc.in
@@ -12,7 +12,7 @@
Name: libpng
Description: Loads and saves PNG files
- Version: 1.2.42
+ Version: 1.2.43
-Libs: -L${libdir} -lpng12
+Libs: -L${libdir} -lpng -lz -lm
Cflags: -I${includedir}