diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2007-01-04 19:51:58 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2007-01-04 19:51:58 +0000 |
commit | 1ae2acbffba0b37a257efb49c34cd3a02864b4b7 (patch) | |
tree | 067148d5b4a78dc019347b09c1bfd959ca7c2c83 /graphics | |
parent | 20ae624b978ced1be00488cd820cdab0fba91497 (diff) | |
download | ports-1ae2acbffba0b37a257efb49c34cd3a02864b4b7.tar.gz ports-1ae2acbffba0b37a257efb49c34cd3a02864b4b7.zip |
Upgrade to 1.2.14
Notes
Notes:
svn path=/head/; revision=181431
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 3 | ||||
-rw-r--r-- | graphics/png/distinfo | 6 | ||||
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 01cbcfdfc8d9..7b73049bdda2 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,8 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.12 -PORTREVISION= 1 +PORTVERSION= 1.2.14 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index b2775835a44a..0f1740137731 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.12.tar.bz2) = 2287cfaad53a714acdf6eb75a7c1d15f -SHA256 (libpng-1.2.12.tar.bz2) = 7d06103ce32bffa39730d1c12c4b4dcfd50a8f1c18d2462807cfe7c0c3ca0e64 -SIZE (libpng-1.2.12.tar.bz2) = 621295 +MD5 (libpng-1.2.14.tar.bz2) = 2ec1e1beb2e6376b09d090f74d259160 +SHA256 (libpng-1.2.14.tar.bz2) = 2678855a235ed02d5b30831a70dff84d5b562c5de388f1323bd680ac5cdd1722 +SIZE (libpng-1.2.14.tar.bz2) = 620379 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index ff3a31b6638f..87ec0a816951 100644 --- a/graphics/png/files/patch-ab +++ b/graphics/png/files/patch-ab @@ -12,7 +12,7 @@ Name: libpng Description: Loads and saves PNG files - Version: 1.2.12 + Version: 1.2.14 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |