diff options
author | ache <ache@FreeBSD.org> | 2008-09-01 00:45:00 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2008-09-01 00:45:00 +0800 |
commit | af3f6ba82eb293240447065b55e830e0bd388cc7 (patch) | |
tree | 71922f1b5c1b37c6c928a0b077a6afd921b3cb0f /graphics | |
parent | 37b5f8b569161f3842fb5c2317329d9b9a410102 (diff) | |
download | freebsd-ports-gnome-af3f6ba82eb293240447065b55e830e0bd388cc7.tar.gz freebsd-ports-gnome-af3f6ba82eb293240447065b55e830e0bd388cc7.tar.zst freebsd-ports-gnome-af3f6ba82eb293240447065b55e830e0bd388cc7.zip |
update to 1.2.31
PR: 126988
Submitted by: bf <bf2006a@yahoo.com>
Diffstat (limited to 'graphics')
-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 b6b872b8a305..edc320a66003 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.28 +PORTVERSION= 1.2.31 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 75f6250dbf65..b0846372ee33 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.28.tar.bz2) = c981a7014fc695e354d2f2cac3a6742e -SHA256 (libpng-1.2.28.tar.bz2) = 041c11048ea812f56d7042fbdfc3d7025c97a81f07ab20ebd0f50aecb47baccc -SIZE (libpng-1.2.28.tar.bz2) = 788156 +MD5 (libpng-1.2.31.tar.bz2) = 78d2f8c4e0d64f8948819563587302d3 +SHA256 (libpng-1.2.31.tar.bz2) = 24b354dcd8843274a20e1625e04d618d43f9851082254cb9dae6f33f15c2a5cd +SIZE (libpng-1.2.31.tar.bz2) = 625715 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 6388e83068cf..0672b1d5c312 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.28 + Version: 1.2.31 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |