Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 18:15:01 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346708 - head/www/py-wsgiauth
Message-ID:  <201403011815.s21IF1FL099148@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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