diff options
author | ache <ache@FreeBSD.org> | 2007-12-12 03:37:20 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-12-12 03:37:20 +0800 |
commit | 0e7be1200a0580415670cbbf9a2823b92f61d24f (patch) | |
tree | b169b461459177364bdb43442b3759c5bdbc8c1d /graphics | |
parent | 5fffe1ea061b6e822b2bc304a64c228b60cebe65 (diff) | |
download | freebsd-ports-graphics-0e7be1200a0580415670cbbf9a2823b92f61d24f.tar.gz freebsd-ports-graphics-0e7be1200a0580415670cbbf9a2823b92f61d24f.tar.zst freebsd-ports-graphics-0e7be1200a0580415670cbbf9a2823b92f61d24f.zip |
Update to 1.2.23
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 081216a9867..475f08b4472 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.22 +PORTVERSION= 1.2.23 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 62b75d42bbc..1c038abc240 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.22.tar.bz2) = e50208ad684a5822c74b8a260962a4d4 -SHA256 (libpng-1.2.22.tar.bz2) = 03b8104975dcc4edf97d1f9d0dfccb8ff9f6eec9d2a2f271a3ff8a7c7cd53d54 -SIZE (libpng-1.2.22.tar.bz2) = 614414 +MD5 (libpng-1.2.23.tar.bz2) = b1b3794a8b80dd298d4d216f4886ad52 +SHA256 (libpng-1.2.23.tar.bz2) = 87da54b8b03156d0ff6d4904e01f2afaf12c712f628f43c5f499704379c2b478 +SIZE (libpng-1.2.23.tar.bz2) = 614843 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 8deaed6b52d..00b56967cf8 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.22 + Version: 1.2.23 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |