Date: Fri, 16 Jul 2004 01:00:25 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69114: Update port: graphics/pngquant Message-ID: <20040716010025.128f0b84.tkato432@yahoo.com> Resent-Message-ID: <200407151610.i6FGASix073515@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69114 >Category: ports >Synopsis: Update port: graphics/pngquant >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 16:10:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Fix COMMENT format - Support PLIST_FILES Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/pngquant/Makefile graphics/pngquant/Makefile --- /usr/ports/graphics/pngquant/Makefile Sat Apr 12 22:49:21 2003 +++ graphics/pngquant/Makefile Fri Jul 16 00:56:31 2004 @@ -9,14 +9,14 @@ PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://www.libpng.org/pub/png/src/ \ - ftp://ftp.libpng.org/pub/png/src/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://swrinde.nde.swri.edu/pub/png/applications/ +MASTER_SITE_SUBDIR= png-mng DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= convert 32-bit RGBA PNGs into 8-bit RGBA-palette PNGs +COMMENT= Converts 32-bit RGBA PNGs into 8-bit RGBA-palette PNGs LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png @@ -25,6 +25,9 @@ MAKEFILE= Makefile.unx MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-lpng -lz -lm -L${LOCALBASE}/lib" + +PORTDOCS= CHANGELOG README +PLIST_FILES= bin/pngquant do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngquant ${PREFIX}/bin diff -urN /usr/ports/graphics/pngquant/pkg-plist graphics/pngquant/pkg-plist --- /usr/ports/graphics/pngquant/pkg-plist Wed Apr 3 01:52:20 2002 +++ graphics/pngquant/pkg-plist Thu Jan 1 09:00:00 1970 @@ -1,4 +0,0 @@ -bin/pngquant -%%PORTDOCS%%share/doc/pngquant/CHANGELOG -%%PORTDOCS%%share/doc/pngquant/README -%%PORTDOCS%%@dirrm share/doc/pngquant >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040716010025.128f0b84.tkato432>