diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-21 03:33:46 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-21 03:33:46 +0800 |
commit | f88a279f6422e9937699d6519a2f064400b8933f (patch) | |
tree | e509b53d16969ec3c820b65082bd59b482dcb1e7 /graphics | |
parent | 0b21bc3e8240e914b87a7b5dcc6af1cc30f6c11e (diff) | |
download | freebsd-ports-gnome-f88a279f6422e9937699d6519a2f064400b8933f.tar.gz freebsd-ports-gnome-f88a279f6422e9937699d6519a2f064400b8933f.tar.zst freebsd-ports-gnome-f88a279f6422e9937699d6519a2f064400b8933f.zip |
- update to 1.5.11
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 | ||||
-rw-r--r-- | graphics/png/files/patch-makefile.freebsd | 16 |
3 files changed, 11 insertions, 17 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index fa4488370307..70fd3ecd1131 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.5.10 +PORTVERSION= 1.5.11 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}15/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -79,6 +79,6 @@ post-install: ${RM} ${PREFIX}/libdata/pkgconfig/libpng.pc ${LN} -sf libpng15.pc ${PREFIX}/libdata/pkgconfig/libpng.pc ${RM} ${PREFIX}/lib/libpng15.so.15 - ${MV} ${PREFIX}/lib/libpng15.so.15.10 ${PREFIX}/lib/libpng15.so.15 + ${MV} ${PREFIX}/lib/libpng15.so.15.11 ${PREFIX}/lib/libpng15.so.15 .include <bsd.port.post.mk> diff --git a/graphics/png/distinfo b/graphics/png/distinfo index f6630fe54659..b52e4b57e68c 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,4 +1,4 @@ -SHA256 (libpng-1.5.10.tar.xz) = dd49c39710a6ef8a550923ba17d3496b08ce769e47122d9150df4763bf49605d -SIZE (libpng-1.5.10.tar.xz) = 702752 -SHA256 (libpng-1.5.10-apng.patch.gz) = 0464b2df97853c426f35f97d12800b4dcb5760fc4c787fc4987ae0fb870a997f -SIZE (libpng-1.5.10-apng.patch.gz) = 10127 +SHA256 (libpng-1.5.11.tar.xz) = 42d562714f0b6b8ead5b0aabfd8bca35e44993a572e0eae3e772cc180e59dda8 +SIZE (libpng-1.5.11.tar.xz) = 705772 +SHA256 (libpng-1.5.11-apng.patch.gz) = 13c4153607dbf401378de4d0ba31bff044acffde176503b3dc1b90eed20281b8 +SIZE (libpng-1.5.11-apng.patch.gz) = 10019 diff --git a/graphics/png/files/patch-makefile.freebsd b/graphics/png/files/patch-makefile.freebsd index e35f35b313ba..b79639464428 100644 --- a/graphics/png/files/patch-makefile.freebsd +++ b/graphics/png/files/patch-makefile.freebsd @@ -1,13 +1,7 @@ ---- scripts/makefile.freebsd.orig 2011-01-06 14:02:38.000000000 +0100 -+++ scripts/makefile.freebsd 2011-01-07 11:16:17.000000000 +0100 -@@ -11,17 +11,17 @@ - LIB= png - SHLIB_MAJOR= ${SHLIB_VER} - SHLIB_MINOR= 0 --NOPROFILE= YES --NOOBJ= YES -+NO_PROFILE= YES -+NO_OBJ= YES +--- scripts/makefile.freebsd.orig 2012-06-14 13:28:01.000000000 +0200 ++++ scripts/makefile.freebsd 2012-06-20 21:11:47.000000000 +0200 +@@ -15,13 +15,13 @@ + NO_OBJ= YES # where make install puts libpng.a and png.h -DESTDIR= ${PREFIX} @@ -24,7 +18,7 @@ SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \ libpng/pngconf.h ${INCSDIR}/../pngconf.h \ libpng/pnglibconf.h ${INCSDIR}/../pnglibconf.h -@@ -50,4 +50,22 @@ +@@ -53,4 +53,22 @@ writelock: chmod a-w *.[ch35] $(DOCS) scripts/* |