From yzlin@cs.nctu.edu.tw  Tue Sep 30 18:30:06 2008
Return-Path: <yzlin@cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 01D861065692
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Sep 2008 18:30:06 +0000 (UTC)
	(envelope-from yzlin@cs.nctu.edu.tw)
Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103])
	by mx1.freebsd.org (Postfix) with ESMTP id C64768FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 Sep 2008 18:30:05 +0000 (UTC)
	(envelope-from yzlin@cs.nctu.edu.tw)
Received: from stucgi.cs.nctu.edu.tw (stucgi [140.113.235.130])
	by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id C79311049CF;
	Wed,  1 Oct 2008 02:30:04 +0800 (CST)
Received: (from yzlin@localhost)
	by stucgi.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id m8UIU3dc020937;
	Wed, 1 Oct 2008 02:30:03 +0800 (CST)
	(envelope-from yzlin)
Message-Id: <200809301830.m8UIU3dc020937@stucgi.cs.nctu.edu.tw>
Date: Wed, 1 Oct 2008 02:30:03 +0800 (CST)
From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: bra@fsn.hu
Subject: [PATCH] devel/pysvn: update to 1.6.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: bra@fsn.hu

>Number:         127752
>Category:       ports
>Synopsis:       [PATCH] devel/pysvn: update to 1.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 30 18:40:03 UTC 2008
>Closed-Date:    Thu Oct 02 14:35:43 UTC 2008
>Last-Modified:  Thu Oct  2 14:40:00 UTC 2008
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.0-RELEASE-p4 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Fri Sep  5 14:56:26 CST
>Description:
- Update to 1.6.1

Port maintainer (bra@fsn.hu) is cc'd.

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

--- pysvn-1.6.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pysvn/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	23 Jul 2008 08:07:29 -0000	1.7
+++ Makefile	30 Sep 2008 18:29:35 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pysvn
-PORTVERSION=	1.6.0
+PORTVERSION=	1.6.1
 CATEGORIES=	devel
 MASTER_SITES=	http://pysvn.barrys-emacs.org/source_kits/
 
@@ -41,6 +41,9 @@
 	${MKDIR} ${PYTHON_SITELIBDIR}/${PORTNAME}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}/* ${PYTHON_SITELIBDIR}/${PORTNAME}
+	${INSTALL_SCRIPT} \
+		${WRKSRC}/${PORTNAME}/*.py \
+		${WRKSRC}/${PORTNAME}/*.so \
+		${PYTHON_SITELIBDIR}/${PORTNAME}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pysvn/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	23 Jul 2008 08:07:29 -0000	1.2
+++ distinfo	30 Sep 2008 18:29:35 -0000
@@ -1,3 +1,3 @@
-MD5 (pysvn-1.6.0.tar.gz) = a7a73c452dfcbe0e97317464355ce43c
-SHA256 (pysvn-1.6.0.tar.gz) = bb08a17f2a2432db369210513ab3bda13420276ffa42155d8e374834339c1618
-SIZE (pysvn-1.6.0.tar.gz) = 215312
+MD5 (pysvn-1.6.1.tar.gz) = 7beed40705669fdc802c07b011b61730
+SHA256 (pysvn-1.6.1.tar.gz) = 86cb8d2f6076458aa157bf6e10fb5802f182629432e7c93687842c737e9f170d
+SIZE (pysvn-1.6.1.tar.gz) = 216419
--- pysvn-1.6.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 30 18:40:13 UTC 2008 
Responsible-Changed-Why:  
lwhsu@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127752 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Sep 30 18:40:16 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bra@fsn.hu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/127752: [PATCH] devel/pysvn: update to 1.6.1
Date: Tue, 30 Sep 2008 18:40:15 UT

 Maintainer of devel/pysvn,
 
 Please note that PR ports/127752 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/127752
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Attila Nagy <bra@fsn.hu>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127752: [PATCH] devel/pysvn: update to 1.6.1
Date: Thu, 02 Oct 2008 13:48:56 +0200

 Approved, thank you.
 
 On 2008.09.30. 20:40, Edwin Groothuis wrote:
 > Maintainer of devel/pysvn,
 >
 > Please note that PR ports/127752 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/127752
 >
 >   
 
State-Changed-From-To: feedback->closed 
State-Changed-By: lwhsu 
State-Changed-When: Thu Oct 2 14:35:41 UTC 2008 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127752: commit references a PR
Date: Thu,  2 Oct 2008 14:35:26 +0000 (UTC)

 lwhsu       2008-10-02 14:35:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pysvn          Makefile distinfo 
   Log:
   - Update to 1.6.1
   
   PR:             ports/127752
   Submitted by:   Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
   Approved by:    Attila Nagy <bra AT fsn.hu> (maintainer)
   
   Revision  Changes    Path
   1.8       +6 -4      ports/devel/pysvn/Makefile
   1.3       +3 -3      ports/devel/pysvn/distinfo
 _______________________________________________
 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:
