From tkato432@yahoo.com  Thu Nov 24 18:18:17 2011
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C4DA01065673
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 24 Nov 2011 18:18:11 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164])
	by mx1.freebsd.org (Postfix) with ESMTP id 797F18FC12
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 24 Nov 2011 18:18:11 +0000 (UTC)
Received: from msa101lp.auone-net.jp (MSA101lp [172.27.12.179])
	by msa101lp.auone-net.jp (au one net msa) with ESMTP id 0D1BF2E0243
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 25 Nov 2011 03:02:15 +0900 (JST)
Received: from localhost.localdomain (ZT046077.ppp.dion.ne.jp [59.128.46.77])
	by msa101lp.auone-net.jp (au one net msa) with ESMTP id 59C1B34034
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 25 Nov 2011 03:02:11 +0900 (JST)
Message-Id: <20111125025112.dd1645fe.tkato432@yahoo.com>
Date: Fri, 25 Nov 2011 02:51:12 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/fly

>Number:         162842
>Category:       ports
>Synopsis:       Update port: graphics/fly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 24 18:20:21 UTC 2011
>Closed-Date:    Sun Nov 27 09:53:05 UTC 2011
>Last-Modified:  Sun Nov 27 10:00:30 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Support PORTDOCS/PORTEXAMPLES/PLIST_FILES

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/fly/Makefile graphics/fly/Makefile
--- /usr/ports/graphics/fly/Makefile	2011-04-27 16:29:51.000000000 +0900
+++ graphics/fly/Makefile	2011-09-09 04:11:24.000000000 +0900
@@ -9,16 +9,18 @@
 PORTVERSION=	2.0.1
 PORTREVISION=	3
 CATEGORIES=	graphics
-MASTER_SITES=	http://martin.gleeson.com/%SUBDIR%/ \
-		http://members.optushome.com.au/martingleeson/%SUBDIR%/ \
-		http://www.w3perl.com/%SUBDIR%/
-MASTER_SITE_SUBDIR=	${PORTNAME}/dist
+MASTER_SITES=	http://fossies.org/unix/www/ \
+		http://martin.gleeson.com/fly/dist/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple drawing language to generate GIFs on the fly
 
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
 
+PORTDOCS=	*
+PORTEXAMPLES=	*
+PLIST_FILES=	bin/fly
+
 do-build:
 	cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include fly.c -o fly \
 		-L${LOCALBASE}/lib -lgd
@@ -27,13 +29,11 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC}/doc && ${FIND} . | \
-		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
+	@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
 .endif
 .if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${EXAMPLESDIR}
-	cd ${WRKSRC}/examples && ${FIND} . | \
-		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
+	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/fly/pkg-plist graphics/fly/pkg-plist
--- /usr/ports/graphics/fly/pkg-plist	2009-06-23 01:38:46.000000000 +0900
+++ graphics/fly/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,53 +0,0 @@
-bin/fly
-%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
-%%PORTDOCS%%%%DOCSDIR%%/copyright.html
-%%PORTDOCS%%%%DOCSDIR%%/documentation.html
-%%PORTDOCS%%%%DOCSDIR%%/example.gif
-%%PORTDOCS%%%%DOCSDIR%%/examples.html
-%%PORTDOCS%%%%DOCSDIR%%/feedback.html
-%%PORTDOCS%%%%DOCSDIR%%/flag-au.gif
-%%PORTDOCS%%%%DOCSDIR%%/flag-jp.gif
-%%PORTDOCS%%%%DOCSDIR%%/flag-us.gif
-%%PORTDOCS%%%%DOCSDIR%%/fly-logo.gif
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/installation.html
-%%PORTDOCS%%%%DOCSDIR%%/nav-copyright.gif
-%%PORTDOCS%%%%DOCSDIR%%/nav-docs.gif
-%%PORTDOCS%%%%DOCSDIR%%/nav-feedback.gif
-%%PORTDOCS%%%%DOCSDIR%%/nav-home.gif
-%%PORTDOCS%%%%DOCSDIR%%/new.gif
-%%PORTDOCS%%%%DOCSDIR%%/outthere.html
-%%PORTDOCS%%%%DOCSDIR%%/release-notes.html
-%%PORTDOCS%%%%DOCSDIR%%/style.css
-%%PORTDOCS%%%%DOCSDIR%%/using.html
-%%PORTDOCS%%%%DOCSDIR%%/valid_html.gif
-%%PORTDOCS%%%%DOCSDIR%%/Y2K.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.csh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gif/small-end.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gif/small.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jpeg/small-end.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jpeg/small.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jpeg/test.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perl/cgi-perl-example.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perl/fly-tester.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perl/perl.example
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perl/size.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/1.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/2.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/3.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/4.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/5.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/6.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/7.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/8.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/9.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/small-end.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/small.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/small2.fly
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/test.fly
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/png
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/perl
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jpeg
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gif
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Nov 24 18:23:31 UTC 2011 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162842 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Nov 27 09:53:04 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162842 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162842: commit references a PR
Date: Sun, 27 Nov 2011 09:53:34 +0000 (UTC)

 miwi        2011-11-27 09:53:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/fly         Makefile 
   Removed files:
     graphics/fly         pkg-plist 
   Log:
   - Fix MASTER_SITES
   - Support PORTDOCS/PORTEXAMPLES/PLIST_FILES
   
   PR:             162842
   Submitted by:   Ports Fury
   Feature safe:   yes
   
   Revision  Changes    Path
   1.20      +8 -8      ports/graphics/fly/Makefile
   1.5       +0 -53     ports/graphics/fly/pkg-plist (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
