svn commit: r338083 - head/security/py-posix1e

William Grzybowski wg at FreeBSD.org
Mon Dec 30 11:06:57 UTC 2013


Author: wg
Date: Mon Dec 30 11:06:56 2013
New Revision: 338083
URL: http://svnweb.freebsd.org/changeset/ports/338083

Log:
  security/py-posix1e: support staging
  
  - Support staging
  - Switch from easy_install to install
  - Add LICENSE (LGPL21)
  - Use python auto plist

Modified:
  head/security/py-posix1e/Makefile

Modified: head/security/py-posix1e/Makefile
==============================================================================
--- head/security/py-posix1e/Makefile	Mon Dec 30 10:59:46 2013	(r338082)
+++ head/security/py-posix1e/Makefile	Mon Dec 30 11:06:56 2013	(r338083)
@@ -3,6 +3,7 @@
 
 PORTNAME=	posix1e
 PORTVERSION=	0.5.0
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	SF/pylibacl/pylibacl/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,23 +12,17 @@ DISTNAME=	pylibacl-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python module for manipulating POSIX.1e ACLs
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	pylibacl
-PYEASYINSTALL_ARCHDEP=	yes
+LICENSE=	LGPL21
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 PORTDOCS=	COPYING IMPLEMENTATION NEWS PLATFORMS README
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list