ports/128850: [PATCH] devel/pysvn: update to 1.6.2
Yi-Jheng Lin
yzlin at cs.nctu.edu.tw
Thu Nov 13 20:10:07 UTC 2008
>Number: 128850
>Category: ports
>Synopsis: [PATCH] devel/pysvn: update to 1.6.2
>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: Thu Nov 13 20:10:05 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.2
- Use PYTHONPREFIX_SITELIBDIR instead
Port maintainer (bra at fsn.hu) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- pysvn-1.6.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pysvn/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 2 Oct 2008 14:35:17 -0000 1.8
+++ Makefile 13 Nov 2008 20:00:12 -0000
@@ -6,14 +6,14 @@
#
PORTNAME= pysvn
-PORTVERSION= 1.6.1
+PORTVERSION= 1.6.2
CATEGORIES= devel
MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/
MAINTAINER= bra at fsn.hu
COMMENT= Python binding for Subversion
-BUILD_DEPENDS= py${PYTHON_SUFFIX}-cxx>=5.4.1:${PORTSDIR}/devel/py-cxx
+BUILD_DEPENDS= py${PYTHON_SUFFIX}-cxx>=5.4.2:${PORTSDIR}/devel/py-cxx
LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion \
neon.28:${PORTSDIR}/www/neon28
@@ -36,13 +36,13 @@
cd ${WRKSRC} && ${MAKE}
pre-install:
- ${MKDIR} ${PYTHON_SITELIBDIR}
- ${MKDIR} ${PYTHON_SITELIBDIR}/${PORTNAME}
+ ${MKDIR} ${PYTHONPREFIX_SITELIBDIR}
+ ${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} \
${WRKSRC}/${PORTNAME}/*.py \
${WRKSRC}/${PORTNAME}/*.so \
- ${PYTHON_SITELIBDIR}/${PORTNAME}
+ ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pysvn/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 2 Oct 2008 14:35:17 -0000 1.3
+++ distinfo 13 Nov 2008 20:00:12 -0000
@@ -1,3 +1,3 @@
-MD5 (pysvn-1.6.1.tar.gz) = 7beed40705669fdc802c07b011b61730
-SHA256 (pysvn-1.6.1.tar.gz) = 86cb8d2f6076458aa157bf6e10fb5802f182629432e7c93687842c737e9f170d
-SIZE (pysvn-1.6.1.tar.gz) = 216419
+MD5 (pysvn-1.6.2.tar.gz) = 58bb216b815f3c05ed77f70708515355
+SHA256 (pysvn-1.6.2.tar.gz) = 140c28fe9171cb231fb07c78066ccc74e316e20a63e3f1d5a7cdd10da3b7847e
+SIZE (pysvn-1.6.2.tar.gz) = 220638
--- pysvn-1.6.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list