Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: ports)
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Tue Jul 17 19:50:25 2012 New Revision: 301028 URL: http://svn.freebsd.org/changeset/ports/301028 Log: - update mastersite - strict python version to 2.x only, while here PR: 169930 Submitted by: Radim Kolar <hsn at sendmail dot cz> (maintainer) Modified: head/www/trac-bzr/Makefile Modified: head/www/trac-bzr/Makefile ============================================================================== --- head/www/trac-bzr/Makefile Tue Jul 17 19:41:32 2012 (r301027) +++ head/www/trac-bzr/Makefile Tue Jul 17 19:50:25 2012 (r301028) @@ -9,7 +9,7 @@ PORTNAME= bzr PORTVERSION= 20110228 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://home.tiscali.cz/~cz210552/bsdports/tarballs/ +MASTER_SITES= http://schema.filez.com/distfiles/ PKGNAMEPREFIX= trac- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} @@ -21,7 +21,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS= tracd:${PORTSDIR}/www/trac bzr:${PORTSDIR}/devel/bzr -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_NOEGGINFO= yes _______________________________________________ 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"
State Changed From-To: open->closed Committed, thank you!