Bug 182968 - maintainer update: devel/pysvn
Summary: maintainer update: devel/pysvn
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-14 13:40 UTC by nagy.attila
Modified: 2013-10-21 08:30 UTC (History)
0 users

See Also:


Attachments
file.diff (768 bytes, patch)
2013-10-14 13:40 UTC, nagy.attila
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nagy.attila 2013-10-14 13:40:00 UTC
Update pysvn to 1.7.8

Fix: Patch attached with submission follows:
Comment 1 Xin LI freebsd_committer freebsd_triage 2013-10-21 08:25:19 UTC
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}). 


Comment 2 Xin LI freebsd_committer freebsd_triage 2013-10-21 08:25:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-21 08:25:19 UTC
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"