Index: head/graphics/png/Makefile =================================================================== --- head/graphics/png/Makefile (revision 201429) +++ head/graphics/png/Makefile (revision 201430) @@ -1,53 +1,53 @@ # New ports collection makefile for: PNG images library # Date created: 5 Dec 1995 # Whom: ache # # $FreeBSD$ # PORTNAME= png -PORTVERSION= 1.2.21 +PORTVERSION= 1.2.22 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} DISTNAME= lib${PORTNAME}-${PORTVERSION} PATCH_SITES= ${MASTER_SITES} #PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} #PATCHFILES= #PATCH_DIST_STRIP= -p1 MAINTAINER= ache@FreeBSD.org COMMENT= Library for manipulating PNG images MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd ALL_TARGET= all libpng-config test MAKE_FLAGS= ccopts="${CFLAGS}" ldopts="${LDFLAGS}" -f INSTALLS_SHLIB= yes SHLIB_VER= 5 USE_BZIP2= yes MAKE_ENV= SHLIB_VER="${SHLIB_VER}" PLIST_SUB= SHLIB_VER="${SHLIB_VER}" MAN3= libpng.3 libpngpf.3 MAN5= png.5 MANCOMPRESSED= maybe .include post-extract: # Please don't delete the following line - this link used by ghostscript* ports @${LN} -sf ${WRKSRC} ${WRKDIR}/libpng pre-su-install: @${MKDIR} ${PREFIX}/include/libpng @${MKDIR} ${PREFIX}/libdata/pkgconfig post-install: ${SED} -e 's|@PREFIX@|${PREFIX}|' ${WRKSRC}/scripts/libpng.pc.in \ > ${WRKSRC}/scripts/libpng.pc ${INSTALL_DATA} ${WRKSRC}/scripts/libpng.pc \ ${PREFIX}/libdata/pkgconfig/libpng12.pc .include Property changes on: head/graphics/png/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.81 \ No newline at end of property +1.82 \ No newline at end of property Index: head/graphics/png/distinfo =================================================================== --- head/graphics/png/distinfo (revision 201429) +++ head/graphics/png/distinfo (revision 201430) @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.21.tar.bz2) = b0cda5e10e8165e5f151e674e1a67983 -SHA256 (libpng-1.2.21.tar.bz2) = 3b4f186e5dd1e683178d58d45db16f4fd9203f6518037ff28b4505ec35246953 -SIZE (libpng-1.2.21.tar.bz2) = 614352 +MD5 (libpng-1.2.22.tar.bz2) = e50208ad684a5822c74b8a260962a4d4 +SHA256 (libpng-1.2.22.tar.bz2) = 03b8104975dcc4edf97d1f9d0dfccb8ff9f6eec9d2a2f271a3ff8a7c7cd53d54 +SIZE (libpng-1.2.22.tar.bz2) = 614414 Property changes on: head/graphics/png/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/graphics/png/files/patch-ab =================================================================== --- head/graphics/png/files/patch-ab (revision 201429) +++ head/graphics/png/files/patch-ab (revision 201430) @@ -1,18 +1,18 @@ --- 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@ -libdir=@libdir@ -includedir=@includedir@/libpng12 +prefix=@PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include Name: libpng Description: Loads and saves PNG files - Version: 1.2.21 + Version: 1.2.22 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} Property changes on: head/graphics/png/files/patch-ab ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property