1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- update to 1.5.11

This commit is contained in:
Dirk Meyer 2012-06-20 19:33:46 +00:00
parent 315b24637e
commit 71446578bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299698
3 changed files with 11 additions and 17 deletions

View File

@ -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>

View File

@ -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

View File

@ -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/*