Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 06:46:52 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358210 - head/www/trac-robotstxt
Message-ID:  <201406180646.s5I6kq7n069663@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Wed Jun 18 06:46:52 2014
New Revision: 358210
URL: http://svnweb.freebsd.org/changeset/ports/358210
QAT: https://qat.redports.org/buildarchive/r358210/

Log:
  - Remove easy_install dependency
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Modified:
  head/www/trac-robotstxt/Makefile

Modified: head/www/trac-robotstxt/Makefile
==============================================================================
--- head/www/trac-robotstxt/Makefile	Wed Jun 18 06:43:10 2014	(r358209)
+++ head/www/trac-robotstxt/Makefile	Wed Jun 18 06:46:52 2014	(r358210)
@@ -3,7 +3,7 @@
 
 PORTNAME=	robotxt
 PORTVERSION=	1.0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www devel python
 MASTER_SITES=	http://freebsd.unixfreunde.de/sources/trac/
 PKGNAMEPREFIX=	trac-
@@ -14,9 +14,9 @@ COMMENT=	Allows simple management of a r
 
 RUN_DEPENDS=	tracd:${PORTSDIR}/www/trac
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	TracRobotsTxt
-PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
+.include "${.CURDIR}/../../www/trac/plugin.mk"
 .include <bsd.port.mk>



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