ports/127752: [PATCH] devel/pysvn: update to 1.6.1

Yi-Jheng Lin yzlin at cs.nctu.edu.tw
Tue Sep 30 18:40:04 UTC 2008


>Number:         127752
>Category:       ports
>Synopsis:       [PATCH] devel/pysvn: update to 1.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 30 18:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list