diff options
author | ache <ache@FreeBSD.org> | 2007-01-05 03:51:58 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-01-05 03:51:58 +0800 |
commit | 701b0e1757abe034a59a2aed6920572741d25659 (patch) | |
tree | 813fb7e1e44b4e7423f64a562b6a154f3b665fe2 /graphics | |
parent | 3cded1c6ad2544fea283e4f45bcbead081b6bdd3 (diff) | |
download | freebsd-ports-gnome-701b0e1757abe034a59a2aed6920572741d25659.tar.gz freebsd-ports-gnome-701b0e1757abe034a59a2aed6920572741d25659.tar.zst freebsd-ports-gnome-701b0e1757abe034a59a2aed6920572741d25659.zip |
Upgrade to 1.2.14
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} |