From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 11:11:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17BA2AEE; Sat, 1 Feb 2014 11:11:24 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0462A14F3; Sat, 1 Feb 2014 11:11:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s11BBNGb028567; Sat, 1 Feb 2014 11:11:23 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s11BBNTR028564; Sat, 1 Feb 2014 11:11:23 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201402011111.s11BBNTR028564@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 1 Feb 2014 11:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342114 - head/devel/py-posix_ipc 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.17 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: Sat, 01 Feb 2014 11:11:24 -0000 Author: koobs Date: Sat Feb 1 11:11:23 2014 New Revision: 342114 URL: http://svnweb.freebsd.org/changeset/ports/342114 QAT: https://qat.redports.org/buildarchive/r342114/ Log: devel/py-posix_ipc: Update to 0.6.5 and Modernise - Update to 0.9.6 - Enable STAGE support - Enable AUTOPLIST, remove PLIST_FILES - Update LICENSE (BSD3CLAUSE) Modified: head/devel/py-posix_ipc/Makefile head/devel/py-posix_ipc/distinfo Modified: head/devel/py-posix_ipc/Makefile ============================================================================== --- head/devel/py-posix_ipc/Makefile Sat Feb 1 11:06:52 2014 (r342113) +++ head/devel/py-posix_ipc/Makefile Sat Feb 1 11:11:23 2014 (r342114) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= posix_ipc -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= devel python MASTER_SITES= http://semanchuk.com/philip/posix_ipc/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= POSIX IPC primitives for Python -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/posix_ipc.so - -NO_STAGE= yes .include Modified: head/devel/py-posix_ipc/distinfo ============================================================================== --- head/devel/py-posix_ipc/distinfo Sat Feb 1 11:06:52 2014 (r342113) +++ head/devel/py-posix_ipc/distinfo Sat Feb 1 11:11:23 2014 (r342114) @@ -1,2 +1,2 @@ -SHA256 (posix_ipc-0.9.5.tar.gz) = 6dd93ba1ebb6e9885a2da6d7806a753702f375675a981220ee92fc198ba5d53f -SIZE (posix_ipc-0.9.5.tar.gz) = 77528 +SHA256 (posix_ipc-0.9.6.tar.gz) = 24e092ba995122869a2fca46a2579b1b2824cfdcb2ecc6938e2923a120460646 +SIZE (posix_ipc-0.9.6.tar.gz) = 77553