diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-01-13 21:29:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-01-13 21:29:39 +0800 |
commit | 025717194baa9a351319a1d7fe4fdde3fff33105 (patch) | |
tree | 0b84b52843a07169c17e4e516b817d4ad2ae23da /graphics/png | |
parent | 8f1a2a93dbcf5e69f0589e7bddc8b452648d70ec (diff) | |
download | freebsd-ports-gnome-025717194baa9a351319a1d7fe4fdde3fff33105.tar.gz freebsd-ports-gnome-025717194baa9a351319a1d7fe4fdde3fff33105.tar.zst freebsd-ports-gnome-025717194baa9a351319a1d7fe4fdde3fff33105.zip |
- update to 1.2.42
PR: 142575
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 2 | ||||
-rw-r--r-- | graphics/png/distinfo | 6 | ||||
-rw-r--r-- | graphics/png/files/patch-libpng.pc.in | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 65bc7edf63ff..a80e4a465af2 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.41 +PORTVERSION= 1.2.42 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/00-lib${PORTNAME}-stable/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 10ddd30c8192..207ddd0cf8da 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.41.tar.bz2) = 2faa7f8d81e6a35beb991cb75edbf056 -SHA256 (libpng-1.2.41.tar.bz2) = a172c5afe4668a31eb090d14be7fc2811a9fec8568a785badd30280f47a27e00 -SIZE (libpng-1.2.41.tar.bz2) = 670288 +MD5 (libpng-1.2.42.tar.bz2) = 9a5cbe9798927fdf528f3186a8840ebe +SHA256 (libpng-1.2.42.tar.bz2) = a044c4632a236bbf99527da81977577929a173c1f7f68a70a81ea2ea7cffa6a7 +SIZE (libpng-1.2.42.tar.bz2) = 670811 diff --git a/graphics/png/files/patch-libpng.pc.in b/graphics/png/files/patch-libpng.pc.in index 30af4b0d26e1..d91b3782450b 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.41 + Version: 1.2.42 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |