Bug 169930 - [PATCH] www/trac-bzr: mastersite update
Summary: [PATCH] www/trac-bzr: mastersite update
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-17 11:00 UTC by Radim Kolar
Modified: 2012-07-17 21:00 UTC (History)
1 user (show)

See Also:


Attachments
trac-bzr-20110228_1.patch (457 bytes, patch)
2012-07-17 11:00 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2012-07-17 11:00:26 UTC
Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-17 11:00:42 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-07-17 20:41:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-17 20:50:38 UTC
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"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-07-17 20:52:18 UTC
State Changed
From-To: open->closed

Committed, thank you!