svn commit: r346696 - head/www/py-blogofile

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:11:13 UTC 2014


Author: miwi
Date: Sat Mar  1 18:11:12 2014
New Revision: 346696
URL: http://svnweb.freebsd.org/changeset/ports/346696
QAT: https://qat.redports.org/buildarchive/r346696/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREVISION

Deleted:
  head/www/py-blogofile/pkg-plist
Modified:
  head/www/py-blogofile/Makefile

Modified: head/www/py-blogofile/Makefile
==============================================================================
--- head/www/py-blogofile/Makefile	Sat Mar  1 18:10:56 2014	(r346695)
+++ head/www/py-blogofile/Makefile	Sat Mar  1 18:11:12 2014	(r346696)
@@ -3,7 +3,7 @@
 
 PORTNAME=	blogofile
 PORTVERSION=	0.7.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www python
 MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
 MASTER_SITE_SUBDIR=	source/B/Blogofile
@@ -25,8 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mako
 		${PYTHON_PKGNAMEPREFIX}docutils>0:${PORTSDIR}/textproc/py-docutils
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	Blogofile
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list