diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2009-08-06 14:53:14 +0800 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2009-08-06 14:53:14 +0800 |
commit | 08c42212ee1e1daa4e132735de84eaeb5b856f39 (patch) | |
tree | 9ffa773f0ff2288644954c2aad9a0de646ac1a52 /graphics/png | |
parent | 1731571e11f7887cc60ae1c9ad66e6f8694c339c (diff) | |
download | freebsd-ports-gnome-08c42212ee1e1daa4e132735de84eaeb5b856f39.tar.gz freebsd-ports-gnome-08c42212ee1e1daa4e132735de84eaeb5b856f39.tar.zst freebsd-ports-gnome-08c42212ee1e1daa4e132735de84eaeb5b856f39.zip |
Upgrade to 1.2.38
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-ab | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index e260123aaeee..82253848f8b3 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.37 +PORTVERSION= 1.2.38 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index dd729cd3282a..0e357b269ac3 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.37.tar.bz2) = 6d1ee0888dbb711214943cb19c294b49 -SHA256 (libpng-1.2.37.tar.bz2) = 682960b55527b54bada90e959c2d42679444a1db43677c77eb645a29645f86d1 -SIZE (libpng-1.2.37.tar.bz2) = 660314 +MD5 (libpng-1.2.38.tar.bz2) = 5401c2586846fca209eba0c02c8ee9e0 +SHA256 (libpng-1.2.38.tar.bz2) = 71f43d4282837682be28653307a237118142126c59e0ccea5593be3519abeb76 +SIZE (libpng-1.2.38.tar.bz2) = 662908 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 967f132d9919..7957f5b64ec0 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.37 + Version: 1.2.38 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |