svn commit: r306696 - head/www/trac-mercurial

Ruslan Mahmatkhanov rm at FreeBSD.org
Tue Oct 30 19:39:59 UTC 2012


Author: rm
Date: Tue Oct 30 19:39:58 2012
New Revision: 306696
URL: http://svn.freebsd.org/changeset/ports/306696

Log:
  - do not directly depend on setuptools, use USE_DISTUTILS instead
  - bump PORTREVISION because of dependency change
  - trim Makefile header
  - remove indefinite article in COMMENT
  - limit python version to 2.x only
  
  PR:		173102
  Submitted by:	rm (myself)
  Approved by:	brooks (maintainer, by mail)
  Feature safe:	yes

Modified:
  head/www/trac-mercurial/Makefile

Modified: head/www/trac-mercurial/Makefile
==============================================================================
--- head/www/trac-mercurial/Makefile	Tue Oct 30 19:39:11 2012	(r306695)
+++ head/www/trac-mercurial/Makefile	Tue Oct 30 19:39:58 2012	(r306696)
@@ -1,12 +1,9 @@
-# New ports collection makefile for: trac-mercurial
-# Date created:                      January 23, 2009
-# Whom:                              Brooks Davis <brooks at freebsd.org>
-#
+# Created by: Brooks Davis <brooks at freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
 PORTVERSION=	0.12.0.1
+PORTREVISION=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	LOCAL/pgollucci
 PKGNAMEPREFIX=	trac-
@@ -14,19 +11,16 @@ DISTNAME=	${PORTNAME}plugin-${PORTVERSIO
 DIST_SUBDIR=	trac
 
 MAINTAINER=	brooks at FreeBSD.org
-COMMENT=	A plugin to use Mercurial instead of Subversion in Trac
+COMMENT=	Plugin to use Mercurial instead of Subversion in Trac
 
 RUN_DEPENDS+=	hg:${PORTSDIR}/devel/mercurial \
 		tracd:${PORTSDIR}/www/trac
-BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
 
-USE_PYTHON=	yes
-NO_BUILD=	yes
-USE_PYDISTUTILS=yes
+USE_PYTHON=	-2.7
+USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	TracMercurial
-PYDISTUTILS_NOEGGINFO=	yes
-
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-0.12.0.23dev-py${PYTHON_VER}.egg
+PYDISTUTILS_PKGVERSION=	0.12.0.23dev
+PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
 .if defined(BOOTSTRAP)
 do-fetch:


More information about the svn-ports-all mailing list