Date: Fri, 16 Dec 2011 08:57:29 GMT From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/163329: [PATCH] security/py-pylibacl: some cleanup Message-ID: <201112160857.pBG8vT1e077144@red.freebsd.org> Resent-Message-ID: <201112160900.pBG90Nef087267@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112160857.pBG8vT1e077144>