Date: Sun, 10 Feb 2019 09:30:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492592 - head/security/py-pylibacl Message-ID: <201902100930.x1A9UjDR078183@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Feb 10 09:30:44 2019 New Revision: 492592 URL: https://svnweb.freebsd.org/changeset/ports/492592 Log: - Fix LICENSE - Add LICENSE_FILE - Don't install license with docs - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/security/py-pylibacl/Makefile head/security/py-pylibacl/pkg-descr Modified: head/security/py-pylibacl/Makefile ============================================================================== --- head/security/py-pylibacl/Makefile Sun Feb 10 09:00:45 2019 (r492591) +++ head/security/py-pylibacl/Makefile Sun Feb 10 09:30:44 2019 (r492592) @@ -10,18 +10,18 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= joris.dedieu@gmail.com COMMENT= Manipulate ACL with Python -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= DOCS - USES= python USE_PYTHON= autoplist concurrent distutils -PORTDOCS= COPYING NEWS README +PORTDOCS= NEWS README -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> Modified: head/security/py-pylibacl/pkg-descr ============================================================================== --- head/security/py-pylibacl/pkg-descr Sun Feb 10 09:00:45 2019 (r492591) +++ head/security/py-pylibacl/pkg-descr Sun Feb 10 09:30:44 2019 (r492592) @@ -1,3 +1,3 @@ py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python -WWW: http://pylibacl.k1024.org/ +WWW: https://pylibacl.k1024.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902100930.x1A9UjDR078183>