ports/163329: [PATCH] security/py-pylibacl: some cleanup

Ruslan Mahmatkhanov rm at FreeBSD.org
Fri Dec 16 09:00:23 UTC 2011


>Number:         163329
>Category:       ports
>Synopsis:       [PATCH] security/py-pylibacl: some cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 16 09:00:22 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- change USE_PYTHON to yes, because this port working with any supported python
  version
- move pkg-plist into PLIST_FILES
- remove Author field from pkg-descr
- bump PORTREVISION because of dependencies change
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/py-pylibacl/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	25 Feb 2011 03:19:27 -0000	1.3
+++ Makefile	16 Dec 2011 08:54:38 -0000
@@ -7,15 +7,17 @@
 
 PORTNAME=	pylibacl
 PORTVERSION=	0.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security python
 MASTER_SITES=	SF
 
 MAINTAINER=	joris.dedieu at gmail.com
 COMMENT=	Manipulate ACL with Python
 
-USE_PYTHON=	2.5+
+# Python3 ready
+USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 PYEASYINSTALL_ARCHDEP=	yes
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/security/py-pylibacl/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	24 Oct 2011 09:10:50 -0000	1.2
+++ pkg-descr	16 Dec 2011 08:54:38 -0000
@@ -1,4 +1,3 @@
 py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python
 
-Author:	Iustin Pop, <iusty at k1024.org>
 WWW:	http://pylibacl.sourceforge.net/
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	23 Apr 2009 17:15:38 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list