From owner-svn-ports-all@FreeBSD.ORG Tue Aug 21 19:29:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A743F1065670; Tue, 21 Aug 2012 19:29:18 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7875E8FC08; Tue, 21 Aug 2012 19:29:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7LJTI2P091851; Tue, 21 Aug 2012 19:29:18 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7LJTIot091848; Tue, 21 Aug 2012 19:29:18 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201208211929.q7LJTIot091848@svn.freebsd.org> From: Jason Helfman Date: Tue, 21 Aug 2012 19:29:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302891 - head/devel/py-ice X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 19:29:18 -0000 Author: jgh Date: Tue Aug 21 19:29:17 2012 New Revision: 302891 URL: http://svn.freebsd.org/changeset/ports/302891 Log: - fix plist, and bump portrevision - while here drop redundant defining of DISTNAME, and convert to optionsNG for DOCS PR: 170450 Submitted by: ryder.dain@gmail.com Approved by: maintainer timeout (15 days), tonymaher@optusnet.com.au Modified: head/devel/py-ice/Makefile (contents, props changed) head/devel/py-ice/pkg-plist (contents, props changed) Modified: head/devel/py-ice/Makefile ============================================================================== --- head/devel/py-ice/Makefile Tue Aug 21 19:00:32 2012 (r302890) +++ head/devel/py-ice/Makefile Tue Aug 21 19:29:17 2012 (r302891) @@ -7,11 +7,11 @@ PORTNAME= Ice PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://download.zeroc.com/Ice/3.4/ \ http://www.dirk.sh/dirk/Ice/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Ice-${PORTVERSION} MAINTAINER= tonymaher@optusnet.com.au COMMENT= An Ice (Internet Communications Engine) language mapping for Python @@ -44,7 +44,7 @@ BROKEN= does not compile on ia64 MAKE_ENV= LP64=yes .endif -.if defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} MAKE_ENV+= NOPORTDOCS=yes .endif Modified: head/devel/py-ice/pkg-plist ============================================================================== --- head/devel/py-ice/pkg-plist Tue Aug 21 19:00:32 2012 (r302890) +++ head/devel/py-ice/pkg-plist Tue Aug 21 19:29:17 2012 (r302891) @@ -6,7 +6,9 @@ %%PYTHON_SITELIBDIR%%/Ice/Glacier2_Session_ice.py %%PYTHON_SITELIBDIR%%/Ice/Glacier2.py %%PYTHON_SITELIBDIR%%/Ice/Ice.py +%%PYTHON_SITELIBDIR%%/Ice/IceBox/__init__.py %%PYTHON_SITELIBDIR%%/Ice/IceBox_IceBox_ice.py +%%PYTHON_SITELIBDIR%%/Ice/IceGrid/__init__.py %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Admin_ice.py %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Descriptor_ice.py %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Exception_ice.py @@ -17,8 +19,10 @@ %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Registry_ice.py %%PYTHON_SITELIBDIR%%/Ice/IceGrid_Session_ice.py %%PYTHON_SITELIBDIR%%/Ice/IceGrid_UserAccountMapper_ice.py +%%PYTHON_SITELIBDIR%%/Ice/IcePatch2/__init__.py %%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileInfo_ice.py %%PYTHON_SITELIBDIR%%/Ice/IcePatch2_FileServer_ice.py +%%PYTHON_SITELIBDIR%%/Ice/IceStorm/__init__.py %%PYTHON_SITELIBDIR%%/Ice/IceStorm_IceStorm_ice.py %%PYTHON_SITELIBDIR%%/Ice/Ice_BuiltinSequences_ice.py %%PYTHON_SITELIBDIR%%/Ice/Ice_CommunicatorF_ice.py