From owner-svn-ports-head@FreeBSD.ORG Mon Oct 6 09:17:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37C9D45F; Mon, 6 Oct 2014 09:17:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B40FABF; Mon, 6 Oct 2014 09:17:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s969He8m060493; Mon, 6 Oct 2014 09:17:40 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s969He5K060488; Mon, 6 Oct 2014 09:17:40 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201410060917.s969He5K060488@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 6 Oct 2014 09:17:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370148 - head/security/py-pylibacl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2014 09:17:41 -0000 Author: robak Date: Mon Oct 6 09:17:39 2014 New Revision: 370148 URL: https://svnweb.freebsd.org/changeset/ports/370148 QAT: https://qat.redports.org/buildarchive/r370148/ Log: security/py-pylibacl: update 0.5.0 -> 0.5.2 and fixes - Change the MASTER_SITES to CHEESESHOP - Convert to USES=python - Change the pkg-descr url - Pet portlint - Maintainer's timeout PR: 193054 Submitted by: Bartek Rutkowski Approved by: mentors (implicit) Modified: head/security/py-pylibacl/Makefile head/security/py-pylibacl/distinfo head/security/py-pylibacl/pkg-descr Modified: head/security/py-pylibacl/Makefile ============================================================================== --- head/security/py-pylibacl/Makefile Mon Oct 6 09:12:33 2014 (r370147) +++ head/security/py-pylibacl/Makefile Mon Oct 6 09:17:39 2014 (r370148) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pylibacl -PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTVERSION= 0.5.2 CATEGORIES= security python -MASTER_SITES= SF +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= joris.dedieu@gmail.com @@ -16,13 +15,10 @@ LICENSE_COMB= dual OPTIONS_DEFINE= DOCS -# Python3 ready -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist concurrent distutils -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -PORTDOCS= COPYING IMPLEMENTATION NEWS PLATFORMS README +PORTDOCS= COPYING NEWS README post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ Modified: head/security/py-pylibacl/distinfo ============================================================================== --- head/security/py-pylibacl/distinfo Mon Oct 6 09:12:33 2014 (r370147) +++ head/security/py-pylibacl/distinfo Mon Oct 6 09:17:39 2014 (r370148) @@ -1,2 +1,2 @@ -SHA256 (pylibacl-0.5.0.tar.gz) = 8706291e815547e2e89426508d00fd31d437bdb8e5eb9407777f414b0606e2d6 -SIZE (pylibacl-0.5.0.tar.gz) = 23886 +SHA256 (pylibacl-0.5.2.tar.gz) = efc71d91587def528576a65283f90dbb69cf02901dc9fd592cc1b5094cd5c0c2 +SIZE (pylibacl-0.5.2.tar.gz) = 31728 Modified: head/security/py-pylibacl/pkg-descr ============================================================================== --- head/security/py-pylibacl/pkg-descr Mon Oct 6 09:12:33 2014 (r370147) +++ head/security/py-pylibacl/pkg-descr Mon Oct 6 09:17:39 2014 (r370148) @@ -1,3 +1,3 @@ py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python -WWW: http://pylibacl.sourceforge.net/ +WWW: http://pylibacl.k1024.org/