svn commit: r356349 - head/security/py-pylibacl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 3 12:45:24 UTC 2014


Author: sunpoet
Date: Tue Jun  3 12:45:23 2014
New Revision: 356349
URL: http://svnweb.freebsd.org/changeset/ports/356349
QAT: https://qat.redports.org/buildarchive/r356349/

Log:
  - Add PORTDOCS: copied from security/py-posix1e
  - Bump PORTREVISION for package and PKGNAME change
  - While I'm here:
    - Add missing PKGNAMEPREFIX
    - Add LICENSE
  
  PR:		ports/168709
  Submitted by:	Joris Dedieu <joris.dedieu at gmail.com> (maintainer)

Modified:
  head/security/py-pylibacl/Makefile

Modified: head/security/py-pylibacl/Makefile
==============================================================================
--- head/security/py-pylibacl/Makefile	Tue Jun  3 12:45:18 2014	(r356348)
+++ head/security/py-pylibacl/Makefile	Tue Jun  3 12:45:23 2014	(r356349)
@@ -3,17 +3,29 @@
 
 PORTNAME=	pylibacl
 PORTVERSION=	0.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security python
 MASTER_SITES=	SF
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	joris.dedieu at gmail.com
 COMMENT=	Manipulate ACL with Python
 
+LICENSE=	LGPL21 LGPL3
+LICENSE_COMB=	dual
+
+OPTIONS_DEFINE=	DOCS
+
 # Python3 ready
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
+DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
+PORTDOCS=	COPYING IMPLEMENTATION NEWS PLATFORMS README
+
+post-install:
+	${MKDIR} ${STAGEDIR}${DOCSDIR}/
+	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list