From sunpoet@sunpoet.net  Wed Nov 17 03:57:38 2010
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 22D5A106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Nov 2010 03:57:38 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182])
	by mx1.freebsd.org (Postfix) with ESMTP id DC79B8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Nov 2010 03:57:37 +0000 (UTC)
Received: by gyg13 with SMTP id 13so925517gyg.13
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Nov 2010 19:57:37 -0800 (PST)
Received: by 10.100.108.1 with SMTP id g1mr3331552anc.249.1289966256440;
        Tue, 16 Nov 2010 19:57:36 -0800 (PST)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
        by mx.google.com with ESMTPS id w15sm5855120anw.33.2010.11.16.19.57.34
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Tue, 16 Nov 2010 19:57:35 -0800 (PST)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3C0162AEC868; Wed, 17 Nov 2010 11:57:22 +0800 (CST)
Message-Id: <20101117035722.3C0162AEC868@sunpoet.net>
Date: Wed, 17 Nov 2010 11:57:22 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Sender: Sunpoet Hsieh <sunpoet@sunpoet.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: cvs-src@yandex.ru
Subject: [PATCH] net-p2p/py-transmissionrpc: use PLIST_DIRS/PLIST_FILES
X-Send-Pr-Version: 3.113
X-GNATS-Notify: cvs-src@yandex.ru

>Number:         152311
>Category:       ports
>Synopsis:       [PATCH] net-p2p/py-transmissionrpc: use PLIST_DIRS/PLIST_FILES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 17 04:00:21 UTC 2010
>Closed-Date:    Wed Nov 17 16:02:24 UTC 2010
>Last-Modified:  Wed Nov 17 16:10:10 UTC 2010
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Oct 23 16:01:16 CST 2010
>Description:
- Use PLIST_DIRS/PLIST_FILES instead of PLIST
- Space/tab twiddle

Port maintainer (cvs-src@yandex.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py-transmissionrpc-0.7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-p2p/py-transmissionrpc/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	17 Nov 2010 01:53:50 -0000	1.4
+++ Makefile	17 Nov 2010 03:55:19 -0000
@@ -17,8 +17,15 @@
 
 LICENSE=	MIT
 
-USE_PYTHON=		2.6+
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=	2.6+
+USE_PYDISTUTILS=easy_install
+
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
+.if !defined(NOPORTDOCS)
+PLIST_DIRS=	%%DOCSDIR%%
+PLIST_FILES+=	%%DOCSDIR%%/README
+.endif
 
 post-install:
 .if !defined(NOPORTDOCS)
--- py-transmissionrpc-0.7.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Nov 17 04:00:30 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152311 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Nov 17 04:00:38 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cvs-src@yandex.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/152311: [PATCH] net-p2p/py-transmissionrpc: use PLIST_DIRS/PLIST_FILES
Date: Wed, 17 Nov 2010 04:00:35 UT

 Maintainer of net-p2p/py-transmissionrpc,
 
 Please note that PR ports/152311 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/152311
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/152311: [PATCH] net-p2p/py-transmissionrpc: use PLIST_DIRS/PLIST_FILES
Date: Wed, 17 Nov 2010 08:10:11 +0300

 17.11.2010 07:00, Edwin Groothuis пишет:
 > Maintainer of net-p2p/py-transmissionrpc,
 >
 > Please note that PR ports/152311 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/152311
 >
 
 Hi. Approved, thanks!
 Please remove pkg-plist file.
 
 -- 
 Regards,
 Ruslan
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Wed Nov 17 16:02:22 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152311: commit references a PR
Date: Wed, 17 Nov 2010 16:02:10 +0000 (UTC)

 sunpoet     2010-11-17 16:02:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/py-transmissionrpc Makefile 
   Removed files:
     net-p2p/py-transmissionrpc pkg-plist 
   Log:
   - Use PLIST_DIRS/PLIST_FILES instead of PLIST
   - Space/tab twiddle
   
   PR:             ports/152311
   Submitted by:   sunpoet (myself)
   Approved by:    Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
   
   Revision  Changes    Path
   1.5       +9 -2      ports/net-p2p/py-transmissionrpc/Makefile
   1.2       +0 -3      ports/net-p2p/py-transmissionrpc/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:
