[Midnightbsd-cvs] mports: graphics/png: Update to 1.2.28 (security)

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed May 21 01:15:40 EDT 2008


Log Message:
-----------
Update to 1.2.28 (security)

Modified Files:
--------------
    mports/graphics/png:
        Makefile (r1.12 -> r1.13)
        distinfo (r1.7 -> r1.8)
        pkg-plist (r1.2 -> r1.3)
    mports/graphics/png/files:
        patch-scripts::libpng.pc.in (r1.2 -> r1.3)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/graphics/png/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L graphics/png/pkg-plist -L graphics/png/pkg-plist -u -r1.2 -r1.3
--- graphics/png/pkg-plist
+++ graphics/png/pkg-plist
@@ -11,4 +11,5 @@
 lib/libpng.so
 lib/libpng.so.%%SHLIB_VER%%
 libdata/pkgconfig/libpng12.pc
+libdata/pkgconfig/libpng.pc
 @dirrm include/libpng
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/png/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -L graphics/png/Makefile -L graphics/png/Makefile -u -r1.12 -r1.13
--- graphics/png/Makefile
+++ graphics/png/Makefile
@@ -7,8 +7,8 @@
 #
 
 PORTNAME=	png
-PORTVERSION=	1.2.27
-PORTREVISION=	1
+PORTVERSION=	1.2.28
+PORTREVISION=	0
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	lib${PORTNAME}
@@ -54,5 +54,6 @@
 		> ${WRKSRC}/scripts/libpng.pc
 	${INSTALL_DATA} ${WRKSRC}/scripts/libpng.pc \
 		${PREFIX}/libdata/pkgconfig/libpng12.pc
+	${LN} -sf libpng12.pc ${PREFIX}/libdata/pkgconfig/libpng.pc
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/graphics/png/distinfo,v
retrieving revision 1.7
retrieving revision 1.8
diff -L graphics/png/distinfo -L graphics/png/distinfo -u -r1.7 -r1.8
--- graphics/png/distinfo
+++ graphics/png/distinfo
@@ -1,3 +1,3 @@
-MD5 (libpng-1.2.27.tar.bz2) = d2f0339117eb190ce3db98c139198c88
-SHA256 (libpng-1.2.27.tar.bz2) = 2f7d36ce921eeb7c242939a9a8b2fddce3158cff5e35ac2116de74dad26d532d
-SIZE (libpng-1.2.27.tar.bz2) = 804821
+MD5 (libpng-1.2.28.tar.bz2) = c981a7014fc695e354d2f2cac3a6742e
+SHA256 (libpng-1.2.28.tar.bz2) = 041c11048ea812f56d7042fbdfc3d7025c97a81f07ab20ebd0f50aecb47baccc
+SIZE (libpng-1.2.28.tar.bz2) = 788156
Index: patch-scripts::libpng.pc.in
===================================================================
RCS file: /home/cvs/mports/graphics/png/files/patch-scripts::libpng.pc.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -L graphics/png/files/patch-scripts::libpng.pc.in -L graphics/png/files/patch-scripts::libpng.pc.in -u -r1.2 -r1.3
--- graphics/png/files/patch-scripts::libpng.pc.in
+++ graphics/png/files/patch-scripts::libpng.pc.in
@@ -1,5 +1,5 @@
---- scripts/libpng.pc.in.orig	Fri May  2 15:04:51 2008
-+++ scripts/libpng.pc.in	Fri May  2 15:06:11 2008
+--- scripts/libpng.pc.in.orig	Wed Jun 28 00:22:40 2006
++++ scripts/libpng.pc.in	Sun Jul 23 10:56:25 2006
 @@ -1,10 +1,10 @@
 -prefix=@prefix@
 -exec_prefix=@exec_prefix@
@@ -12,7 +12,7 @@
  
  Name: libpng
  Description: Loads and saves PNG files
- Version: 1.2.27
+ Version: 1.2.28
 -Libs: -L${libdir} -lpng12
 +Libs: -L${libdir} -lpng -lz -lm
  Cflags: -I${includedir}


More information about the Midnightbsd-cvs mailing list