Date: Tue, 21 Aug 2012 19:29:18 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302891 - head/devel/py-ice Message-ID: <201208211929.q7LJTIot091848@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208211929.q7LJTIot091848>