From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 16 09:00:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AFE01065672 for ; Fri, 16 Dec 2011 09:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 322598FC16 for ; Fri, 16 Dec 2011 09:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBG90NTB087269 for ; Fri, 16 Dec 2011 09:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBG90Nef087267; Fri, 16 Dec 2011 09:00:23 GMT (envelope-from gnats) Resent-Date: Fri, 16 Dec 2011 09:00:23 GMT Resent-Message-Id: <201112160900.pBG90Nef087267@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2BDC1065672 for ; Fri, 16 Dec 2011 08:57:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 923058FC0A for ; Fri, 16 Dec 2011 08:57:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pBG8vTYx077150 for ; Fri, 16 Dec 2011 08:57:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pBG8vT1e077144; Fri, 16 Dec 2011 08:57:29 GMT (envelope-from nobody) Message-Id: <201112160857.pBG8vT1e077144@red.freebsd.org> Date: Fri, 16 Dec 2011 08:57:29 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163329: [PATCH] security/py-pylibacl: some cleanup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2011 09:00:23 -0000 >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 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, 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: