svn commit: r346708 - head/www/py-wsgiauth
Martin Wilke
miwi at FreeBSD.org
Sat Mar 1 18:15:01 UTC 2014
Author: miwi
Date: Sat Mar 1 18:15:00 2014
New Revision: 346708
URL: http://svnweb.freebsd.org/changeset/ports/346708
QAT: https://qat.redports.org/buildarchive/r346708/
Log:
- Convert to autoplist
- Stage support
- Bump PORTREVISION
Deleted:
head/www/py-wsgiauth/pkg-plist
Modified:
head/www/py-wsgiauth/Makefile
Modified: head/www/py-wsgiauth/Makefile
==============================================================================
--- head/www/py-wsgiauth/Makefile Sat Mar 1 18:14:40 2014 (r346707)
+++ head/www/py-wsgiauth/Makefile Sat Mar 1 18:15:00 2014 (r346708)
@@ -3,6 +3,7 @@
PORTNAME= wsgiauth
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/w/wsgiauth
@@ -12,7 +13,7 @@ MAINTAINER= bamby at sippysoft.com
COMMENT= A WSGI authentication middleware
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list