From root@tbbs2.cs.nctu.edu.tw  Thu Jan  3 15:08:28 2013
Return-Path: <root@tbbs2.cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 56A89273
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Jan 2013 15:08:28 +0000 (UTC)
	(envelope-from root@tbbs2.cs.nctu.edu.tw)
Received: from tbbs2.cs.nctu.edu.tw (tbbs2.cs.nctu.edu.tw [140.113.17.227])
	by mx1.freebsd.org (Postfix) with ESMTP id 2B265E0C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Jan 2013 15:08:27 +0000 (UTC)
Received: by tbbs2.cs.nctu.edu.tw (Postfix, from userid 0)
	id AAC9ACF001; Thu,  3 Jan 2013 23:08:19 +0800 (CST)
Message-Id: <20130103150819.AAC9ACF001@tbbs2.cs.nctu.edu.tw>
Date: Thu,  3 Jan 2013 23:08:19 +0800 (CST)
From: Po-Chien Lin <linpc@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jwbacon@tds.net
Subject: [PATCH] ports-mgmt/genplist: update to 1.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jwbacon@tds.net

>Number:         174945
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/genplist: update to 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 03 15:10:00 UTC 2013
>Closed-Date:    Sat Feb 16 14:57:39 UTC 2013
>Last-Modified:  Sat Feb 16 14:57:39 UTC 2013
>Originator:     Po-Chien Lin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD tbbs2.cs.nctu.edu.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #8 r244889: Mon Dec 31 17:17:30 CST
>Description:
- Update to 1.0
- Remove dead MASTER_SITES
- Cleanup space/tab in pkg-descr

>How-To-Repeat:
>Fix:

--- genplist-1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/genplist/Makefile ./Makefile
--- /usr/ports/ports-mgmt/genplist/Makefile	2012-11-17 14:00:45.000000000 +0800
+++ ./Makefile	2013-01-03 22:53:15.000000000 +0800
@@ -1,15 +1,10 @@
-# New ports collection makefile for:	genplist
-# Date created:		2007-04-19
-# Whom:			Jason Bacon <jwbacon@tds.net>
-#
+# Created by: Jason Bacon <jwbacon@tds.net>
 # $FreeBSD: ports/ports-mgmt/genplist/Makefile,v 1.7 2012/11/17 06:00:45 svnexp Exp $
-#
 
 PORTNAME=	genplist
-PORTVERSION=	0.6
+PORTVERSION=	1.0
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
-		http://jbacon.dyndns.org/~bacon/Ports/distfiles/
+MASTER_SITES=	http://personalpages.tds.net/~jwbacon/Ports/distfiles/
 
 MAINTAINER=	jwbacon@tds.net
 COMMENT=	Generates a static plist for a port
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/genplist/distinfo ./distinfo
--- /usr/ports/ports-mgmt/genplist/distinfo	2010-12-05 02:12:06.000000000 +0800
+++ ./distinfo	2013-01-03 22:53:39.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (genplist-0.6.tar.gz) = 0a3758c703b4c75715a57cb6f5a97df3ef2ed532333bd8c3e978ac1f9ff3346b
-SIZE (genplist-0.6.tar.gz) = 5712
+SHA256 (genplist-1.0.tar.gz) = 2c6cac9dce6509c60e115164504444834b721663e775dbce8b7802b672a8dd47
+SIZE (genplist-1.0.tar.gz) = 6656
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/genplist/pkg-descr ./pkg-descr
--- /usr/ports/ports-mgmt/genplist/pkg-descr	2010-01-02 00:22:00.000000000 +0800
+++ ./pkg-descr	2013-01-03 23:01:03.000000000 +0800
@@ -1,6 +1,6 @@
 Genplist automatically creates a static plist for a port by installing it
-into a temporary directory, and then examining the directory tree.  The
+into a temporary directory, and then examining the directory tree. The
 process is based on the instructions for plist generation in the
 FreeBSD Porter's Handbook.
 
-WWW:	http://personalpages.tds.net/~jwbacon/Ports
+WWW: http://personalpages.tds.net/~jwbacon/Ports
--- genplist-1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jan 3 15:10:09 UTC 2013 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174945 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 3 15:10:11 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jwbacon@tds.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/174945: [PATCH] ports-mgmt/genplist: update to 1.0
Date: Thu, 3 Jan 2013 15:10:11 UT

 Maintainer of ports-mgmt/genplist,
 
 Please note that PR ports/174945 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174945
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Jason Bacon <jwbacon@tds.net>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/174945: [PATCH] ports-mgmt/genplist: update to 1.0
Date: Thu, 03 Jan 2013 09:25:12 -0600

 I have to decline on this for the moment.
 
 genplist 1.0 still has some bugs I need to work out before updating the 
 port.  I'll try to get back to this ASAP...
 
 On 01/03/2013 09:10, Edwin Groothuis wrote:
 > Maintainer of ports-mgmt/genplist,
 >
 > Please note that PR ports/174945 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174945
 >
 
 
 -- 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Jason W. Bacon
 jwbacon@tds.net
 http://personalpages.tds.net/~jwbacon
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: pclin 
State-Changed-When: Sat Feb 16 14:57:35 UTC 2013 
State-Changed-Why:  
Maintainer declined this PR. (Approved by: swills (mento)) 

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