diff options
author | ache <ache@FreeBSD.org> | 2004-12-29 17:17:04 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-12-29 17:17:04 +0800 |
commit | 4039ee6db132d99f95acc25110115a137557863d (patch) | |
tree | 222da9fb9d7024673b9bea84a0bb2149559e161a | |
parent | 90517c246fe815a1b28dfefde78b797636c510b7 (diff) | |
download | freebsd-ports-gnome-4039ee6db132d99f95acc25110115a137557863d.tar.gz freebsd-ports-gnome-4039ee6db132d99f95acc25110115a137557863d.tar.zst freebsd-ports-gnome-4039ee6db132d99f95acc25110115a137557863d.zip |
Upgrade to 1.2.8
-rw-r--r-- | graphics/png/Makefile | 2 | ||||
-rw-r--r-- | graphics/png/distinfo | 4 | ||||
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 20d18a83df1b..df95f53ce2ad 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 764b116a2f49..f1ca23c2dcd6 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,2 +1,2 @@ -MD5 (libpng-1.2.7.tar.gz) = 898871b38e92bb233cceee479a4c4b58 -SIZE (libpng-1.2.7.tar.gz) = 502865 +MD5 (libpng-1.2.8.tar.gz) = cac1512878fb98f2456df6dc50bc9bc7 +SIZE (libpng-1.2.8.tar.gz) = 510681 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index fff19eabb328..749d314e0c43 100644 --- a/graphics/png/files/patch-ab +++ b/graphics/png/files/patch-ab @@ -3,7 +3,7 @@ @@ -7,5 +7,5 @@ Name: libpng12 Description: Loads and saves PNG files - Version: 1.2.7 + Version: 1.2.8 -Libs: -L${libdir} -lpng12 -lz -lm -Cflags: -I${includedir}/libpng12 +Libs: -L${libdir} -lpng -lz -lm |