Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2012 19:39:59 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306696 - head/www/trac-mercurial
Message-ID:  <201210301939.q9UJdxs5060495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@freebsd.org>
-#
+# Created by: Brooks Davis <brooks@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210301939.q9UJdxs5060495>