Update pysvn to 1.7.8 Fix: Patch attached with submission follows:
State Changed From-To: open->closed Committed, thanks! (Note that the port won't compile on -CURRENT so I had to add a change to make it respect ${CC} and ${CXX}).
Responsible Changed From-To: freebsd-ports-bugs->delphij Take.
Author: delphij Date: Mon Oct 21 07:25:12 2013 New Revision: 331097 URL: http://svnweb.freebsd.org/changeset/ports/331097 Log: - Update to 1.7.8. [1] - Respect ${CC} and ${CXX}. PR: ports/182968 [1] Submitted by: maintainer [1] Modified: head/devel/pysvn/Makefile head/devel/pysvn/distinfo Modified: head/devel/pysvn/Makefile ============================================================================== --- head/devel/pysvn/Makefile Mon Oct 21 07:24:38 2013 (r331096) +++ head/devel/pysvn/Makefile Mon Oct 21 07:25:12 2013 (r331097) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysvn -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.8 CATEGORIES= devel MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/ @@ -30,6 +30,10 @@ PLIST_DIRS= %%PYTHON_SITELIBDIR%%/${PORT WRKSRC= ${WRKDIR}/${DISTNAME}/Source NO_STAGE= yes + +post-patch: + ${REINPLACE_CMD} -e "s,gcc,${CC},g" -e "s,g++,${CXX},g" ${WRKSRC}/setup_configure.py + do-build: @cd ${WRKSRC} && ${MAKE} Modified: head/devel/pysvn/distinfo ============================================================================== --- head/devel/pysvn/distinfo Mon Oct 21 07:24:38 2013 (r331096) +++ head/devel/pysvn/distinfo Mon Oct 21 07:25:12 2013 (r331097) @@ -1,2 +1,2 @@ -SHA256 (pysvn-1.7.6.tar.gz) = 47252408a1b18add18634395108737eaca77d12fbb22e5f187280b9e074c8b73 -SIZE (pysvn-1.7.6.tar.gz) = 331549 +SHA256 (pysvn-1.7.8.tar.gz) = 60936e30e73f8909034d8b51ee2aabbdd8dec04df480b6d271c12f45815367e2 +SIZE (pysvn-1.7.8.tar.gz) = 347114 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"