Date: Mon, 30 Dec 2013 11:06:57 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338083 - head/security/py-posix1e Message-ID: <201312301106.rBUB6vUm084282@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312301106.rBUB6vUm084282>