Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 14:36:15 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342146 - head/security/py-rsa
Message-ID:  <201402011436.s11EaFhM007829@svn.freebsd.org>

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



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