svn commit: r342146 - head/security/py-rsa

Kubilay Kocak koobs at FreeBSD.org
Sat Feb 1 14:36:15 UTC 2014


Author: koobs
Date: Sat Feb  1 14:36:14 2014
New Revision: 342146
URL: http://svnweb.freebsd.org/changeset/ports/342146
QAT: https://qat.redports.org/buildarchive/r342146/

Log:
  security/py-rsa: Modernise: STAGE and AUTOPLIST
  
  - Enable STAGE support
  - Enable AUTOPLIST, delete pkg-plist
  - Deprecate easy_install target
  - Bump PORTREVISION

Deleted:
  head/security/py-rsa/pkg-plist
Modified:
  head/security/py-rsa/Makefile

Modified: head/security/py-rsa/Makefile
==============================================================================
--- head/security/py-rsa/Makefile	Sat Feb  1 14:36:12 2014	(r342145)
+++ head/security/py-rsa/Makefile	Sat Feb  1 14:36:14 2014	(r342146)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rsa
 PORTVERSION=	3.1.2
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,9 +18,8 @@ TEST_DEPENDS:=	${PYTHON_PKGNAMEPREFIX}un
 		${RUN_DEPENDS}
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-
-NO_STAGE=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} run_tests.py


More information about the svn-ports-all mailing list