Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 18:53:34 +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: r306458 - head/www/trac-wikinegotiator
Message-ID:  <201210261853.q9QIrYTA068885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Fri Oct 26 18:53:33 2012
New Revision: 306458
URL: http://svn.freebsd.org/changeset/ports/306458

Log:
  - do not directly depend on setuptools, use USE_DISTUTILS instead
  - bump PORTREVISION because of dependency change
  - move pkg-plist contents into Makefile:PLIST_FILES
  - trim Makefile header
  - limit python version to 2.x only
  
  PR:		173063
  Submitted by:	rm (myself)
  Approved by:	glarkin (maintainer, by mail)
  Feature safe:	yes

Deleted:
  head/www/trac-wikinegotiator/pkg-plist
Modified:
  head/www/trac-wikinegotiator/Makefile

Modified: head/www/trac-wikinegotiator/Makefile
==============================================================================
--- head/www/trac-wikinegotiator/Makefile	Fri Oct 26 18:52:42 2012	(r306457)
+++ head/www/trac-wikinegotiator/Makefile	Fri Oct 26 18:53:33 2012	(r306458)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: trac-wikinegotiator
-# Date created:                      May 18 2007
-# Whom:                              Gerrit Beine <gerrit.beine@gmx.de>
-#
+# Created by: Gerrit Beine <gerrit.beine@gmx.de>
 # $FreeBSD$
-#
 
 PORTNAME=	wikinegotiator
 PORTVERSION=	1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www devel python
 MASTER_SITES=	http://www.gerritbeine.de/download/trac/
 PKGNAMEPREFIX=	trac-
@@ -16,14 +12,12 @@ DISTNAME=	trac${PORTNAME}plugin-${PORTVE
 MAINTAINER=	glarkin@FreeBSD.org
 COMMENT=	Content negotiation for Trac
 
-BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
 
 WRKSRC=		${WRKDIR}/trac${PORTNAME}plugin
-NO_BUILD=	yes
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PLIST_SUB+=	PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
-PYDISTUTILS_NOEGGINFO=	yes
+USE_PYTHON=	-2.7
+USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_PKGNAME=	TracWikiNegotiator
+PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
 .include <bsd.port.mk>



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