From tkato432@yahoo.com  Thu Jul 15 16:01:44 2004
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B90EA16A4CE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 15 Jul 2004 16:01:44 +0000 (GMT)
Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E2A9D43D45
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 15 Jul 2004 16:01:43 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([219.108.124.240]) by hfep04.dion.ne.jp with SMTP
          id <20040715160141374.TVZW@hfep04.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Fri, 16 Jul 2004 01:01:41 +0900
Message-Id: <20040716010025.128f0b84.tkato432@yahoo.com>
Date: Fri, 16 Jul 2004 01:00:25 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/pngquant

>Number:         69114
>Category:       ports
>Synopsis:       Update port: graphics/pngquant
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 15 16:10:28 GMT 2004
>Closed-Date:    Thu Jul 15 17:17:33 GMT 2004
>Last-Modified:  Thu Jul 15 17:17:33 GMT 2004
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Thu Jul 15 16:12:26 GMT 2004 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69114 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Thu Jul 15 17:17:30 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69114 
>Unformatted:
