1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Update to 1.7.8. [1]

- Respect ${CC} and ${CXX}.

PR:		ports/182968 [1]
Submitted by:	maintainer [1]
This commit is contained in:
Xin LI 2013-10-21 07:25:12 +00:00
parent 6b794f2e02
commit a0be8bd71e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331097
2 changed files with 7 additions and 3 deletions

View File

@ -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%%/${PORTNAME}
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}

View File

@ -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