Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 12:45:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356349 - head/security/py-pylibacl
Message-ID:  <201406031245.s53CjODf053825@svn.freebsd.org>

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



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