Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2012 18:47:20 +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: r306515 - head/www/trac-macropost
Message-ID:  <201210271847.q9RIlK5L035382@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Oct 27 18:47:20 2012
New Revision: 306515
URL: http://svn.freebsd.org/changeset/ports/306515

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

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

Modified: head/www/trac-macropost/Makefile
==============================================================================
--- head/www/trac-macropost/Makefile	Sat Oct 27 18:44:54 2012	(r306514)
+++ head/www/trac-macropost/Makefile	Sat Oct 27 18:47:20 2012	(r306515)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: trac-macropostplugin
-# Date created:                      17 May 2007
-# Whom:                              Gerrit Beine <gerrit.beine@gmx.de>
-#
+# Created by: Gerrit Beine <gerrit.beine@gmx.de>
 # $FreeBSD$
-#
 
 PORTNAME=	macropost
 PORTVERSION=	0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www devel python
 MASTER_SITES=	http://www.gerritbeine.de/download/trac/
 PKGNAMEPREFIX=	trac-
@@ -17,13 +13,11 @@ MAINTAINER=	glarkin@FreeBSD.org
 COMMENT=	Allows Macros to use POST in forms
 
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
-BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
 
 WRKSRC=		${WRKDIR}/${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=	TracMacroPost
+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?201210271847.q9RIlK5L035382>