Date: Thu, 26 Dec 2013 18:37:37 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337593 - head/www/trac-wikinotification Message-ID: <201312261837.rBQIbbcE018904@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Thu Dec 26 18:37:37 2013 New Revision: 337593 URL: http://svnweb.freebsd.org/changeset/ports/337593 Log: www/trac-wikinotification: allow staging and modernize python knobs Modified: head/www/trac-wikinotification/Makefile Modified: head/www/trac-wikinotification/Makefile ============================================================================== --- head/www/trac-wikinotification/Makefile Thu Dec 26 18:22:34 2013 (r337592) +++ head/www/trac-wikinotification/Makefile Thu Dec 26 18:37:37 2013 (r337593) @@ -3,7 +3,7 @@ PORTNAME= wikinotificationplugin PORTVERSION= 0.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks @@ -17,9 +17,7 @@ RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -PYDISTUTILS_PKGNAME= TracWikiNotification -PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/p/rc/} +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261837.rBQIbbcE018904>