diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-03-04 15:52:13 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-03-04 15:52:13 +0000 |
commit | 56f71e05feb9c311cfd53e3531313f343438ea96 (patch) | |
tree | 5cde2c60c137415f663e37e8055150d2979b0d60 /graphics/png | |
parent | e86d5a31637b558a5c121409ba0aa5745a12fc1c (diff) |
Notes
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 5 | ||||
-rw-r--r-- | graphics/png/distinfo | 6 | ||||
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index b22656a65ca6..71e2aaca1048 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,14 +6,13 @@ # PORTNAME= png -PORTVERSION= 1.2.23 -PORTREVISION= 1 +PORTVERSION= 1.2.25 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} DISTNAME= lib${PORTNAME}-${PORTVERSION} -PATCH_SITES= ${MASTER_SITES} +#PATCH_SITES= ${MASTER_SITES} #PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} #PATCHFILES= #PATCH_DIST_STRIP= -p1 diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 1c038abc240f..a0a9f97dba16 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.23.tar.bz2) = b1b3794a8b80dd298d4d216f4886ad52 -SHA256 (libpng-1.2.23.tar.bz2) = 87da54b8b03156d0ff6d4904e01f2afaf12c712f628f43c5f499704379c2b478 -SIZE (libpng-1.2.23.tar.bz2) = 614843 +MD5 (libpng-1.2.25.tar.bz2) = 0c1df914de7fd3b6a129af569889c856 +SHA256 (libpng-1.2.25.tar.bz2) = 2e92eada0c32d5e49da5617d389e43bc27a18bdca4b8d7badb7fee931d157ce0 +SIZE (libpng-1.2.25.tar.bz2) = 638262 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 00b56967cf8d..cb422f9ec397 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.23 + Version: 1.2.25 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |