diff options
380 files changed, 519 insertions, 334 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile index 08ab2033cf38..648430d4f3d5 100644 --- a/databases/zodb3/Makefile +++ b/databases/zodb3/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -py${PYTHON_SUFFIX} DISTNAME= ZODB3-${PORTVERSION} MAINTAINER= zope@FreeBSD.org -COMMENT= The Z - Object Database for python +COMMENT= Z - Object Database for python LICENSE= ZPL21 @@ -20,10 +20,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:${PORTSDIR}/devel/py-zconfig \ ${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:${PORTSDIR}/devel/py-zclockfile \ ${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:${PORTSDIR}/devel/py-zope.event -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= ZODB3 NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Acquisition/Makefile b/devel/py-Acquisition/Makefile index 61d5d4b407d1..872478003833 100644 --- a/devel/py-Acquisition/Makefile +++ b/devel/py-Acquisition/Makefile @@ -21,4 +21,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Acquisition/pkg-descr b/devel/py-Acquisition/pkg-descr index 13a3cbe60589..f856afc756ac 100644 --- a/devel/py-Acquisition/pkg-descr +++ b/devel/py-Acquisition/pkg-descr @@ -1,4 +1,4 @@ Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in. -WWW: http://pypi.python.org/pypi/Acquisition +WWW: https://pypi.python.org/pypi/Acquisition/ diff --git a/devel/py-DocumentTemplate/Makefile b/devel/py-DocumentTemplate/Makefile index 88b7305a9869..3f435a9f369b 100644 --- a/devel/py-DocumentTemplate/Makefile +++ b/devel/py-DocumentTemplate/Makefile @@ -26,4 +26,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-DocumentTemplate/pkg-descr b/devel/py-DocumentTemplate/pkg-descr index ae13fcae0703..4065c4e4d6f9 100644 --- a/devel/py-DocumentTemplate/pkg-descr +++ b/devel/py-DocumentTemplate/pkg-descr @@ -6,4 +6,4 @@ logic and loops. Inside Zope environments page templates and TAL have superseded DTML for most use cases. -WWW: http://pypi.python.org/pypi/DocumentTemplate +WWW: https://pypi.python.org/pypi/DocumentTemplate/ diff --git a/devel/py-ExtensionClass/Makefile b/devel/py-ExtensionClass/Makefile index 1f9ee153f916..4b8862fd0e1d 100644 --- a/devel/py-ExtensionClass/Makefile +++ b/devel/py-ExtensionClass/Makefile @@ -18,4 +18,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-ExtensionClass/pkg-descr b/devel/py-ExtensionClass/pkg-descr index 1d73efb63693..6822df0da64b 100644 --- a/devel/py-ExtensionClass/pkg-descr +++ b/devel/py-ExtensionClass/pkg-descr @@ -1,4 +1,4 @@ This package provides a metaclass that allows classes implemented in extension modules to be subclassed in Python. -WWW: http://pypi.python.org/pypi/ExtensionClass +WWW: https://pypi.python.org/pypi/ExtensionClass/ diff --git a/devel/py-Missing/Makefile b/devel/py-Missing/Makefile index b29006da2950..3a65493d8297 100644 --- a/devel/py-Missing/Makefile +++ b/devel/py-Missing/Makefile @@ -20,4 +20,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Missing/pkg-descr b/devel/py-Missing/pkg-descr index 461cf142c368..ac70c22a67a1 100644 --- a/devel/py-Missing/pkg-descr +++ b/devel/py-Missing/pkg-descr @@ -1,6 +1,6 @@ Missing provides special objects used in some Zope2 internals like the ZCatalog. -WWW: http://pypi.python.org/pypi/Missing +WWW: https://pypi.python.org/pypi/Missing/ diff --git a/devel/py-MultiMapping/Makefile b/devel/py-MultiMapping/Makefile index eeb4d8457319..86390355e201 100644 --- a/devel/py-MultiMapping/Makefile +++ b/devel/py-MultiMapping/Makefile @@ -20,4 +20,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-MultiMapping/pkg-descr b/devel/py-MultiMapping/pkg-descr index 67f0e536027e..ebe425c733b5 100644 --- a/devel/py-MultiMapping/pkg-descr +++ b/devel/py-MultiMapping/pkg-descr @@ -1,4 +1,4 @@ MultiMapping provides special objects used in some Zope2 internals like ZRDB. -WWW: http://pypi.python.org/pypi/MultiMapping +WWW: https://pypi.python.org/pypi/MultiMapping/ diff --git a/devel/py-Persistence/Makefile b/devel/py-Persistence/Makefile index 992ad834f5c6..5e7b18864f7f 100644 --- a/devel/py-Persistence/Makefile +++ b/devel/py-Persistence/Makefile @@ -21,4 +21,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Persistence/pkg-descr b/devel/py-Persistence/pkg-descr index f37817845be8..c86f6ef76b87 100644 --- a/devel/py-Persistence/pkg-descr +++ b/devel/py-Persistence/pkg-descr @@ -2,4 +2,4 @@ This package provides a variant of the persistent base class that's an ExtensionClass. Unless you need ExtensionClass semantics, you probably want to use persistent.Persistent from ZODB3. -WWW: http://pypi.python.org/pypi/Persistence +WWW: https://pypi.python.org/pypi/Persistence/ diff --git a/devel/py-Products.ATReferenceBrowserWidget/Makefile b/devel/py-Products.ATReferenceBrowserWidget/Makefile index e5c6ebf84ff8..45ec0c24a3ff 100644 --- a/devel/py-Products.ATReferenceBrowserWidget/Makefile +++ b/devel/py-Products.ATReferenceBrowserWidget/Makefile @@ -16,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}archetypes.referencebrowserwidget>=0:${PORTS DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.ATReferenceBrowserWidget/pkg-descr b/devel/py-Products.ATReferenceBrowserWidget/pkg-descr index 258d4ce117c7..136677383216 100644 --- a/devel/py-Products.ATReferenceBrowserWidget/pkg-descr +++ b/devel/py-Products.ATReferenceBrowserWidget/pkg-descr @@ -1,3 +1,3 @@ ATReferenceBrowserWidget is reference widget for Archetypes. -WWW: http://pypi.python.org/pypi/Products.ATReferenceBrowserWidget +WWW: https://pypi.python.org/pypi/Products.ATReferenceBrowserWidget/ diff --git a/devel/py-Products.BTreeFolder2/Makefile b/devel/py-Products.BTreeFolder2/Makefile index ff45ed3e886d..43234edc4860 100644 --- a/devel/py-Products.BTreeFolder2/Makefile +++ b/devel/py-Products.BTreeFolder2/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org -COMMENT= A BTree based implementation for Zope 2's OFS +COMMENT= BTree based implementation for Zope 2's OFS LICENSE= ZPL21 @@ -25,4 +25,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.BTreeFolder2/pkg-descr b/devel/py-Products.BTreeFolder2/pkg-descr index 4bba2b7b57e1..3175bc97f8bc 100644 --- a/devel/py-Products.BTreeFolder2/pkg-descr +++ b/devel/py-Products.BTreeFolder2/pkg-descr @@ -1,4 +1,4 @@ BTreeFolder2 is a Zope product that acts like a Zope2 OFS folder but can store many more items. -WWW: http://pypi.python.org/pypi/Products.BTreeFolder2 +WWW: https://pypi.python.org/pypi/Products.BTreeFolder2/ diff --git a/devel/py-Products.CMFActionIcons/Makefile b/devel/py-Products.CMFActionIcons/Makefile index 2b9fe188f6c2..64bced7d2ebc 100644 --- a/devel/py-Products.CMFActionIcons/Makefile +++ b/devel/py-Products.CMFActionIcons/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Pro DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.CMFActionIcons/pkg-descr b/devel/py-Products.CMFActionIcons/pkg-descr index 4648169daac4..7f8fe5731c7b 100644 --- a/devel/py-Products.CMFActionIcons/pkg-descr +++ b/devel/py-Products.CMFActionIcons/pkg-descr @@ -1,3 +1,3 @@ Action icons product for the Zope Content Management Framework. -WWW: http://pypi.python.org/pypi/Products.CMFActionIcons +WWW: http://pypi.python.org/pypi/Products.CMFActionIcons/ diff --git a/devel/py-Products.CMFCalendar/Makefile b/devel/py-Products.CMFCalendar/Makefile index c2ff523ea99d..16d95ebad526 100644 --- a/devel/py-Products.CMFCalendar/Makefile +++ b/devel/py-Products.CMFCalendar/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Pro DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.CMFCalendar/pkg-descr b/devel/py-Products.CMFCalendar/pkg-descr index 376df3a823a1..6e6d01d67abb 100644 --- a/devel/py-Products.CMFCalendar/pkg-descr +++ b/devel/py-Products.CMFCalendar/pkg-descr @@ -1,3 +1,3 @@ Calendar product for the Zope Content Management Framework. -WWW: http://pypi.python.org/pypi/Products.CMFCalendar +WWW: https://pypi.python.org/pypi/Products.CMFCalendar/ diff --git a/devel/py-Products.CMFCore/Makefile b/devel/py-Products.CMFCore/Makefile index 1b14002c0eb9..df8d947abc64 100644 --- a/devel/py-Products.CMFCore/Makefile +++ b/devel/py-Products.CMFCore/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/p DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install #USE_ZOPE= yes # cyclic dependency NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.CMFCore/pkg-descr b/devel/py-Products.CMFCore/pkg-descr index 760a131a8f4d..21800233dcd3 100644 --- a/devel/py-Products.CMFCore/pkg-descr +++ b/devel/py-Products.CMFCore/pkg-descr @@ -1,3 +1,3 @@ Zope Content Management Framework core components. -WWW: http://pypi.python.org/pypi/Products.CMFCore +WWW: https://pypi.python.org/pypi/Products.CMFCore/ diff --git a/devel/py-Products.CMFDefault/Makefile b/devel/py-Products.CMFDefault/Makefile index 9a7a7daaa130..45066aed903b 100644 --- a/devel/py-Products.CMFDefault/Makefile +++ b/devel/py-Products.CMFDefault/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.formlib>=1.0.2:${PORTSDIR}/devel/py-fiv DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.CMFDefault/pkg-descr b/devel/py-Products.CMFDefault/pkg-descr index 849f164633d5..18dae2dc677e 100644 --- a/devel/py-Products.CMFDefault/pkg-descr +++ b/devel/py-Products.CMFDefault/pkg-descr @@ -1,3 +1,3 @@ Default product for the Zope Content Management Framework. -WWW: http://pypi.python.org/pypi/Products.CMFDefault +WWW: https://pypi.python.org/pypi/Products.CMFDefault/ diff --git a/devel/py-Products.CMFEditions/Makefile b/devel/py-Products.CMFEditions/Makefile index b2c1e9233955..72cc7492d5f1 100644 --- a/devel/py-Products.CMFEditions/Makefile +++ b/devel/py-Products.CMFEditions/Makefile @@ -27,9 +27,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.copy>0:${PORTSDIR}/devel/py-zope.copy \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.CMFEditions/pkg-descr b/devel/py-Products.CMFEditions/pkg-descr index 1f61a6d39e27..b0fcff76295d 100644 --- a/devel/py-Products.CMFEditions/pkg-descr +++ b/devel/py-Products.CMFEditions/pkg-descr @@ -1,3 +1,3 @@ Versioning for Plone. -WWW: http://pypi.python.org/pypi/Products.CMFEditions +WWW: https://pypi.python.org/pypi/Products.CMFEditions/ diff --git a/devel/py-Products.CMFFormController/Makefile b/devel/py-Products.CMFFormController/Makefile index a42424ade4d2..76a19dcd02ba 100644 --- a/devel/py-Products.CMFFormController/Makefile +++ b/devel/py-Products.CMFFormController/Makefile @@ -21,8 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.CMFFormController/pkg-descr b/devel/py-Products.CMFFormController/pkg-descr index 648de616c4a1..af44332fc691 100644 --- a/devel/py-Products.CMFFormController/pkg-descr +++ b/devel/py-Products.CMFFormController/pkg-descr @@ -1,3 +1,3 @@ CMFFormController provides a form validation mechanism for CMF. -WWW: http://pypi.python.org/pypi/Products.CMFFormController +WWW: https://pypi.python.org/pypi/Products.CMFFormController/ diff --git a/devel/py-Products.CMFPlacefulWorkflow/Makefile b/devel/py-Products.CMFPlacefulWorkflow/Makefile index bfea03b3a67f..54e53f415cb8 100644 --- a/devel/py-Products.CMFPlacefulWorkflow/Makefile +++ b/devel/py-Products.CMFPlacefulWorkflow/Makefile @@ -21,8 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.CMFPlacefulWorkflow/pkg-descr b/devel/py-Products.CMFPlacefulWorkflow/pkg-descr index 24b85775ee8b..5ec13a3db684 100644 --- a/devel/py-Products.CMFPlacefulWorkflow/pkg-descr +++ b/devel/py-Products.CMFPlacefulWorkflow/pkg-descr @@ -1,3 +1,3 @@ Workflow policies for CMF and Plone. -WWW: http://pypi.python.org/pypi/Products.CMFPlacefulWorkflow +WWW: https://pypi.python.org/pypi/Products.CMFPlacefulWorkflow/ diff --git a/devel/py-Products.CMFQuickInstallerTool/Makefile b/devel/py-Products.CMFQuickInstallerTool/Makefile index 72f67aea363a..439685bbfc6e 100644 --- a/devel/py-Products.CMFQuickInstallerTool/Makefile +++ b/devel/py-Products.CMFQuickInstallerTool/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.CMFQuickInstallerTool/pkg-descr b/devel/py-Products.CMFQuickInstallerTool/pkg-descr index f3e5d0345955..1d9340a9b5e3 100644 --- a/devel/py-Products.CMFQuickInstallerTool/pkg-descr +++ b/devel/py-Products.CMFQuickInstallerTool/pkg-descr @@ -1,4 +1,4 @@ CMFQuickInstallerTool is a facility for comfortable activation/deactivation of CMF compliant products -WWW: http://pypi.python.org/pypi/Products.CMFQuickInstallerTool +WWW: https://pypi.python.org/pypi/Products.CMFQuickInstallerTools/ diff --git a/devel/py-Products.CMFTestCase/Makefile b/devel/py-Products.CMFTestCase/Makefile index 52fa22bba3d1..663ff768a838 100644 --- a/devel/py-Products.CMFTestCase/Makefile +++ b/devel/py-Products.CMFTestCase/Makefile @@ -24,8 +24,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.CMFTestCase/pkg-descr b/devel/py-Products.CMFTestCase/pkg-descr index 07a3b543edb3..9b3cc8cbecbd 100644 --- a/devel/py-Products.CMFTestCase/pkg-descr +++ b/devel/py-Products.CMFTestCase/pkg-descr @@ -1,3 +1,3 @@ Integration testing framework for CMF. -WWW: http://plone.org/products/cmftestcase +WWW: http://plone.org/products/cmftestcase/ diff --git a/devel/py-Products.CMFUid/Makefile b/devel/py-Products.CMFUid/Makefile index 53881a565317..a50f4ed8f5aa 100644 --- a/devel/py-Products.CMFUid/Makefile +++ b/devel/py-Products.CMFUid/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Pro DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.CMFUid/pkg-descr b/devel/py-Products.CMFUid/pkg-descr index 3b6f97023187..62855cfd59ae 100644 --- a/devel/py-Products.CMFUid/pkg-descr +++ b/devel/py-Products.CMFUid/pkg-descr @@ -1,3 +1,3 @@ Uid product for the Zope Content Management Framework. -WWW: http://pypi.python.org/pypi/Products.CMFUid +WWW: https://pypi.python.org/pypi/Products.CMFUid/ diff --git a/devel/py-Products.DCWorkflow/Makefile b/devel/py-Products.DCWorkflow/Makefile index ef5afdfb7acf..8059c38b66c6 100644 --- a/devel/py-Products.DCWorkflow/Makefile +++ b/devel/py-Products.DCWorkflow/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Pro DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.DCWorkflow/pkg-descr b/devel/py-Products.DCWorkflow/pkg-descr index 4cca144793b8..7b5defca1820 100644 --- a/devel/py-Products.DCWorkflow/pkg-descr +++ b/devel/py-Products.DCWorkflow/pkg-descr @@ -1,3 +1,3 @@ DCWorkflow product for the Zope Content Management Framework. -WWW: http://pypi.python.org/pypi/Products.DCWorkflow +WWW: https://pypi.python.org/pypi/Products.DCWorkflow/ diff --git a/devel/py-Products.ExtendedPathIndex/Makefile b/devel/py-Products.ExtendedPathIndex/Makefile index 8c7cb8d47681..9bc23fb808a5 100644 --- a/devel/py-Products.ExtendedPathIndex/Makefile +++ b/devel/py-Products.ExtendedPathIndex/Makefile @@ -17,9 +17,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>0:${PORTSDIR}/security/py-Acce DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.ExtendedPathIndex/pkg-descr b/devel/py-Products.ExtendedPathIndex/pkg-descr index f391c545a1c8..791850cf6889 100644 --- a/devel/py-Products.ExtendedPathIndex/pkg-descr +++ b/devel/py-Products.ExtendedPathIndex/pkg-descr @@ -1,3 +1,3 @@ Zope catalog index for paths. -WWW: http://pypi.python.org/pypi/Products.ExtendedPathIndex +WWW: https://pypi.python.org/pypi/Products.ExtendedPathIndex/ diff --git a/devel/py-Products.ExternalEditor/Makefile b/devel/py-Products.ExternalEditor/Makefile index b3815f2164f9..b30b006d4456 100644 --- a/devel/py-Products.ExternalEditor/Makefile +++ b/devel/py-Products.ExternalEditor/Makefile @@ -13,8 +13,9 @@ LICENSE= ZPL21 DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.ExternalEditor/pkg-descr b/devel/py-Products.ExternalEditor/pkg-descr index 6dde1850958f..1fec7d44d056 100644 --- a/devel/py-Products.ExternalEditor/pkg-descr +++ b/devel/py-Products.ExternalEditor/pkg-descr @@ -1,3 +1,3 @@ Zope External Editor. -WWW: http://pypi.python.org/pypi/Products.ExternalEditor +WWW: https://pypi.python.org/pypi/Products.ExternalEditor/ diff --git a/devel/py-Products.ExternalMethod/Makefile b/devel/py-Products.ExternalMethod/Makefile index 2f6a5afc70c6..981fa00df3c8 100644 --- a/devel/py-Products.ExternalMethod/Makefile +++ b/devel/py-Products.ExternalMethod/Makefile @@ -23,4 +23,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.ExternalMethod/pkg-descr b/devel/py-Products.ExternalMethod/pkg-descr index 0e6085ad33b1..c0c18d3c9a5e 100644 --- a/devel/py-Products.ExternalMethod/pkg-descr +++ b/devel/py-Products.ExternalMethod/pkg-descr @@ -1,4 +1,4 @@ This package provides support for external Python methods within a Zope 2 environment. -WWW: http://pypi.python.org/pypi/Products.ExternalMethod +WWW: https://pypi.python.org/pypi/Products.ExternalMethod/ diff --git a/devel/py-Products.LDAPMultiPlugins/Makefile b/devel/py-Products.LDAPMultiPlugins/Makefile index db486a1a5d14..8dba7738e9ad 100644 --- a/devel/py-Products.LDAPMultiPlugins/Makefile +++ b/devel/py-Products.LDAPMultiPlugins/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap2>=2.0.6:${PORTSDIR}/net/py-ldap2 \ DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.LDAPMultiPlugins/pkg-descr b/devel/py-Products.LDAPMultiPlugins/pkg-descr index c53972eff2a3..0697569b4911 100644 --- a/devel/py-Products.LDAPMultiPlugins/pkg-descr +++ b/devel/py-Products.LDAPMultiPlugins/pkg-descr @@ -1,3 +1,3 @@ LDAP-backed plugins for the Zope2 PluggableAuthService -WWW: http://pypi.python.org/pypi/Products.LDAPMultiPlugins +WWW: https://pypi.python.org/pypi/Products.LDAPMultiPlugins/ diff --git a/devel/py-Products.LDAPUserFolder/Makefile b/devel/py-Products.LDAPUserFolder/Makefile index 0900a457d55a..fd816b26d073 100644 --- a/devel/py-Products.LDAPUserFolder/Makefile +++ b/devel/py-Products.LDAPUserFolder/Makefile @@ -23,10 +23,11 @@ OPTIONS_DEFAULT= POSIXGROUP_PATCH DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPOSIXGROUP_PATCH} diff --git a/devel/py-Products.LDAPUserFolder/pkg-descr b/devel/py-Products.LDAPUserFolder/pkg-descr index a33cf79eb4e3..b28927282746 100644 --- a/devel/py-Products.LDAPUserFolder/pkg-descr +++ b/devel/py-Products.LDAPUserFolder/pkg-descr @@ -1,3 +1,3 @@ A LDAP-enabled Zope 2 user folder -WWW: http://pypi.python.org/pypi/Products.LDAPUserFolder +WWW: https://pypi.python.org/pypi/Products.LDAPUserFolder/ diff --git a/devel/py-Products.MIMETools/Makefile b/devel/py-Products.MIMETools/Makefile index 455c13bfb01f..49c19ba62c6e 100644 --- a/devel/py-Products.MIMETools/Makefile +++ b/devel/py-Products.MIMETools/Makefile @@ -19,4 +19,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.MIMETools/pkg-descr b/devel/py-Products.MIMETools/pkg-descr index d2ec1c242d6d..169db89bacf7 100644 --- a/devel/py-Products.MIMETools/pkg-descr +++ b/devel/py-Products.MIMETools/pkg-descr @@ -1,3 +1,3 @@ MIMETools provides the <!--#mime--> tag for DocumentTemplate. -WWW: http://pypi.python.org/pypi/Products.MIMETools +WWW: https://pypi.python.org/pypi/Products.MIMETools/ diff --git a/devel/py-Products.Marshall/Makefile b/devel/py-Products.Marshall/Makefile index 57ad33ded18d..bcd9d15c4fde 100644 --- a/devel/py-Products.Marshall/Makefile +++ b/devel/py-Products.Marshall/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transact DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.Marshall/pkg-descr b/devel/py-Products.Marshall/pkg-descr index 527a6ce6c705..1b52e40eb327 100644 --- a/devel/py-Products.Marshall/pkg-descr +++ b/devel/py-Products.Marshall/pkg-descr @@ -1,3 +1,3 @@ Configurable Marshallers for Archetypes. -WWW: http://pypi.python.org/pypi/Products.Marshall +WWW: https://pypi.python.org/pypi/Products.Marshall/ diff --git a/devel/py-Products.OFSP/Makefile b/devel/py-Products.OFSP/Makefile index 7b0378fb521c..ce2d87512b4b 100644 --- a/devel/py-Products.OFSP/Makefile +++ b/devel/py-Products.OFSP/Makefile @@ -20,4 +20,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.OFSP/pkg-descr b/devel/py-Products.OFSP/pkg-descr index 896b059784dc..3c68e373cbe6 100644 --- a/devel/py-Products.OFSP/pkg-descr +++ b/devel/py-Products.OFSP/pkg-descr @@ -1,3 +1,3 @@ OFSP provides the general Zope 2 help. -WWW: http://pypi.python.org/pypi/Products.OFSP +WWW: https://pypi.python.org/pypi/Products.OFSP/ diff --git a/devel/py-Products.PloneLanguageTool/Makefile b/devel/py-Products.PloneLanguageTool/Makefile index af038195d2d8..f21b4dcc7e2d 100644 --- a/devel/py-Products.PloneLanguageTool/Makefile +++ b/devel/py-Products.PloneLanguageTool/Makefile @@ -13,8 +13,9 @@ LICENSE= GPLv2 DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.PloneLanguageTool/pkg-descr b/devel/py-Products.PloneLanguageTool/pkg-descr index 9781566013cb..57ea870fa68b 100644 --- a/devel/py-Products.PloneLanguageTool/pkg-descr +++ b/devel/py-Products.PloneLanguageTool/pkg-descr @@ -2,4 +2,4 @@ PloneLanguageTool allows you to set the available languages in your Plone site, select various fallback mechanisms, and control the use of flags for language selection and translations. -WWW: http://pypi.python.org/pypi/Products.PloneLanguageTool +WWW: https://pypi.python.org/pypi/Products.PloneLanguageTool/ diff --git a/devel/py-Products.PluginRegistry/Makefile b/devel/py-Products.PluginRegistry/Makefile index b0585ace4e75..66ffdec829b2 100644 --- a/devel/py-Products.PluginRegistry/Makefile +++ b/devel/py-Products.PluginRegistry/Makefile @@ -16,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/p DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.PluginRegistry/pkg-descr b/devel/py-Products.PluginRegistry/pkg-descr index c5e2a455a1be..3587ff1a51ca 100644 --- a/devel/py-Products.PluginRegistry/pkg-descr +++ b/devel/py-Products.PluginRegistry/pkg-descr @@ -1,3 +1,3 @@ Configure application plugins based on interfaces. -WWW: http://pypi.python.org/pypi/Products.PluginRegistry +WWW: https://pypi.python.org/pypi/Products.PluginRegistry/ diff --git a/devel/py-Products.PortalTransforms/Makefile b/devel/py-Products.PortalTransforms/Makefile index 52a109f9ffd9..bccdeefdffef 100644 --- a/devel/py-Products.PortalTransforms/Makefile +++ b/devel/py-Products.PortalTransforms/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.intelligenttext>=0:${PORTSDIR}/www/py- DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.PortalTransforms/pkg-descr b/devel/py-Products.PortalTransforms/pkg-descr index 314f162c2c16..c178cc06fae3 100644 --- a/devel/py-Products.PortalTransforms/pkg-descr +++ b/devel/py-Products.PortalTransforms/pkg-descr @@ -1,3 +1,3 @@ MIME based content transformations. -WWW: http://pypi.python.org/pypi/Products.PortalTransforms +WWW: https://pypi.python.org/pypi/Products.PortalTransforms/ diff --git a/devel/py-Products.PythonScripts/Makefile b/devel/py-Products.PythonScripts/Makefile index d071aff19982..0053ba9daf28 100644 --- a/devel/py-Products.PythonScripts/Makefile +++ b/devel/py-Products.PythonScripts/Makefile @@ -24,4 +24,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.PythonScripts/pkg-descr b/devel/py-Products.PythonScripts/pkg-descr index c9a6dc20ad35..58a2686ac30e 100644 --- a/devel/py-Products.PythonScripts/pkg-descr +++ b/devel/py-Products.PythonScripts/pkg-descr @@ -2,4 +2,4 @@ The Python Scripts product provides support for restricted execution of Python scripts, exposing them as callable objects within the Zope environment. -WWW: http://pypi.python.org/pypi/Products.PythonScripts +WWW: https://pypi.python.org/pypi/Products.PythonScripts/ diff --git a/devel/py-Products.StandardCacheManagers/Makefile b/devel/py-Products.StandardCacheManagers/Makefile index f4dff500bb99..41ea53a16ca8 100644 --- a/devel/py-Products.StandardCacheManagers/Makefile +++ b/devel/py-Products.StandardCacheManagers/Makefile @@ -21,4 +21,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.StandardCacheManagers/pkg-descr b/devel/py-Products.StandardCacheManagers/pkg-descr index 3570d2e05310..aa9446eb5f97 100644 --- a/devel/py-Products.StandardCacheManagers/pkg-descr +++ b/devel/py-Products.StandardCacheManagers/pkg-descr @@ -2,4 +2,4 @@ This package provides two cache managers for Zope 2. A RAMCacheManager and an Accelerated HTTP cache manager, which adds HTTP cache headers to responses. -WWW: http://pypi.python.org/pypi/Products.StandardCacheManagers +WWW: https://pypi.python.org/pypi/Products.StandardCacheManagers/ diff --git a/devel/py-Products.ZCTextIndex/Makefile b/devel/py-Products.ZCTextIndex/Makefile index b46ed139493d..83c552bb366b 100644 --- a/devel/py-Products.ZCTextIndex/Makefile +++ b/devel/py-Products.ZCTextIndex/Makefile @@ -26,4 +26,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.ZCTextIndex/pkg-descr b/devel/py-Products.ZCTextIndex/pkg-descr index a3cb72798f47..2de2960e3cb0 100644 --- a/devel/py-Products.ZCTextIndex/pkg-descr +++ b/devel/py-Products.ZCTextIndex/pkg-descr @@ -1,4 +1,4 @@ This package contains a full text indexing facility for Zope2 and more specifically for Products.ZCatalog. -WWW: http://pypi.python.org/pypi/Products.ZCTextIndex +WWW: https://pypi.python.org/pypi/Products.ZCTextIndex/ diff --git a/devel/py-Products.ZCatalog/Makefile b/devel/py-Products.ZCatalog/Makefile index 35403ecf3729..e01d9e57122c 100644 --- a/devel/py-Products.ZCatalog/Makefile +++ b/devel/py-Products.ZCatalog/Makefile @@ -34,4 +34,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.ZCatalog/pkg-descr b/devel/py-Products.ZCatalog/pkg-descr index c0109687707a..31f185765cb6 100644 --- a/devel/py-Products.ZCatalog/pkg-descr +++ b/devel/py-Products.ZCatalog/pkg-descr @@ -2,4 +2,4 @@ The ZCatalog is Zope2's built in search engine. It allows you to categorize and search all kinds of Zope objects. It comes with a variety of indexes for different types of data. -WWW: http://pypi.python.org/pypi/Products.ZCatalog +WWW: https://pypi.python.org/pypi/Products.ZCatalog/ diff --git a/devel/py-Products.ZSQLMethods/Makefile b/devel/py-Products.ZSQLMethods/Makefile index 796ccbe42ad1..dee338d83342 100644 --- a/devel/py-Products.ZSQLMethods/Makefile +++ b/devel/py-Products.ZSQLMethods/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisit DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.ZSQLMethods/pkg-descr b/devel/py-Products.ZSQLMethods/pkg-descr index 17300b7a5e44..72d89c7f72ad 100644 --- a/devel/py-Products.ZSQLMethods/pkg-descr +++ b/devel/py-Products.ZSQLMethods/pkg-descr @@ -1,3 +1,3 @@ SQL method support for Zope 2. -WWW: http://pypi.python.org/pypi/Products.ZSQLMethods +WWW: https://pypi.python.org/pypi/Products.ZSQLMethods/ diff --git a/devel/py-Products.ZopeVersionControl/Makefile b/devel/py-Products.ZopeVersionControl/Makefile index 74c811b79757..e64156e6e830 100644 --- a/devel/py-Products.ZopeVersionControl/Makefile +++ b/devel/py-Products.ZopeVersionControl/Makefile @@ -19,9 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.ZopeVersionControl/pkg-descr b/devel/py-Products.ZopeVersionControl/pkg-descr index 9f11ccac17dd..02fe77e4da13 100644 --- a/devel/py-Products.ZopeVersionControl/pkg-descr +++ b/devel/py-Products.ZopeVersionControl/pkg-descr @@ -1,3 +1,3 @@ Zope Version Control. -WWW: http://pypi.python.org/pypi/Products.ZopeVersionControl +WWW: https://pypi.python.org/pypi/Products.ZopeVersionControl/ diff --git a/devel/py-Products.statusmessages/Makefile b/devel/py-Products.statusmessages/Makefile index d9c81fc710f4..0dbe6cbef370 100644 --- a/devel/py-Products.statusmessages/Makefile +++ b/devel/py-Products.statusmessages/Makefile @@ -17,8 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.statusmessages/pkg-descr b/devel/py-Products.statusmessages/pkg-descr index 651f74bd2e2d..dbd8be2754af 100644 --- a/devel/py-Products.statusmessages/pkg-descr +++ b/devel/py-Products.statusmessages/pkg-descr @@ -2,4 +2,4 @@ statusmessages provides an easy way of handling internationalized status messages managed via an BrowserRequest adapter storing status messages in client-side cookies. -WWW: http://pypi.python.org/pypi/Products.statusmessages +WWW: https://pypi.python.org/pypi/Products.statusmessages/ diff --git a/devel/py-Products.validation/Makefile b/devel/py-Products.validation/Makefile index 6a9a81b003ef..2fab38871ffc 100644 --- a/devel/py-Products.validation/Makefile +++ b/devel/py-Products.validation/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Products.validation/pkg-descr b/devel/py-Products.validation/pkg-descr index bf1d3cc0b6bb..a6ccbc05334f 100644 --- a/devel/py-Products.validation/pkg-descr +++ b/devel/py-Products.validation/pkg-descr @@ -1,3 +1,3 @@ Data validation package for Archetypes. -WWW: http://pypi.python.org/pypi/Products.validation +WWW: https://pypi.python.org/pypi/Products.validation/ diff --git a/devel/py-Record/Makefile b/devel/py-Record/Makefile index eaaa77ffed3b..d1783fe756fb 100644 --- a/devel/py-Record/Makefile +++ b/devel/py-Record/Makefile @@ -20,4 +20,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-Record/pkg-descr b/devel/py-Record/pkg-descr index 1313316ea62d..08667e45d241 100644 --- a/devel/py-Record/pkg-descr +++ b/devel/py-Record/pkg-descr @@ -1,3 +1,3 @@ Record provides special objects used in some Zope2 internals like ZRDB. -WWW: http://pypi.python.org/pypi/Record/ +WWW: https://pypi.python.org/pypi/Record/ diff --git a/devel/py-ZopeUndo/Makefile b/devel/py-ZopeUndo/Makefile index d16ffdb31961..74a0261b8f8c 100644 --- a/devel/py-ZopeUndo/Makefile +++ b/devel/py-ZopeUndo/Makefile @@ -17,4 +17,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-ZopeUndo/pkg-descr b/devel/py-ZopeUndo/pkg-descr index a517b8aeb561..ddcd9642d23e 100644 --- a/devel/py-ZopeUndo/pkg-descr +++ b/devel/py-ZopeUndo/pkg-descr @@ -2,4 +2,4 @@ This package is used to support the Prefix object that Zope 2 uses for the undo log. It is a separate package only to aid configuration management. -WWW: http://pypi.python.org/pypi/ZopeUndo +WWW: https://pypi.python.org/pypi/ZopeUndo/ diff --git a/devel/py-archetypes.schemaextender/Makefile b/devel/py-archetypes.schemaextender/Makefile index 5143a2ad651d..399ad4084848 100644 --- a/devel/py-archetypes.schemaextender/Makefile +++ b/devel/py-archetypes.schemaextender/Makefile @@ -15,8 +15,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:${PORTSDIR}/www/py-plone.uuid DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-archetypes.schemaextender/pkg-descr b/devel/py-archetypes.schemaextender/pkg-descr index 64e92b6b140a..fd399c9153ba 100644 --- a/devel/py-archetypes.schemaextender/pkg-descr +++ b/devel/py-archetypes.schemaextender/pkg-descr @@ -1,3 +1,3 @@ Dynamically extend Archetypes schemas with named adapters. -WWW: http://pypi.python.org/pypi/archetypes.schemaextender +WWW: https://pypi.python.org/pypi/archetypes.schemaextender/ diff --git a/devel/py-collective.monkeypatcher/Makefile b/devel/py-collective.monkeypatcher/Makefile index 73ee63e7131b..e369aeee3564 100644 --- a/devel/py-collective.monkeypatcher/Makefile +++ b/devel/py-collective.monkeypatcher/Makefile @@ -13,8 +13,9 @@ LICENSE= BSD DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-collective.monkeypatcher/pkg-descr b/devel/py-collective.monkeypatcher/pkg-descr index 0789fd76b87e..ca1128fbe255 100644 --- a/devel/py-collective.monkeypatcher/pkg-descr +++ b/devel/py-collective.monkeypatcher/pkg-descr @@ -1,4 +1,4 @@ Support for applying monkey patches late in the startup cycle by using ZCML configuration actions. -WWW: http://pypi.python.org/pypi/collective.monkeypatcher +WWW: https://pypi.python.org/pypi/collective.monkeypatcher/ diff --git a/devel/py-diazo/Makefile b/devel/py-diazo/Makefile index 411b8dd6a9b2..b3db74cb7d79 100644 --- a/devel/py-diazo/Makefile +++ b/devel/py-diazo/Makefile @@ -17,8 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}webob>=0:${PORTSDIR}/www/py-webob USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-diazo/pkg-descr b/devel/py-diazo/pkg-descr index 2bde9cc7432a..e67bd6e31a1f 100644 --- a/devel/py-diazo/pkg-descr +++ b/devel/py-diazo/pkg-descr @@ -4,4 +4,4 @@ simple transform on each request thereafter. Alternatively, compile your theme during development, check it into Subversion, and not touch Diazo during deployment. -WWW: http://pypi.python.org/pypi/diazo +WWW: https://pypi.python.org/pypi/diazo/ diff --git a/devel/py-experimental.cssselect/Makefile b/devel/py-experimental.cssselect/Makefile index ea94d31ce887..dce99b12ae26 100644 --- a/devel/py-experimental.cssselect/Makefile +++ b/devel/py-experimental.cssselect/Makefile @@ -13,8 +13,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml # Python3 ready USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-experimental.cssselect/pkg-descr b/devel/py-experimental.cssselect/pkg-descr index 211ebbce420e..9d0db87ed4b6 100644 --- a/devel/py-experimental.cssselect/pkg-descr +++ b/devel/py-experimental.cssselect/pkg-descr @@ -1,3 +1,3 @@ Experimental version of lxml.cssselect. -WWW: http://pypi.python.org/pypi/experimental.cssselect +WWW: https://pypi.python.org/pypi/experimental.cssselect/ diff --git a/devel/py-five.formlib/Makefile b/devel/py-five.formlib/Makefile index 70013aceed70..b6e403f515a9 100644 --- a/devel/py-five.formlib/Makefile +++ b/devel/py-five.formlib/Makefile @@ -27,8 +27,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transact DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-five.formlib/pkg-descr b/devel/py-five.formlib/pkg-descr index a8a400566835..5b2b6aa9629d 100644 --- a/devel/py-five.formlib/pkg-descr +++ b/devel/py-five.formlib/pkg-descr @@ -1,3 +1,3 @@ zope.formlib integration for Zope 2. -WWW: http://pypi.python.org/pypi/five.formlib +WWW: https://pypi.python.org/pypi/five.formlib/ diff --git a/devel/py-five.globalrequest/Makefile b/devel/py-five.globalrequest/Makefile index 84c5312f7ecc..99c83a979916 100644 --- a/devel/py-five.globalrequest/Makefile +++ b/devel/py-five.globalrequest/Makefile @@ -15,8 +15,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.globalrequest>=0:${PORTSDIR}/devel/py-z DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-five.globalrequest/pkg-descr b/devel/py-five.globalrequest/pkg-descr index 9151b59c2385..79e1eec1ea31 100644 --- a/devel/py-five.globalrequest/pkg-descr +++ b/devel/py-five.globalrequest/pkg-descr @@ -1,3 +1,3 @@ Zope 2 integration for zope.globalrequest. -WWW: http://pypi.python.org/pypi/five.globalrequest +WWW: https://pypi.python.org/pypi/five.globalrequest/ diff --git a/devel/py-five.localsitemanager/Makefile b/devel/py-five.localsitemanager/Makefile index b088040a89fd..69cd494aa559 100644 --- a/devel/py-five.localsitemanager/Makefile +++ b/devel/py-five.localsitemanager/Makefile @@ -23,9 +23,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisit DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-five.localsitemanager/pkg-descr b/devel/py-five.localsitemanager/pkg-descr index e6f7411254c3..c3b31f7ccdcd 100644 --- a/devel/py-five.localsitemanager/pkg-descr +++ b/devel/py-five.localsitemanager/pkg-descr @@ -1,3 +1,3 @@ Local site manager implementation for Zope 2. -WWW: http://pypi.python.org/pypi/five.localsitemanager +WWW: https://pypi.python.org/pypi/five.localsitemanager/ diff --git a/devel/py-initgroups/Makefile b/devel/py-initgroups/Makefile index 65d5a1dda687..42a88d762fb9 100644 --- a/devel/py-initgroups/Makefile +++ b/devel/py-initgroups/Makefile @@ -18,4 +18,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-initgroups/pkg-descr b/devel/py-initgroups/pkg-descr index 933b63a7f781..234dd0f418a5 100644 --- a/devel/py-initgroups/pkg-descr +++ b/devel/py-initgroups/pkg-descr @@ -1,4 +1,4 @@ initgroups provides a convenience function to deal with user/group ids on Unix-style systems. -WWW: http://pypi.python.org/pypi/initgroups +WWW: https://pypi.python.org/pypi/initgroups/ diff --git a/devel/py-repoze.xmliter/Makefile b/devel/py-repoze.xmliter/Makefile index ddabad0c152e..f9b671c5cfb9 100644 --- a/devel/py-repoze.xmliter/Makefile +++ b/devel/py-repoze.xmliter/Makefile @@ -18,4 +18,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-repoze.xmliter/pkg-descr b/devel/py-repoze.xmliter/pkg-descr index ec1f64fe78f0..7bfd277eafd4 100644 --- a/devel/py-repoze.xmliter/pkg-descr +++ b/devel/py-repoze.xmliter/pkg-descr @@ -2,4 +2,4 @@ This package provides a wrapper for lxml trees which serializes to string on iteration, but otherwise makes the tree available in an attribute. -WWW: http://pypi.python.org/pypi/repoze.xmliter +WWW: https://pypi.python.org/pypi/repoze.xmliter/ diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile index cac5be6772ef..c8345cf4da35 100644 --- a/devel/py-six/Makefile +++ b/devel/py-six/Makefile @@ -13,13 +13,14 @@ COMMENT= Python 2 and 3 compatibility utilities LICENSE= MIT USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/six.py \ %%PYTHON_SITELIBDIR%%/six.pyc \ %%PYTHON_SITELIBDIR%%/six.pyo NO_STAGE= yes + .include <bsd.port.pre.mk> post-install: diff --git a/devel/py-tempstorage/Makefile b/devel/py-tempstorage/Makefile index b56c20149daa..8907ca560c43 100644 --- a/devel/py-tempstorage/Makefile +++ b/devel/py-tempstorage/Makefile @@ -20,4 +20,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-tempstorage/pkg-descr b/devel/py-tempstorage/pkg-descr index e7bf6736db11..eb75ad70e0e5 100644 --- a/devel/py-tempstorage/pkg-descr +++ b/devel/py-tempstorage/pkg-descr @@ -4,4 +4,4 @@ not be packed to get rid of non-cyclic garbage and it does rudimentary conflict resolution. This is a ripoff of Jim's Packless bsddb3 storage. -WWW: http://pypi.python.org/pypi/tempstorage +WWW: https://pypi.python.org/pypi/tempstorage/ diff --git a/devel/py-z3c.autoinclude/Makefile b/devel/py-z3c.autoinclude/Makefile index 97f8d410f5c0..2c965f7f2467 100644 --- a/devel/py-z3c.autoinclude/Makefile +++ b/devel/py-z3c.autoinclude/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-z3c.autoinclude/pkg-descr b/devel/py-z3c.autoinclude/pkg-descr index bd98c3ef1605..dbc27f10b7fd 100644 --- a/devel/py-z3c.autoinclude/pkg-descr +++ b/devel/py-z3c.autoinclude/pkg-descr @@ -1,3 +1,3 @@ Automatically include ZCML. -WWW: http://pypi.python.org/pypi/z3c.autoinclude +WWW: https://pypi.python.org/pypi/z3c.autoinclude/ diff --git a/devel/py-z3c.batching/Makefile b/devel/py-z3c.batching/Makefile index f2f0e7108e80..a43ac3d7d4f7 100644 --- a/devel/py-z3c.batching/Makefile +++ b/devel/py-z3c.batching/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-z3c.batching/pkg-descr b/devel/py-z3c.batching/pkg-descr index 5196f6e84c8a..afa69d63cd17 100644 --- a/devel/py-z3c.batching/pkg-descr +++ b/devel/py-z3c.batching/pkg-descr @@ -1,4 +1,4 @@ This module implements a simple batching mechanism that allows you to split a large sequence into smaller batches. -WWW: http://pypi.python.org/pypi/z3c.batching +WWW: https://pypi.python.org/pypi/z3c.batching/ diff --git a/devel/py-z3c.caching/Makefile b/devel/py-z3c.caching/Makefile index 8effd1b44ee2..bb43168c8250 100644 --- a/devel/py-z3c.caching/Makefile +++ b/devel/py-z3c.caching/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-z3c.caching/pkg-descr b/devel/py-z3c.caching/pkg-descr index 2ebda43e567b..52c66003bdac 100644 --- a/devel/py-z3c.caching/pkg-descr +++ b/devel/py-z3c.caching/pkg-descr @@ -1,3 +1,3 @@ Caching infrastructure for web apps. -WWW: http://pypi.python.org/pypi/z3c.caching +WWW: https://pypi.python.org/pypi/z3c.caching/ diff --git a/devel/py-z3c.formwidget.query/Makefile b/devel/py-z3c.formwidget.query/Makefile index e532d3556655..fc195785e954 100644 --- a/devel/py-z3c.formwidget.query/Makefile +++ b/devel/py-z3c.formwidget.query/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}z3c.form>=0:${PORTSDIR}/devel/py-z3c.form \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-z3c.formwidget.query/pkg-descr b/devel/py-z3c.formwidget.query/pkg-descr index e0f240a93920..5044750c407c 100644 --- a/devel/py-z3c.formwidget.query/pkg-descr +++ b/devel/py-z3c.formwidget.query/pkg-descr @@ -1,3 +1,3 @@ A source query widget for z3c.form. -WWW: http://pypi.python.org/pypi/z3c.formwidget.query +WWW: https://pypi.python.org/pypi/z3c.formwidget.query/ diff --git a/devel/py-z3c.zcmlhook/Makefile b/devel/py-z3c.zcmlhook/Makefile index 1fc2f964fd36..ed1cf7fdb625 100644 --- a/devel/py-z3c.zcmlhook/Makefile +++ b/devel/py-z3c.zcmlhook/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-z3c.zcmlhook/pkg-descr b/devel/py-z3c.zcmlhook/pkg-descr index 97c4a0a54cbf..4ee186180201 100644 --- a/devel/py-z3c.zcmlhook/pkg-descr +++ b/devel/py-z3c.zcmlhook/pkg-descr @@ -1,3 +1,3 @@ Easily hook into the ZCML processing machinery. -WWW: http://pypi.python.org/pypi/z3c.zcmlhook +WWW: https://pypi.python.org/pypi/z3c.zcmlhook/ diff --git a/devel/py-zExceptions/Makefile b/devel/py-zExceptions/Makefile index 4331b7c9b136..a0780889287e 100644 --- a/devel/py-zExceptions/Makefile +++ b/devel/py-zExceptions/Makefile @@ -21,4 +21,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zExceptions/pkg-descr b/devel/py-zExceptions/pkg-descr index f0d02a360500..16c5189371b0 100644 --- a/devel/py-zExceptions/pkg-descr +++ b/devel/py-zExceptions/pkg-descr @@ -1,3 +1,3 @@ zExceptions contains common exceptions used in Zope2. -WWW: http://pypi.python.org/pypi/zExceptions +WWW: https://pypi.python.org/pypi/zExceptions/ diff --git a/devel/py-zLOG/Makefile b/devel/py-zLOG/Makefile index 7ea343523d00..3eb39373c9ee 100644 --- a/devel/py-zLOG/Makefile +++ b/devel/py-zLOG/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org -COMMENT= A general logging facility +COMMENT= General logging facility LICENSE= ZPL21 @@ -18,4 +18,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zLOG/pkg-descr b/devel/py-zLOG/pkg-descr index f1b15d72b0b0..28495af85dc5 100644 --- a/devel/py-zLOG/pkg-descr +++ b/devel/py-zLOG/pkg-descr @@ -3,4 +3,4 @@ is just a small shim over Python's logging module. Therefore, unless you need to support a legacy package from the Zope 2 world, you're probably better off using Python's logging module. -WWW: http://cheeseshop.python.org/pypi/zLOG +WWW: https://pypi.python.org/pypi/zLOG/ diff --git a/devel/py-zc.buildout/Makefile b/devel/py-zc.buildout/Makefile index 5daa61d591fc..cabb4cb6783f 100644 --- a/devel/py-zc.buildout/Makefile +++ b/devel/py-zc.buildout/Makefile @@ -16,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zc.buildout/pkg-descr b/devel/py-zc.buildout/pkg-descr index 3a25ca36044a..dc4dac3af333 100644 --- a/devel/py-zc.buildout/pkg-descr +++ b/devel/py-zc.buildout/pkg-descr @@ -3,4 +3,4 @@ applications. It provides tools for assembling applications from multiple parts, Python or otherwise. An application may actually contain multiple programs, processes, and configuration settings. -WWW: http://pypi.python.org/pypi/zc.buildout +WWW: https://pypi.python.org/pypi/zc.buildout/ diff --git a/devel/py-zclockfile/Makefile b/devel/py-zclockfile/Makefile index 1b5b467273db..74e7b0e26dbd 100644 --- a/devel/py-zclockfile/Makefile +++ b/devel/py-zclockfile/Makefile @@ -11,10 +11,11 @@ DISTNAME= zc.lockfile-${PORTVERSION} MAINTAINER= zope@FreeBSD.org COMMENT= Basic inter-process locks -USE_ZIP= yes -USE_PYTHON= 2.5+ -USE_PYDISTUTILS= easy_install +USE_ZIP= yes +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= zc.lockfile NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zclockfile/pkg-descr b/devel/py-zclockfile/pkg-descr index 93236373d663..6a9f3939f85e 100644 --- a/devel/py-zclockfile/pkg-descr +++ b/devel/py-zclockfile/pkg-descr @@ -7,4 +7,4 @@ storage implementation uses file locks to mediate access to file-storage database files. The database files and lock file files are separate files. -WWW: http://pypi.python.org/pypi/zc.lockfile +WWW: https://pypi.python.org/pypi/zc.lockfile/ diff --git a/devel/py-zope.annotation/Makefile b/devel/py-zope.annotation/Makefile index 2e184b91b1bd..5c792d609c3c 100644 --- a/devel/py-zope.annotation/Makefile +++ b/devel/py-zope.annotation/Makefile @@ -22,4 +22,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.annotation/pkg-descr b/devel/py-zope.annotation/pkg-descr index b12b258867de..beba0d9fbffc 100644 --- a/devel/py-zope.annotation/pkg-descr +++ b/devel/py-zope.annotation/pkg-descr @@ -1,4 +1,4 @@ This package provides a mechanism to store additional information about objects without need to modify object class. -WWW: http://pypi.python.org/pypi/zope.annotation +WWW: https://pypi.python.org/pypi/zope.annotation/ diff --git a/devel/py-zope.app.applicationcontrol/Makefile b/devel/py-zope.app.applicationcontrol/Makefile index b05ff84f624d..d847984e59b8 100644 --- a/devel/py-zope.app.applicationcontrol/Makefile +++ b/devel/py-zope.app.applicationcontrol/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.applicationcontrol/pkg-descr b/devel/py-zope.app.applicationcontrol/pkg-descr index 1aa5c803b7ec..15f29933622d 100644 --- a/devel/py-zope.app.applicationcontrol/pkg-descr +++ b/devel/py-zope.app.applicationcontrol/pkg-descr @@ -1,3 +1,3 @@ Zope application control. -WWW: http://pypi.python.org/pypi/zope.app.applicationcontrol +WWW: https://pypi.python.org/pypi/zope.app.applicationcontrol/ diff --git a/devel/py-zope.app.appsetup/Makefile b/devel/py-zope.app.appsetup/Makefile index 57f3fc3e1dca..7d0002c53d0b 100644 --- a/devel/py-zope.app.appsetup/Makefile +++ b/devel/py-zope.app.appsetup/Makefile @@ -27,7 +27,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.appsetup/pkg-descr b/devel/py-zope.app.appsetup/pkg-descr index 68779ad354e8..104e91da922f 100644 --- a/devel/py-zope.app.appsetup/pkg-descr +++ b/devel/py-zope.app.appsetup/pkg-descr @@ -1,3 +1,3 @@ Zope app setup helper. -WWW: http://pypi.python.org/pypi/zope.app.appsetup +WWW: https://pypi.python.org/pypi/zope.app.appsetup/ diff --git a/devel/py-zope.app.basicskin/Makefile b/devel/py-zope.app.basicskin/Makefile index 39f0116892d3..69baa9b17164 100644 --- a/devel/py-zope.app.basicskin/Makefile +++ b/devel/py-zope.app.basicskin/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.basicskin/pkg-descr b/devel/py-zope.app.basicskin/pkg-descr index d16aca8d84d0..d6e13229a826 100644 --- a/devel/py-zope.app.basicskin/pkg-descr +++ b/devel/py-zope.app.basicskin/pkg-descr @@ -1,3 +1,3 @@ Zope ZMI Basic Skin. -WWW: http://pypi.python.org/pypi/zope.app.basicskin +WWW: https://pypi.python.org/pypi/zope.app.basicskin/ diff --git a/devel/py-zope.app.broken/Makefile b/devel/py-zope.app.broken/Makefile index 79ad479033ee..83d7e4338bdc 100644 --- a/devel/py-zope.app.broken/Makefile +++ b/devel/py-zope.app.broken/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.broken/pkg-descr b/devel/py-zope.app.broken/pkg-descr index 26bb1d8d6d47..8c7b17062e2e 100644 --- a/devel/py-zope.app.broken/pkg-descr +++ b/devel/py-zope.app.broken/pkg-descr @@ -1,3 +1,3 @@ Zope Broken (ZODB) Object Support. -WWW: http://pypi.python.org/pypi/zope.app.broken +WWW: https://pypi.python.org/pypi/zope.app.broken/ diff --git a/devel/py-zope.app.cache/Makefile b/devel/py-zope.app.cache/Makefile index c518b9c4ef2b..ea53ad3553b4 100644 --- a/devel/py-zope.app.cache/Makefile +++ b/devel/py-zope.app.cache/Makefile @@ -26,8 +26,9 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.cache/pkg-descr b/devel/py-zope.app.cache/pkg-descr index d4fa3992b3d5..59ce3bac8147 100644 --- a/devel/py-zope.app.cache/pkg-descr +++ b/devel/py-zope.app.cache/pkg-descr @@ -1,3 +1,3 @@ Zope Caching Framework. -WWW: http://pypi.python.org/pypi/zope.app.cache +WWW: https://pypi.python.org/pypi/zope.app.cache/ diff --git a/devel/py-zope.app.component/Makefile b/devel/py-zope.app.component/Makefile index ed8ffe4d745c..e2a1f50f2e7a 100644 --- a/devel/py-zope.app.component/Makefile +++ b/devel/py-zope.app.component/Makefile @@ -28,7 +28,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.component/pkg-descr b/devel/py-zope.app.component/pkg-descr index 2a1b8437bda6..a65e28e6b810 100644 --- a/devel/py-zope.app.component/pkg-descr +++ b/devel/py-zope.app.component/pkg-descr @@ -1,3 +1,3 @@ Local Zope Component Support. -WWW: http://pypi.python.org/pypi/zope.app.component +WWW: https://pypi.python.org/pypi/zope.app.component/ diff --git a/devel/py-zope.app.container/Makefile b/devel/py-zope.app.container/Makefile index 2334e730b60b..3f44f75e8cab 100644 --- a/devel/py-zope.app.container/Makefile +++ b/devel/py-zope.app.container/Makefile @@ -32,8 +32,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:${PORTSDIR}/devel/py-zope.br DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.container/pkg-descr b/devel/py-zope.app.container/pkg-descr index 59756e9ae3db..d84aeb94e825 100644 --- a/devel/py-zope.app.container/pkg-descr +++ b/devel/py-zope.app.container/pkg-descr @@ -1,3 +1,3 @@ Zope Container. -WWW: http://pypi.python.org/pypi/zope.app.container +WWW: https://pypi.python.org/pypi/zope.app.container/ diff --git a/devel/py-zope.app.content/Makefile b/devel/py-zope.app.content/Makefile index a94c45382612..7c3ce967c39b 100644 --- a/devel/py-zope.app.content/Makefile +++ b/devel/py-zope.app.content/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.componentvocabulary>=0:${PORTSDIR}/deve DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.content/pkg-descr b/devel/py-zope.app.content/pkg-descr index 7342709c86dd..b0d220e8bfbb 100644 --- a/devel/py-zope.app.content/pkg-descr +++ b/devel/py-zope.app.content/pkg-descr @@ -1,3 +1,3 @@ Zope Content Type. -WWW: http://pypi.python.org/pypi/zope.app.content +WWW: https://pypi.python.org/pypi/zope.app.content/ diff --git a/devel/py-zope.app.debug/Makefile b/devel/py-zope.app.debug/Makefile index abe5bd27e246..b1c45a3d3b8c 100644 --- a/devel/py-zope.app.debug/Makefile +++ b/devel/py-zope.app.debug/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.debug/pkg-descr b/devel/py-zope.app.debug/pkg-descr index 0ae9020cf7e0..6521593bc05a 100644 --- a/devel/py-zope.app.debug/pkg-descr +++ b/devel/py-zope.app.debug/pkg-descr @@ -1,3 +1,3 @@ Zope Debug Mode. -WWW: http://pypi.python.org/pypi/zope.app.debug +WWW: https://pypi.python.org/pypi/zope.app.debug/ diff --git a/devel/py-zope.app.dependable/Makefile b/devel/py-zope.app.dependable/Makefile index 795f31f4641d..4b3022fb37cd 100644 --- a/devel/py-zope.app.dependable/Makefile +++ b/devel/py-zope.app.dependable/Makefile @@ -21,8 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.dependable/pkg-descr b/devel/py-zope.app.dependable/pkg-descr index bd5d490fbd22..8248b83434ea 100644 --- a/devel/py-zope.app.dependable/pkg-descr +++ b/devel/py-zope.app.dependable/pkg-descr @@ -1,3 +1,3 @@ Simple Dependency API. -WWW: http://pypi.python.org/pypi/zope.app.dependable +WWW: https://pypi.python.org/pypi/zope.app.dependable/ diff --git a/devel/py-zope.app.error/Makefile b/devel/py-zope.app.error/Makefile index 24175ca79e7b..09e9366ba57b 100644 --- a/devel/py-zope.app.error/Makefile +++ b/devel/py-zope.app.error/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.error/pkg-descr b/devel/py-zope.app.error/pkg-descr index 9d80cdbce520..4ce329f24b43 100644 --- a/devel/py-zope.app.error/pkg-descr +++ b/devel/py-zope.app.error/pkg-descr @@ -1,3 +1,3 @@ Error reporting utility management UI for Zope3. -WWW: http://pypi.python.org/pypi/zope.app.error +WWW: https://pypi.python.org/pypi/zope.app.error/ diff --git a/devel/py-zope.app.exception/Makefile b/devel/py-zope.app.exception/Makefile index af0457f72ed3..af80746465b8 100644 --- a/devel/py-zope.app.exception/Makefile +++ b/devel/py-zope.app.exception/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.exception/pkg-descr b/devel/py-zope.app.exception/pkg-descr index 8f24639fad18..2c9bf919bbe8 100644 --- a/devel/py-zope.app.exception/pkg-descr +++ b/devel/py-zope.app.exception/pkg-descr @@ -1,3 +1,3 @@ Zope 3 exception views. -WWW: http://pypi.python.org/pypi/zope.app.exception +WWW: https://pypi.python.org/pypi/zope.app.exception/ diff --git a/devel/py-zope.app.folder/Makefile b/devel/py-zope.app.folder/Makefile index 94a79d9fba05..dd0c413ed4e1 100644 --- a/devel/py-zope.app.folder/Makefile +++ b/devel/py-zope.app.folder/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.folder/pkg-descr b/devel/py-zope.app.folder/pkg-descr index cabb0302603b..7420105e38d3 100644 --- a/devel/py-zope.app.folder/pkg-descr +++ b/devel/py-zope.app.folder/pkg-descr @@ -1,3 +1,3 @@ Folder Content Type for Zope 3. -WWW: http://pypi.python.org/pypi/zope.app.folder +WWW: https://pypi.python.org/pypi/zope.app.folder/ diff --git a/devel/py-zope.app.form/Makefile b/devel/py-zope.app.form/Makefile index 860661183d34..1608413dd571 100644 --- a/devel/py-zope.app.form/Makefile +++ b/devel/py-zope.app.form/Makefile @@ -29,7 +29,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transact DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.form/pkg-descr b/devel/py-zope.app.form/pkg-descr index f28424814069..fb468b0dacda 100644 --- a/devel/py-zope.app.form/pkg-descr +++ b/devel/py-zope.app.form/pkg-descr @@ -1,3 +1,3 @@ The Original Zope 3 Form Framework. -WWW: http://pypi.python.org/pypi/zope.app.form +WWW: https://pypi.python.org/pypi/zope.app.form/ diff --git a/devel/py-zope.app.generations/Makefile b/devel/py-zope.app.generations/Makefile index cf9c46239fcd..09a3bdd6742b 100644 --- a/devel/py-zope.app.generations/Makefile +++ b/devel/py-zope.app.generations/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.generations/pkg-descr b/devel/py-zope.app.generations/pkg-descr index d53a291c71ac..bc88a4f0579d 100644 --- a/devel/py-zope.app.generations/pkg-descr +++ b/devel/py-zope.app.generations/pkg-descr @@ -1,3 +1,3 @@ ZMI UI for zope.generations. -WWW: http://pypi.python.org/pypi/zope.app.generations +WWW: https://pypi.python.org/pypi/zope.app.generations/ diff --git a/devel/py-zope.app.http/Makefile b/devel/py-zope.app.http/Makefile index ca21db30eab3..a5ea65e49e7f 100644 --- a/devel/py-zope.app.http/Makefile +++ b/devel/py-zope.app.http/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.http/pkg-descr b/devel/py-zope.app.http/pkg-descr index 4746fbdb2a3d..7cb175d3f9ec 100644 --- a/devel/py-zope.app.http/pkg-descr +++ b/devel/py-zope.app.http/pkg-descr @@ -1,3 +1,3 @@ HTTP Behavior for the Zope Publisher. -WWW: http://pypi.python.org/pypi/zope.app.http +WWW: https://pypi.python.org/pypi/zope.app.http/ diff --git a/devel/py-zope.app.pagetemplate/Makefile b/devel/py-zope.app.pagetemplate/Makefile index dfa055d6aa46..ca67b1fbea6d 100644 --- a/devel/py-zope.app.pagetemplate/Makefile +++ b/devel/py-zope.app.pagetemplate/Makefile @@ -26,7 +26,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=3.12.0:${PORTSDIR}/devel/p DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.pagetemplate/pkg-descr b/devel/py-zope.app.pagetemplate/pkg-descr index 467813654ff0..398f9e99dbdb 100644 --- a/devel/py-zope.app.pagetemplate/pkg-descr +++ b/devel/py-zope.app.pagetemplate/pkg-descr @@ -1,3 +1,3 @@ PageTemplate integration for Zope 3. -WWW: http://pypi.python.org/pypi/zope.app.pagetemplate +WWW: https://pypi.python.org/pypi/zope.app.pagetemplate/ diff --git a/devel/py-zope.app.publication/Makefile b/devel/py-zope.app.publication/Makefile index 0ab4d2d86dcc..51794a071d1c 100644 --- a/devel/py-zope.app.publication/Makefile +++ b/devel/py-zope.app.publication/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.publication/pkg-descr b/devel/py-zope.app.publication/pkg-descr index 53cce7d6f3d1..e8c35d2c304d 100644 --- a/devel/py-zope.app.publication/pkg-descr +++ b/devel/py-zope.app.publication/pkg-descr @@ -1,3 +1,3 @@ Zope publication. -WWW: http://pypi.python.org/pypi/zope.app.publication +WWW: https://pypi.python.org/pypi/zope.app.publication/ diff --git a/devel/py-zope.app.publisher/Makefile b/devel/py-zope.app.publisher/Makefile index 3810f557a255..a5977a8c5038 100644 --- a/devel/py-zope.app.publisher/Makefile +++ b/devel/py-zope.app.publisher/Makefile @@ -27,8 +27,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browsermenu>=0:${PORTSDIR}/devel/py-zop DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.publisher/pkg-descr b/devel/py-zope.app.publisher/pkg-descr index 94ac8a68d906..d75e5249a9c8 100644 --- a/devel/py-zope.app.publisher/pkg-descr +++ b/devel/py-zope.app.publisher/pkg-descr @@ -1,3 +1,3 @@ Implementations and means for configuration of Zope 3 style views and resources. -WWW: http://pypi.python.org/pypi/zope.app.publisher +WWW: https://pypi.python.org/pypi/zope.app.publisher/ diff --git a/devel/py-zope.app.renderer/Makefile b/devel/py-zope.app.renderer/Makefile index 57c3961f77f1..66a3a4d21977 100644 --- a/devel/py-zope.app.renderer/Makefile +++ b/devel/py-zope.app.renderer/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.5:${PORTSDIR}/textproc/py-docuti DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.renderer/pkg-descr b/devel/py-zope.app.renderer/pkg-descr index fe7d57faaf41..d5c2782bf390 100644 --- a/devel/py-zope.app.renderer/pkg-descr +++ b/devel/py-zope.app.renderer/pkg-descr @@ -1,3 +1,3 @@ Text Renderer Framework. -WWW: http://pypi.python.org/pypi/zope.app.renderer +WWW: https://pypi.python.org/pypi/zope.app.renderer/ diff --git a/devel/py-zope.app.rotterdam/Makefile b/devel/py-zope.app.rotterdam/Makefile index d3ce5e9f0370..664105dfb7b0 100644 --- a/devel/py-zope.app.rotterdam/Makefile +++ b/devel/py-zope.app.rotterdam/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= zope@FreeBSD.org -COMMENT= A Zope 3 ZMI Skin +COMMENT= Zope 3 ZMI Skin LICENSE= ZPL21 @@ -26,7 +26,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.app.basicskin>=0:${PORTSDIR}/devel/py-z DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.rotterdam/pkg-descr b/devel/py-zope.app.rotterdam/pkg-descr index 267c5b2ce71a..489fcdf1cc84 100644 --- a/devel/py-zope.app.rotterdam/pkg-descr +++ b/devel/py-zope.app.rotterdam/pkg-descr @@ -1,3 +1,3 @@ A Zope 3 ZMI Skin. -WWW: http://pypi.python.org/pypi/zope.app.rotterdam +WWW: https://pypi.python.org/pypi/zope.app.rotterdam/ diff --git a/devel/py-zope.app.schema/Makefile b/devel/py-zope.app.schema/Makefile index a6aa0d56d3fc..e3d9ba1cbed6 100644 --- a/devel/py-zope.app.schema/Makefile +++ b/devel/py-zope.app.schema/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.schema/pkg-descr b/devel/py-zope.app.schema/pkg-descr index b2631ea85795..010fe5973d08 100644 --- a/devel/py-zope.app.schema/pkg-descr +++ b/devel/py-zope.app.schema/pkg-descr @@ -1,3 +1,3 @@ Component Architecture based Vocabulary Registry. -WWW: http://pypi.python.org/pypi/zope.app.schema +WWW: https://pypi.python.org/pypi/zope.app.schema/ diff --git a/devel/py-zope.app.testing/Makefile b/devel/py-zope.app.testing/Makefile index 0618d7bf859f..6bf9bc277bef 100644 --- a/devel/py-zope.app.testing/Makefile +++ b/devel/py-zope.app.testing/Makefile @@ -32,7 +32,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.testing/pkg-descr b/devel/py-zope.app.testing/pkg-descr index 4c44d7de2d8c..c568ad323006 100644 --- a/devel/py-zope.app.testing/pkg-descr +++ b/devel/py-zope.app.testing/pkg-descr @@ -1,3 +1,3 @@ Zope Application Testing Support. -WWW: http://pypi.python.org/pypi/zope.app.testing +WWW: https://pypi.python.org/pypi/zope.app.testing/ diff --git a/devel/py-zope.app.zcmlfiles/Makefile b/devel/py-zope.app.zcmlfiles/Makefile index a66e06e1fa1e..c160e04ea252 100644 --- a/devel/py-zope.app.zcmlfiles/Makefile +++ b/devel/py-zope.app.zcmlfiles/Makefile @@ -50,7 +50,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.zcmlfiles/pkg-descr b/devel/py-zope.app.zcmlfiles/pkg-descr index 4a6c84e2d111..de21189cef47 100644 --- a/devel/py-zope.app.zcmlfiles/pkg-descr +++ b/devel/py-zope.app.zcmlfiles/pkg-descr @@ -1,3 +1,3 @@ Zope application server ZCML files. -WWW: http://pypi.python.org/pypi/zope.app.zcmlfiles +WWW: https://pypi.python.org/pypi/zope.app.zcmlfiles/ diff --git a/devel/py-zope.app.zopeappgenerations/Makefile b/devel/py-zope.app.zopeappgenerations/Makefile index 36f85fea7da6..9ed5068f73e4 100644 --- a/devel/py-zope.app.zopeappgenerations/Makefile +++ b/devel/py-zope.app.zopeappgenerations/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.zopeappgenerations/pkg-descr b/devel/py-zope.app.zopeappgenerations/pkg-descr index ee9f9f9901a4..3fb0d37f6419 100644 --- a/devel/py-zope.app.zopeappgenerations/pkg-descr +++ b/devel/py-zope.app.zopeappgenerations/pkg-descr @@ -1,3 +1,3 @@ Zope Application ZODB Update Generations. -WWW: http://pypi.python.org/pypi/zope.app.zopeappgenerations +WWW: https://pypi.python.org/pypi/zope.app.zopeappgenerations/ diff --git a/devel/py-zope.applicationcontrol/Makefile b/devel/py-zope.applicationcontrol/Makefile index d7136afff585..4061aee4e225 100644 --- a/devel/py-zope.applicationcontrol/Makefile +++ b/devel/py-zope.applicationcontrol/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.applicationcontrol/pkg-descr b/devel/py-zope.applicationcontrol/pkg-descr index e3b076394874..024802c94649 100644 --- a/devel/py-zope.applicationcontrol/pkg-descr +++ b/devel/py-zope.applicationcontrol/pkg-descr @@ -1,3 +1,3 @@ Zope applicationcontrol. -WWW: http://pypi.python.org/pypi/zope.applicationcontrol +WWW: https://pypi.python.org/pypi/zope.applicationcontrol/ diff --git a/devel/py-zope.broken/Makefile b/devel/py-zope.broken/Makefile index eebb26181501..6b324daa4087 100644 --- a/devel/py-zope.broken/Makefile +++ b/devel/py-zope.broken/Makefile @@ -19,4 +19,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.broken/pkg-descr b/devel/py-zope.broken/pkg-descr index bef02c0ee6a3..846feff5b929 100644 --- a/devel/py-zope.broken/pkg-descr +++ b/devel/py-zope.broken/pkg-descr @@ -1,4 +1,4 @@ This package is Zope Broken Object Interfaces and it is obsolete and its functionality has been merged into the ZODB3 distribution itself. -WWW: http://pypi.python.org/pypi/zope.broken +WWW: https://pypi.python.org/pypi/zope.broken/ diff --git a/devel/py-zope.browser/Makefile b/devel/py-zope.browser/Makefile index 43e767412f1b..604aab64b10d 100644 --- a/devel/py-zope.browser/Makefile +++ b/devel/py-zope.browser/Makefile @@ -15,8 +15,9 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.browser/pkg-descr b/devel/py-zope.browser/pkg-descr index 48dd6a9f6758..a3b883fa6bee 100644 --- a/devel/py-zope.browser/pkg-descr +++ b/devel/py-zope.browser/pkg-descr @@ -1,3 +1,3 @@ This package provides shared browser components for the Zope Toolkit. -WWW: http://pypi.python.org/pypi/zope.browser +WWW: https://pypi.python.org/pypi/zope.browser/ diff --git a/devel/py-zope.browsermenu/Makefile b/devel/py-zope.browsermenu/Makefile index 86c584c073ca..2be74b8a16d7 100644 --- a/devel/py-zope.browsermenu/Makefile +++ b/devel/py-zope.browsermenu/Makefile @@ -28,4 +28,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.browsermenu/pkg-descr b/devel/py-zope.browsermenu/pkg-descr index b19abdc89b47..e28b04f3b844 100644 --- a/devel/py-zope.browsermenu/pkg-descr +++ b/devel/py-zope.browsermenu/pkg-descr @@ -1,4 +1,4 @@ This package provides an implementation of browser menus and ZCML directives for configuring them. -WWW: http://pypi.python.org/pypi/zope.browsermenu +WWW: https://pypi.python.org/pypi/zope.browsermenu/ diff --git a/devel/py-zope.browserpage/Makefile b/devel/py-zope.browserpage/Makefile index 19ba7d4ed1fd..ec92af068b90 100644 --- a/devel/py-zope.browserpage/Makefile +++ b/devel/py-zope.browserpage/Makefile @@ -27,4 +27,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.browserpage/pkg-descr b/devel/py-zope.browserpage/pkg-descr index 04ff10c4142d..374bc96e8af7 100644 --- a/devel/py-zope.browserpage/pkg-descr +++ b/devel/py-zope.browserpage/pkg-descr @@ -1,3 +1,3 @@ This package provides ZCML directives for configuring browser views. -WWW: http://pypi.python.org/pypi/zope.browserpage +WWW: https://pypi.python.org/pypi/zope.browserpage/ diff --git a/devel/py-zope.browserresource/Makefile b/devel/py-zope.browserresource/Makefile index 6a25b3e21ce2..bcb220323c35 100644 --- a/devel/py-zope.browserresource/Makefile +++ b/devel/py-zope.browserresource/Makefile @@ -28,4 +28,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.browserresource/pkg-descr b/devel/py-zope.browserresource/pkg-descr index 6283eb5bc4f4..64a0d7b9c03a 100644 --- a/devel/py-zope.browserresource/pkg-descr +++ b/devel/py-zope.browserresource/pkg-descr @@ -2,4 +2,4 @@ This package provides an implementation of browser resources. It also provides directives for defining those resources using ZCML. -WWW: http://pypi.python.org/pypi/zope.browserresource +WWW: https://pypi.python.org/pypi/zope.browserresource/ diff --git a/devel/py-zope.cachedescriptors/Makefile b/devel/py-zope.cachedescriptors/Makefile index cceb3977bd11..64c623ed67f0 100644 --- a/devel/py-zope.cachedescriptors/Makefile +++ b/devel/py-zope.cachedescriptors/Makefile @@ -13,8 +13,9 @@ LICENSE= ZPL21 DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.cachedescriptors/pkg-descr b/devel/py-zope.cachedescriptors/pkg-descr index 528052b6c8d5..906726b62872 100644 --- a/devel/py-zope.cachedescriptors/pkg-descr +++ b/devel/py-zope.cachedescriptors/pkg-descr @@ -1,3 +1,3 @@ Method and property caching decorators. -WWW: http://pypi.python.org/pypi/zope.cachedescriptors +WWW: https://pypi.python.org/pypi/zope.cachedescriptors/ diff --git a/devel/py-zope.component/Makefile b/devel/py-zope.component/Makefile index d9aa502d256a..0265b87e46fe 100644 --- a/devel/py-zope.component/Makefile +++ b/devel/py-zope.component/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.component/pkg-descr b/devel/py-zope.component/pkg-descr index 8831e52cf172..a316133b0c16 100644 --- a/devel/py-zope.component/pkg-descr +++ b/devel/py-zope.component/pkg-descr @@ -10,4 +10,4 @@ Adapters are components that are computed from other components to adapt them to some interface. Because they are computed from other objects, they are provided as factories, usually classes. -WWW: http://pypi.python.org/pypi/zope.component +WWW: https://pypi.python.org/pypi/zope.component/ diff --git a/devel/py-zope.componentvocabulary/Makefile b/devel/py-zope.componentvocabulary/Makefile index a403603e0e6d..4e29618e2008 100644 --- a/devel/py-zope.componentvocabulary/Makefile +++ b/devel/py-zope.componentvocabulary/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.componentvocabulary/pkg-descr b/devel/py-zope.componentvocabulary/pkg-descr index 07c0e9f4ac06..4cde2cd8d8cc 100644 --- a/devel/py-zope.componentvocabulary/pkg-descr +++ b/devel/py-zope.componentvocabulary/pkg-descr @@ -1,3 +1,3 @@ Component vocabularies. -WWW: http://pypi.python.org/pypi/zope.componentvocabulary +WWW: https://pypi.python.org/pypi/zope.componentvocabulary/ diff --git a/devel/py-zope.configuration/Makefile b/devel/py-zope.configuration/Makefile index 0f626c6eb906..61f05c24738d 100644 --- a/devel/py-zope.configuration/Makefile +++ b/devel/py-zope.configuration/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.configuration/pkg-descr b/devel/py-zope.configuration/pkg-descr index 11a744ae3b6b..88c2b5990339 100644 --- a/devel/py-zope.configuration/pkg-descr +++ b/devel/py-zope.configuration/pkg-descr @@ -6,4 +6,4 @@ configuration system provide configuration directives in some language that express configuration choices. The intent is that the language be pluggable. An XML language is provided by default. -WWW: http://pypi.python.org/pypi/zope.configuration +WWW: https://pypi.python.org/pypi/zope.configuration/ diff --git a/devel/py-zope.container/Makefile b/devel/py-zope.container/Makefile index fb6c203b5c67..0976ab597e02 100644 --- a/devel/py-zope.container/Makefile +++ b/devel/py-zope.container/Makefile @@ -35,4 +35,5 @@ USE_PYDISTUTILS= easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.container/pkg-descr b/devel/py-zope.container/pkg-descr index e3d87f18f4a7..ccddf6ddc117 100644 --- a/devel/py-zope.container/pkg-descr +++ b/devel/py-zope.container/pkg-descr @@ -3,4 +3,4 @@ container implementations such as a BTreeContainer and OrderedContainer, as well as the base class used by zope.site.folder for the Folder implementation. -WWW: http://pypi.python.org/pypi/zope.container +WWW: https://pypi.python.org/pypi/zope.container/ diff --git a/devel/py-zope.contentprovider/Makefile b/devel/py-zope.contentprovider/Makefile index fffd7880b734..9aa0ed7a4df1 100644 --- a/devel/py-zope.contentprovider/Makefile +++ b/devel/py-zope.contentprovider/Makefile @@ -24,4 +24,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.contentprovider/pkg-descr b/devel/py-zope.contentprovider/pkg-descr index c3f018d0bab0..9a1dab371b45 100644 --- a/devel/py-zope.contentprovider/pkg-descr +++ b/devel/py-zope.contentprovider/pkg-descr @@ -4,4 +4,4 @@ using a single template or static system of templates and METAL macros, content provider objects are dynamically looked up based on the setup/configuration of the application. -WWW: http://pypi.python.org/pypi/zope.contentprovider +WWW: https://pypi.python.org/pypi/zope.contentprovider/ diff --git a/devel/py-zope.contenttype/Makefile b/devel/py-zope.contenttype/Makefile index b5fbca422a29..7fa293153b98 100644 --- a/devel/py-zope.contenttype/Makefile +++ b/devel/py-zope.contenttype/Makefile @@ -17,4 +17,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.contenttype/pkg-descr b/devel/py-zope.contenttype/pkg-descr index 726e96bf1e32..386796cd47b7 100644 --- a/devel/py-zope.contenttype/pkg-descr +++ b/devel/py-zope.contenttype/pkg-descr @@ -1,3 +1,3 @@ zope.contenttype is a utility module for content-type handling. -WWW: http://pypi.python.org/pypi/zope.contenttype +WWW: https://pypi.python.org/pypi/zope.contenttype/ diff --git a/devel/py-zope.copy/Makefile b/devel/py-zope.copy/Makefile index b5c07253eb0d..ba40580b3c15 100644 --- a/devel/py-zope.copy/Makefile +++ b/devel/py-zope.copy/Makefile @@ -18,4 +18,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.copy/pkg-descr b/devel/py-zope.copy/pkg-descr index a2d48688b16e..a39bd9551699 100644 --- a/devel/py-zope.copy/pkg-descr +++ b/devel/py-zope.copy/pkg-descr @@ -3,4 +3,4 @@ It was once extracted from the zc.copy package to contain much less dependencies. In fact, we only depend on zope.interface to provide pluggability. -WWW: http://pypi.python.org/pypi/zope.copy +WWW: https://pypi.python.org/pypi/zope.copy/ diff --git a/devel/py-zope.copypastemove/Makefile b/devel/py-zope.copypastemove/Makefile index 20711ae14f00..d9231c329383 100644 --- a/devel/py-zope.copypastemove/Makefile +++ b/devel/py-zope.copypastemove/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.copypastemove/pkg-descr b/devel/py-zope.copypastemove/pkg-descr index 4e8ed9c02ecd..7358a71ef2ae 100644 --- a/devel/py-zope.copypastemove/pkg-descr +++ b/devel/py-zope.copypastemove/pkg-descr @@ -1,3 +1,3 @@ Copy, Paste and Move support for content components. -WWW: http://pypi.python.org/pypi/zope.copypastemove +WWW: https://pypi.python.org/pypi/zope.copypastemove/ diff --git a/devel/py-zope.datetime/Makefile b/devel/py-zope.datetime/Makefile index b4647da16566..c488f3ca803b 100644 --- a/devel/py-zope.datetime/Makefile +++ b/devel/py-zope.datetime/Makefile @@ -16,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.datetime/pkg-descr b/devel/py-zope.datetime/pkg-descr index 2e607c0a5e9d..40b94451cafd 100644 --- a/devel/py-zope.datetime/pkg-descr +++ b/devel/py-zope.datetime/pkg-descr @@ -1,4 +1,4 @@ zope.datetime is a set of commonly used date and time related utility functions. -WWW: http://pypi.python.org/pypi/zope.datetime +WWW: https://pypi.python.org/pypi/zope.datetime/ diff --git a/devel/py-zope.deferredimport/Makefile b/devel/py-zope.deferredimport/Makefile index d4668841d48f..da4601b38277 100644 --- a/devel/py-zope.deferredimport/Makefile +++ b/devel/py-zope.deferredimport/Makefile @@ -18,4 +18,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.deferredimport/pkg-descr b/devel/py-zope.deferredimport/pkg-descr index 488b6e4752df..b2767c0c8780 100644 --- a/devel/py-zope.deferredimport/pkg-descr +++ b/devel/py-zope.deferredimport/pkg-descr @@ -1,4 +1,4 @@ zope.deferredimport allows you to perform imports names that will only be resolved when used in the code. -WWW: http://pypi.python.org/pypi/zope.deferredimport +WWW: https://pypi.python.org/pypi/zope.deferredimport/ diff --git a/devel/py-zope.deprecation/Makefile b/devel/py-zope.deprecation/Makefile index 9cd84d194e80..e0c45ff876f9 100644 --- a/devel/py-zope.deprecation/Makefile +++ b/devel/py-zope.deprecation/Makefile @@ -12,7 +12,8 @@ COMMENT= Zope 3 Deprecation Infrastructure DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.deprecation/pkg-descr b/devel/py-zope.deprecation/pkg-descr index db612f4db8f9..c44aea7c26f5 100644 --- a/devel/py-zope.deprecation/pkg-descr +++ b/devel/py-zope.deprecation/pkg-descr @@ -6,4 +6,4 @@ zope.deprecation provides a simple function called 'deprecated(names, reason)' to deprecate the previously mentioned Python objects. -WWW: http://pypi.python.org/pypi/zope.deprecation +WWW: https://pypi.python.org/pypi/zope.deprecation/ diff --git a/devel/py-zope.dottedname/Makefile b/devel/py-zope.dottedname/Makefile index 8e9a87cd858a..ad0a2677ae4d 100644 --- a/devel/py-zope.dottedname/Makefile +++ b/devel/py-zope.dottedname/Makefile @@ -16,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.dottedname/pkg-descr b/devel/py-zope.dottedname/pkg-descr index c828ffc339a4..a743ecde764c 100644 --- a/devel/py-zope.dottedname/pkg-descr +++ b/devel/py-zope.dottedname/pkg-descr @@ -2,4 +2,4 @@ The zope.dottedname module provides one function, resolve that resolves strings containing dotted names into the appropriate python object. -WWW: http://pypi.python.org/pypi/zope.dottedname +WWW: https://pypi.python.org/pypi/zope.dottedname/ diff --git a/devel/py-zope.dublincore/Makefile b/devel/py-zope.dublincore/Makefile index 21496995af5a..228c04fcd23c 100644 --- a/devel/py-zope.dublincore/Makefile +++ b/devel/py-zope.dublincore/Makefile @@ -21,8 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.dublincore/pkg-descr b/devel/py-zope.dublincore/pkg-descr index de24ddf87f58..83999eb51f6d 100644 --- a/devel/py-zope.dublincore/pkg-descr +++ b/devel/py-zope.dublincore/pkg-descr @@ -1,3 +1,3 @@ Zope Dublin Core implementation. -WWW: http://pypi.python.org/pypi/zope.dublincore +WWW: https://pypi.python.org/pypi/zope.dublincore/ diff --git a/devel/py-zope.error/Makefile b/devel/py-zope.error/Makefile index 2812d16ba8ae..f445a2df563c 100644 --- a/devel/py-zope.error/Makefile +++ b/devel/py-zope.error/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= zope@FreeBSD.org -COMMENT= An error reporting utility for Zope3 +COMMENT= Error reporting utility for Zope3 LICENSE= ZPL21 @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.error/pkg-descr b/devel/py-zope.error/pkg-descr index ef8112d68d68..98d5675f8ae2 100644 --- a/devel/py-zope.error/pkg-descr +++ b/devel/py-zope.error/pkg-descr @@ -1,3 +1,3 @@ An error reporting utility for Zope3. -WWW: http://pypi.python.org/pypi/zope.error +WWW: https://pypi.python.org/pypi/zope.error/ diff --git a/devel/py-zope.event/Makefile b/devel/py-zope.event/Makefile index 8832500ad1e2..6da34c8e00f5 100644 --- a/devel/py-zope.event/Makefile +++ b/devel/py-zope.event/Makefile @@ -15,7 +15,8 @@ LICENSE= ZPL21 # Python3 ready USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.event/pkg-descr b/devel/py-zope.event/pkg-descr index 0a4384cff17c..53a7204201cf 100644 --- a/devel/py-zope.event/pkg-descr +++ b/devel/py-zope.event/pkg-descr @@ -4,4 +4,4 @@ event systems can be built. Application code can generate events without being concerned about the event-processing frameworks that might handle the events. -WWW: http://pypi.python.org/pypi/zope.event +WWW: https://pypi.python.org/pypi/zope.event/ diff --git a/devel/py-zope.exceptions/Makefile b/devel/py-zope.exceptions/Makefile index b1d6b345ced9..622f2305daae 100644 --- a/devel/py-zope.exceptions/Makefile +++ b/devel/py-zope.exceptions/Makefile @@ -20,4 +20,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.exceptions/pkg-descr b/devel/py-zope.exceptions/pkg-descr index 08f932b9c728..2b497fa11845 100644 --- a/devel/py-zope.exceptions/pkg-descr +++ b/devel/py-zope.exceptions/pkg-descr @@ -2,4 +2,4 @@ zope.exceptions contains exception interfaces and implementations which are so general purpose that they don't belong in Zope application-specific packages. -WWW: http://pypi.python.org/pypi/zope.exceptions +WWW: https://pypi.python.org/pypi/zope.exceptions/ diff --git a/devel/py-zope.filerepresentation/Makefile b/devel/py-zope.filerepresentation/Makefile index 9fe8486234ae..2506deeb4115 100644 --- a/devel/py-zope.filerepresentation/Makefile +++ b/devel/py-zope.filerepresentation/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.filerepresentation/pkg-descr b/devel/py-zope.filerepresentation/pkg-descr index e6beec29f882..a5cdfcad9b94 100644 --- a/devel/py-zope.filerepresentation/pkg-descr +++ b/devel/py-zope.filerepresentation/pkg-descr @@ -3,4 +3,4 @@ The interfaces defined here are used for file-system and file-system-like representations of objects, such as file-system synchronization, FTP, PUT, and WebDAV. -WWW: http://pypi.python.org/pypi/zope.filerepresentation +WWW: https://pypi.python.org/pypi/zope.filerepresentation/ diff --git a/devel/py-zope.formlib/Makefile b/devel/py-zope.formlib/Makefile index 86ccdae06014..f73c61329983 100644 --- a/devel/py-zope.formlib/Makefile +++ b/devel/py-zope.formlib/Makefile @@ -28,8 +28,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.formlib/pkg-descr b/devel/py-zope.formlib/pkg-descr index 1fd3449ce446..bfec17f365c4 100644 --- a/devel/py-zope.formlib/pkg-descr +++ b/devel/py-zope.formlib/pkg-descr @@ -1,3 +1,3 @@ Form generation and validation library for Zope. -WWW: http://pypi.python.org/pypi/zope.formlib +WWW: https://pypi.python.org/pypi/zope.formlib/ diff --git a/devel/py-zope.generations/Makefile b/devel/py-zope.generations/Makefile index ffc8a01df205..d65c680f9042 100644 --- a/devel/py-zope.generations/Makefile +++ b/devel/py-zope.generations/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transact DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.generations/pkg-descr b/devel/py-zope.generations/pkg-descr index 413ad84def1b..0fe5618ea8ba 100644 --- a/devel/py-zope.generations/pkg-descr +++ b/devel/py-zope.generations/pkg-descr @@ -1,3 +1,3 @@ Zope application schema generations. -WWW: http://pypi.python.org/pypi/zope.generations +WWW: https://pypi.python.org/pypi/zope.generations/ diff --git a/devel/py-zope.globalrequest/Makefile b/devel/py-zope.globalrequest/Makefile index f31f83207197..c992afc61d9b 100644 --- a/devel/py-zope.globalrequest/Makefile +++ b/devel/py-zope.globalrequest/Makefile @@ -21,8 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.te DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.globalrequest/pkg-descr b/devel/py-zope.globalrequest/pkg-descr index ab397a4f87fd..8c1364e6f5d5 100644 --- a/devel/py-zope.globalrequest/pkg-descr +++ b/devel/py-zope.globalrequest/pkg-descr @@ -1,3 +1,3 @@ Global way of retrieving the currently active request. -WWW: http://pypi.python.org/pypi/zope.globalrequest +WWW: https://pypi.python.org/pypi/zope.globalrequest/ diff --git a/devel/py-zope.i18n/Makefile b/devel/py-zope.i18n/Makefile index 118009004111..7e42fe76da6f 100644 --- a/devel/py-zope.i18n/Makefile +++ b/devel/py-zope.i18n/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.even ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz USES= gettext -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.i18n/pkg-descr b/devel/py-zope.i18n/pkg-descr index bd4b2ab092f5..2a2e5f14959b 100644 --- a/devel/py-zope.i18n/pkg-descr +++ b/devel/py-zope.i18n/pkg-descr @@ -4,4 +4,4 @@ and localization: * Gettext-based message catalogs for message strings. * Locale discovery for Web-based requests. -WWW: http://www.python.org/pypi/zope.i18n +WWW: https://www.python.org/pypi/zope.i18n/ diff --git a/devel/py-zope.interface/Makefile b/devel/py-zope.interface/Makefile index cca73a34097d..3053e7155b08 100644 --- a/devel/py-zope.interface/Makefile +++ b/devel/py-zope.interface/Makefile @@ -13,10 +13,11 @@ COMMENT= Interfaces for Python LICENSE= ZPL21 # Python 3 ready -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_NOEGGINFO= yes PYEASYINSTALL_ARCHDEP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.interface/pkg-descr b/devel/py-zope.interface/pkg-descr index 039d0cf43956..465057050527 100644 --- a/devel/py-zope.interface/pkg-descr +++ b/devel/py-zope.interface/pkg-descr @@ -1,4 +1,4 @@ This is a separate distribution of the zope.interface package used in Zope 3, along with the packages it depends on. -WWW: http://pypi.python.org/pypi/zope.interface +WWW: https://pypi.python.org/pypi/zope.interface/ diff --git a/devel/py-zope.lifecycleevent/Makefile b/devel/py-zope.lifecycleevent/Makefile index 64885c20c607..48fcf6535f42 100644 --- a/devel/py-zope.lifecycleevent/Makefile +++ b/devel/py-zope.lifecycleevent/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.lifecycleevent/pkg-descr b/devel/py-zope.lifecycleevent/pkg-descr index 8fcac7a55461..ae9eecf8d7e7 100644 --- a/devel/py-zope.lifecycleevent/pkg-descr +++ b/devel/py-zope.lifecycleevent/pkg-descr @@ -1,3 +1,3 @@ Object life-cycle events. -WWW: http://pypi.python.org/pypi/zope.lifecycleevent +WWW: https://pypi.python.org/pypi/zope.lifecycleevent/ diff --git a/devel/py-zope.location/Makefile b/devel/py-zope.location/Makefile index 1b7f6e907bc9..272ea18f1d56 100644 --- a/devel/py-zope.location/Makefile +++ b/devel/py-zope.location/Makefile @@ -21,4 +21,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.location/pkg-descr b/devel/py-zope.location/pkg-descr index 5306c3f2baee..f912cdf378d2 100644 --- a/devel/py-zope.location/pkg-descr +++ b/devel/py-zope.location/pkg-descr @@ -1,3 +1,3 @@ zope.location are special objects that has a structural location. -WWW: http://pypi.python.org/pypi/zope.location/ +WWW: https://pypi.python.org/pypi/zope.location/ diff --git a/devel/py-zope.minmax/Makefile b/devel/py-zope.minmax/Makefile index c76f07893aa1..e2a3917f9afb 100644 --- a/devel/py-zope.minmax/Makefile +++ b/devel/py-zope.minmax/Makefile @@ -19,4 +19,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.minmax/pkg-descr b/devel/py-zope.minmax/pkg-descr index 1d2b79d74bd0..bada6837dc0d 100644 --- a/devel/py-zope.minmax/pkg-descr +++ b/devel/py-zope.minmax/pkg-descr @@ -5,4 +5,4 @@ and apply different conflict resolution policies. The subclasses defined here are resolving the conflicts using always either the maximum or the minimum of the conflicting values. -WWW: http://pypi.python.org/pypi/zope.minmax/ +WWW: https://pypi.python.org/pypi/zope.minmax/ diff --git a/devel/py-zope.pagetemplate/Makefile b/devel/py-zope.pagetemplate/Makefile index 0d8857838a46..d99ca8deff2c 100644 --- a/devel/py-zope.pagetemplate/Makefile +++ b/devel/py-zope.pagetemplate/Makefile @@ -26,4 +26,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.pagetemplate/pkg-descr b/devel/py-zope.pagetemplate/pkg-descr index 0b779ace9b15..16f75ea1b4b3 100644 --- a/devel/py-zope.pagetemplate/pkg-descr +++ b/devel/py-zope.pagetemplate/pkg-descr @@ -3,4 +3,4 @@ a clean separation of presentation and application logic while allowing for designers to work with templates in their visual editing tools (FrontPage, Dreamweaver, GoLive, etc.). -WWW: http://pypi.python.org/pypi/zope.pagetemplate +WWW: https://pypi.python.org/pypi/zope.pagetemplate/ diff --git a/devel/py-zope.processlifetime/Makefile b/devel/py-zope.processlifetime/Makefile index e4fe05932fca..d907591bb219 100644 --- a/devel/py-zope.processlifetime/Makefile +++ b/devel/py-zope.processlifetime/Makefile @@ -18,4 +18,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.processlifetime/pkg-descr b/devel/py-zope.processlifetime/pkg-descr index 8c8379b97c7e..b87c77f9d9f8 100644 --- a/devel/py-zope.processlifetime/pkg-descr +++ b/devel/py-zope.processlifetime/pkg-descr @@ -1,4 +1,4 @@ This package provides interfaces/implementations for events relative to the lifetime of a server process (startup, database opening, etc.) -WWW: http://pypi.python.org/pypi/zope.processlifetime +WWW: https://pypi.python.org/pypi/zope.processlifetime/ diff --git a/devel/py-zope.ptresource/Makefile b/devel/py-zope.ptresource/Makefile index 4bf14e0febfc..c3f4e3784a3f 100644 --- a/devel/py-zope.ptresource/Makefile +++ b/devel/py-zope.ptresource/Makefile @@ -22,4 +22,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.ptresource/pkg-descr b/devel/py-zope.ptresource/pkg-descr index fb0c1fca4541..f4aa886a77b7 100644 --- a/devel/py-zope.ptresource/pkg-descr +++ b/devel/py-zope.ptresource/pkg-descr @@ -2,4 +2,4 @@ This package provides a "page template" resource class, a resource which content is processed with Zope Page Templates engine before returning to client. -WWW: http://pypi.python.org/pypi/zope.ptresource +WWW: https://pypi.python.org/pypi/zope.ptresource/ diff --git a/devel/py-zope.publisher/Makefile b/devel/py-zope.publisher/Makefile index dc502a99dc36..d17456bd5a69 100644 --- a/devel/py-zope.publisher/Makefile +++ b/devel/py-zope.publisher/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.publisher/pkg-descr b/devel/py-zope.publisher/pkg-descr index 9b24f7243d0f..5791a81fd505 100644 --- a/devel/py-zope.publisher/pkg-descr +++ b/devel/py-zope.publisher/pkg-descr @@ -5,4 +5,4 @@ represented by request and response objects which allow for easy client interaction from Python. The behaviour of the publisher is geared towards WSGI compatibility. -WWW: http://pypi.python.org/pypi/zope.publisher +WWW: https://pypi.python.org/pypi/zope.publisher/ diff --git a/devel/py-zope.ramcache/Makefile b/devel/py-zope.ramcache/Makefile index cfa035856809..4476e2c8b772 100644 --- a/devel/py-zope.ramcache/Makefile +++ b/devel/py-zope.ramcache/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.ramcache/pkg-descr b/devel/py-zope.ramcache/pkg-descr index 62c12a045091..7cfd0a16eba3 100644 --- a/devel/py-zope.ramcache/pkg-descr +++ b/devel/py-zope.ramcache/pkg-descr @@ -1,3 +1,3 @@ Zope RAM Cache. -WWW: http://pypi.python.org/pypi/zope.ramcache +WWW: https://pypi.python.org/pypi/zope.ramcache/ diff --git a/devel/py-zope.sequencesort/Makefile b/devel/py-zope.sequencesort/Makefile index 705f1bb01219..3e398eceb149 100644 --- a/devel/py-zope.sequencesort/Makefile +++ b/devel/py-zope.sequencesort/Makefile @@ -16,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.sequencesort/pkg-descr b/devel/py-zope.sequencesort/pkg-descr index c747ed0444ea..81eb7e510c47 100644 --- a/devel/py-zope.sequencesort/pkg-descr +++ b/devel/py-zope.sequencesort/pkg-descr @@ -1,3 +1,3 @@ This package provides a very advanced sequence sorting feature. -WWW: http://cheeseshop.python.org/pypi/zope.sequencesort +WWW: https://pypi.python.org/pypi/zope.sequencesort/ diff --git a/devel/py-zope.site/Makefile b/devel/py-zope.site/Makefile index 8d93804ae0e3..ad1c5cfe9cba 100644 --- a/devel/py-zope.site/Makefile +++ b/devel/py-zope.site/Makefile @@ -25,4 +25,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.site/pkg-descr b/devel/py-zope.site/pkg-descr index ae59eab22741..aaed0347edcb 100644 --- a/devel/py-zope.site/pkg-descr +++ b/devel/py-zope.site/pkg-descr @@ -4,4 +4,4 @@ adapter registries for its adapter and utility registry. The module also provides some facilities to organize the local software and ensures the correct behavior inside the ZODB. -WWW: http://pypi.python.org/pypi/zope.site +WWW: https://pypi.python.org/pypi/zope.site/ diff --git a/devel/py-zope.size/Makefile b/devel/py-zope.size/Makefile index ac840ab5e5e2..33ec469aa769 100644 --- a/devel/py-zope.size/Makefile +++ b/devel/py-zope.size/Makefile @@ -19,4 +19,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.size/pkg-descr b/devel/py-zope.size/pkg-descr index 0462541522d7..3dc05f27ba1f 100644 --- a/devel/py-zope.size/pkg-descr +++ b/devel/py-zope.size/pkg-descr @@ -1,4 +1,4 @@ This package provides a definition of simple interface that allows to retrieve the size of the object for displaying and for sorting. -WWW: http://pypi.python.org/pypi/zope.size +WWW: https://pypi.python.org/pypi/zope.size/ diff --git a/devel/py-zope.tales/Makefile b/devel/py-zope.tales/Makefile index fa7662730d47..5738202ac4db 100644 --- a/devel/py-zope.tales/Makefile +++ b/devel/py-zope.tales/Makefile @@ -19,4 +19,5 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.tales/pkg-descr b/devel/py-zope.tales/pkg-descr index 132d4c5ded62..133b6c206221 100644 --- a/devel/py-zope.tales/pkg-descr +++ b/devel/py-zope.tales/pkg-descr @@ -1,3 +1,3 @@ Zope Template Application Language Expression Syntax (TALES). -WWW: http://pypi.python.org/pypi/zope.tales +WWW: https://pypi.python.org/pypi/zope.tales/ diff --git a/devel/py-zope.testbrowser/Makefile b/devel/py-zope.testbrowser/Makefile index 47b2ba4be242..a4deb3a01ffa 100644 --- a/devel/py-zope.testbrowser/Makefile +++ b/devel/py-zope.testbrowser/Makefile @@ -22,4 +22,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.testbrowser/pkg-descr b/devel/py-zope.testbrowser/pkg-descr index 6c4a7fdeb992..256d86424e4f 100644 --- a/devel/py-zope.testbrowser/pkg-descr +++ b/devel/py-zope.testbrowser/pkg-descr @@ -3,4 +3,4 @@ with special focus on testing. It is used in Zope, but it's not Zope specific at all. For instance, it can be used to test or otherwise interact with any web site. -WWW: http://pypi.python.org/pypi/zope.testbrowser +WWW: https://pypi.python.org/pypi/zope.testbrowser/ diff --git a/devel/py-zope.testing/Makefile b/devel/py-zope.testing/Makefile index a2ebdf3a8bae..90eb07be719c 100644 --- a/devel/py-zope.testing/Makefile +++ b/devel/py-zope.testing/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope # Python3 ready USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.testing/pkg-descr b/devel/py-zope.testing/pkg-descr index 2b5ae00f4662..22c4fa4108f6 100644 --- a/devel/py-zope.testing/pkg-descr +++ b/devel/py-zope.testing/pkg-descr @@ -2,4 +2,4 @@ zope.testing is a package provides a number of testing frameworks. It includes a flexible test runner, and supports both doctest and unittest. -WWW: http://pypi.python.org/pypi/zope.testing +WWW: https://pypi.python.org/pypi/zope.testing/ diff --git a/devel/py-zope.traversing/Makefile b/devel/py-zope.traversing/Makefile index 4abe8ad0b20a..6b1f6c4f4a50 100644 --- a/devel/py-zope.traversing/Makefile +++ b/devel/py-zope.traversing/Makefile @@ -25,4 +25,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.traversing/pkg-descr b/devel/py-zope.traversing/pkg-descr index de5c65e1acde..4377abbe91fc 100644 --- a/devel/py-zope.traversing/pkg-descr +++ b/devel/py-zope.traversing/pkg-descr @@ -1,4 +1,4 @@ The zope.traversing package provides adapteres for resolving object paths by traversing an object hierarchy. -WWW: http://pypi.python.org/pypi/zope.traversing +WWW: https://pypi.python.org/pypi/zope.traversing/ diff --git a/devel/py-zope.viewlet/Makefile b/devel/py-zope.viewlet/Makefile index ce84ced26f92..3a525e35c31b 100644 --- a/devel/py-zope.viewlet/Makefile +++ b/devel/py-zope.viewlet/Makefile @@ -28,4 +28,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.viewlet/pkg-descr b/devel/py-zope.viewlet/pkg-descr index 9b816cd6be0c..d9208b9680a5 100644 --- a/devel/py-zope.viewlet/pkg-descr +++ b/devel/py-zope.viewlet/pkg-descr @@ -1,4 +1,4 @@ Viewlets provide a generic framework for building pluggable user interfaces. -WWW: http://pypi.python.org/pypi/zope.viewlet +WWW: https://pypi.python.org/pypi/zope.viewlet/ diff --git a/net/py-zope.proxy/Makefile b/net/py-zope.proxy/Makefile index ec1e53055316..e4869293949d 100644 --- a/net/py-zope.proxy/Makefile +++ b/net/py-zope.proxy/Makefile @@ -21,4 +21,5 @@ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/net/py-zope.proxy/pkg-descr b/net/py-zope.proxy/pkg-descr index 860842a5414f..7ca78a8638ed 100644 --- a/net/py-zope.proxy/pkg-descr +++ b/net/py-zope.proxy/pkg-descr @@ -3,4 +3,4 @@ around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible. -WWW: http://pypi.python.org/pypi/zope.proxy +WWW: https://pypi.python.org/pypi/zope.proxy/ diff --git a/security/py-Products.PluggableAuthService/Makefile b/security/py-Products.PluggableAuthService/Makefile index de563407b7a3..980e0900ed83 100644 --- a/security/py-Products.PluggableAuthService/Makefile +++ b/security/py-Products.PluggableAuthService/Makefile @@ -16,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.PluginRegistry>=0:${PORTSDIR}/devel DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-Products.PluggableAuthService/pkg-descr b/security/py-Products.PluggableAuthService/pkg-descr index e2ebd9bb688b..f31c3e8c8749 100644 --- a/security/py-Products.PluggableAuthService/pkg-descr +++ b/security/py-Products.PluggableAuthService/pkg-descr @@ -1,3 +1,3 @@ Pluggable Zope2 authentication / authorization framework. -WWW: http://pypi.python.org/pypi/Products.PluggableAuthService +WWW: https://pypi.python.org/pypi/Products.PluggableAuthService/ diff --git a/security/py-RestrictedPython/Makefile b/security/py-RestrictedPython/Makefile index c615b1280562..3c34e832bec1 100644 --- a/security/py-RestrictedPython/Makefile +++ b/security/py-RestrictedPython/Makefile @@ -13,11 +13,12 @@ COMMENT= Restricted execution environment for Python LICENSE= ZPL21 -USE_PYTHON= 2.6-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 270 diff --git a/security/py-RestrictedPython/pkg-descr b/security/py-RestrictedPython/pkg-descr index 42e0a1ecae8e..7164ff71179d 100644 --- a/security/py-RestrictedPython/pkg-descr +++ b/security/py-RestrictedPython/pkg-descr @@ -1,4 +1,4 @@ RestrictedPython provides a restricted execution environment for Python, e.g. for running untrusted code. -WWW: http://pypi.python.org/pypi/RestrictedPython +WWW: https://pypi.python.org/pypi/RestrictedPython/ diff --git a/security/py-borg.localrole/Makefile b/security/py-borg.localrole/Makefile index 07482c5f49a1..05d3cff063d8 100644 --- a/security/py-borg.localrole/Makefile +++ b/security/py-borg.localrole/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= zope@FreeBSD.org -COMMENT= A PAS plugin which can manage local roles via an adapter lookup +COMMENT= PAS plugin which can manage local roles via an adapter lookup LICENSE= LGPL20 @@ -24,9 +24,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-borg.localrole/pkg-descr b/security/py-borg.localrole/pkg-descr index 75b3b3992a05..5be2c4c95565 100644 --- a/security/py-borg.localrole/pkg-descr +++ b/security/py-borg.localrole/pkg-descr @@ -1,4 +1,4 @@ A PAS plugin which can manage local roles via an adapter lookup on the current context. -WWW: http://pypi.python.org/pypi/borg.localrole +WWW: https://pypi.python.org/pypi/borg.localrole/ diff --git a/security/py-plone.app.openid/Makefile b/security/py-plone.app.openid/Makefile index 5e8ebb45c632..f47fc55ba39d 100644 --- a/security/py-plone.app.openid/Makefile +++ b/security/py-plone.app.openid/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.openid>=0:${PORTSDIR}/security/py-plon DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-plone.app.openid/pkg-descr b/security/py-plone.app.openid/pkg-descr index 345f2c5c6fd5..72894941d725 100644 --- a/security/py-plone.app.openid/pkg-descr +++ b/security/py-plone.app.openid/pkg-descr @@ -1,3 +1,3 @@ Plone OpenID authentication support. -WWW: http://pypi.python.org/pypi/plone.app.openid +WWW: https://pypi.python.org/pypi/plone.app.openid/ diff --git a/security/py-plone.keyring/Makefile b/security/py-plone.keyring/Makefile index 45a1d9581dca..9be89dee99b8 100644 --- a/security/py-plone.keyring/Makefile +++ b/security/py-plone.keyring/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-plone.keyring/pkg-descr b/security/py-plone.keyring/pkg-descr index a1b84293458c..19010a5c4626 100644 --- a/security/py-plone.keyring/pkg-descr +++ b/security/py-plone.keyring/pkg-descr @@ -1,3 +1,3 @@ Manage secrets. -WWW: http://pypi.python.org/pypi/plone.keyring +WWW: https://pypi.python.org/pypi/plone.keyring/ diff --git a/security/py-plone.openid/Makefile b/security/py-plone.openid/Makefile index cec27b896dda..b4a50c462333 100644 --- a/security/py-plone.openid/Makefile +++ b/security/py-plone.openid/Makefile @@ -19,9 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openid>=0:${PORTSDIR}/security/py-openid \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-plone.openid/pkg-descr b/security/py-plone.openid/pkg-descr index c6f89983aecf..151a2822e219 100644 --- a/security/py-plone.openid/pkg-descr +++ b/security/py-plone.openid/pkg-descr @@ -1,3 +1,3 @@ OpenID authentication support for PAS. -WWW: http://pypi.python.org/pypi/plone.openid +WWW: https://pypi.python.org/pypi/plone.openid/ diff --git a/security/py-plone.protect/Makefile b/security/py-plone.protect/Makefile index 59c38fdfd460..a5f915080108 100644 --- a/security/py-plone.protect/Makefile +++ b/security/py-plone.protect/Makefile @@ -17,9 +17,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.keyring>1.0:${PORTSDIR}/security/py-pl DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-plone.protect/pkg-descr b/security/py-plone.protect/pkg-descr index d76e337b3d7c..8be5ae9d1dac 100644 --- a/security/py-plone.protect/pkg-descr +++ b/security/py-plone.protect/pkg-descr @@ -1,3 +1,3 @@ Security for browser forms. -WWW: http://pypi.python.org/pypi/plone.protect +WWW: https://pypi.python.org/pypi/plone.protect/ diff --git a/security/py-plone.session/Makefile b/security/py-plone.session/Makefile index 1d2fbf8957dd..4b8c71d9e052 100644 --- a/security/py-plone.session/Makefile +++ b/security/py-plone.session/Makefile @@ -18,9 +18,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.protect>=0:${PORTSDIR}/security/py-plo DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-plone.session/pkg-descr b/security/py-plone.session/pkg-descr index fc18afa08a3b..20a6e8b7d665 100644 --- a/security/py-plone.session/pkg-descr +++ b/security/py-plone.session/pkg-descr @@ -1,3 +1,3 @@ Session based authentication for Zope. -WWW: http://pypi.python.org/pypi/plone.session +WWW: https://pypi.python.org/pypi/plone.session/ diff --git a/security/py-zope.app.authentication/Makefile b/security/py-zope.app.authentication/Makefile index 11252b13dec2..7f6ee9ee863d 100644 --- a/security/py-zope.app.authentication/Makefile +++ b/security/py-zope.app.authentication/Makefile @@ -33,7 +33,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.app.authentication/pkg-descr b/security/py-zope.app.authentication/pkg-descr index 7a0889097df0..f67c77bd44b6 100644 --- a/security/py-zope.app.authentication/pkg-descr +++ b/security/py-zope.app.authentication/pkg-descr @@ -1,3 +1,3 @@ Principals and groups management for the pluggable authentication utility. -WWW: http://pypi.python.org/pypi/zope.app.authentication +WWW: https://pypi.python.org/pypi/zope.app.authentication/ diff --git a/security/py-zope.app.localpermission/Makefile b/security/py-zope.app.localpermission/Makefile index c9fb2fa37b7a..8e8a6a7698f3 100644 --- a/security/py-zope.app.localpermission/Makefile +++ b/security/py-zope.app.localpermission/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.app.localpermission/pkg-descr b/security/py-zope.app.localpermission/pkg-descr index d163bb20b530..10f7beff4616 100644 --- a/security/py-zope.app.localpermission/pkg-descr +++ b/security/py-zope.app.localpermission/pkg-descr @@ -1,3 +1,3 @@ Local Persistent Permissions for zope.security. -WWW: http://pypi.python.org/pypi/zope.app.localpermission +WWW: https://pypi.python.org/pypi/zope.app.localpermission/ diff --git a/security/py-zope.app.principalannotation/Makefile b/security/py-zope.app.principalannotation/Makefile index 53ec4fa5cf57..60f359fb3269 100644 --- a/security/py-zope.app.principalannotation/Makefile +++ b/security/py-zope.app.principalannotation/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transact DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.app.principalannotation/pkg-descr b/security/py-zope.app.principalannotation/pkg-descr index f1f14e1a101b..e21eac77a56e 100644 --- a/security/py-zope.app.principalannotation/pkg-descr +++ b/security/py-zope.app.principalannotation/pkg-descr @@ -1,3 +1,3 @@ Bootstrap subscriber and browser menu item for zope.principalannotation. -WWW: http://pypi.python.org/pypi/zope.app.principalannotation +WWW: https://pypi.python.org/pypi/zope.app.principalannotation/ diff --git a/security/py-zope.app.security/Makefile b/security/py-zope.app.security/Makefile index c4d23f815f6e..94d931d2ca95 100644 --- a/security/py-zope.app.security/Makefile +++ b/security/py-zope.app.security/Makefile @@ -26,7 +26,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.app.localpermission>=0:${PORTSDIR}/secu DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.app.security/pkg-descr b/security/py-zope.app.security/pkg-descr index 49423705c072..6b2ff8c6c83a 100644 --- a/security/py-zope.app.security/pkg-descr +++ b/security/py-zope.app.security/pkg-descr @@ -1,3 +1,3 @@ ZMI Views For Zope3 Security Components. -WWW: http://pypi.python.org/pypi/zope.app.security +WWW: https://pypi.python.org/pypi/zope.app.security/ diff --git a/security/py-zope.app.securitypolicy/Makefile b/security/py-zope.app.securitypolicy/Makefile index df6098f56d99..bdffcf0bc484 100644 --- a/security/py-zope.app.securitypolicy/Makefile +++ b/security/py-zope.app.securitypolicy/Makefile @@ -29,7 +29,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.app.securitypolicy/pkg-descr b/security/py-zope.app.securitypolicy/pkg-descr index 72231c751b30..169ee7cb7bf4 100644 --- a/security/py-zope.app.securitypolicy/pkg-descr +++ b/security/py-zope.app.securitypolicy/pkg-descr @@ -1,3 +1,3 @@ ZMI-based management views for zope.securitypolicy. -WWW: http://pypi.python.org/pypi/zope.app.securitypolicy +WWW: https://pypi.python.org/pypi/zope.app.securitypolicy/ diff --git a/security/py-zope.authentication/Makefile b/security/py-zope.authentication/Makefile index afe420490f33..d2befcde1bc7 100644 --- a/security/py-zope.authentication/Makefile +++ b/security/py-zope.authentication/Makefile @@ -20,8 +20,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:${PORTSDIR}/devel/py-zope.br DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.authentication/pkg-descr b/security/py-zope.authentication/pkg-descr index 7c17630fe440..b73cd0ab577f 100644 --- a/security/py-zope.authentication/pkg-descr +++ b/security/py-zope.authentication/pkg-descr @@ -1,3 +1,3 @@ Definition of authentication basics for the Zope Framework. -WWW: http://pypi.python.org/pypi/zope.authentication +WWW: https://pypi.python.org/pypi/zope.authentication/ diff --git a/security/py-zope.login/Makefile b/security/py-zope.login/Makefile index 7c5e67d43266..56b4d718a964 100644 --- a/security/py-zope.login/Makefile +++ b/security/py-zope.login/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:${PORTSDIR}/security/ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.login/pkg-descr b/security/py-zope.login/pkg-descr index b59a6d3eb7c6..182ddb1ca3f5 100644 --- a/security/py-zope.login/pkg-descr +++ b/security/py-zope.login/pkg-descr @@ -1,3 +1,3 @@ Login helpers for zope.publisher / authentication. -WWW: http://pypi.python.org/pypi/zope.login +WWW: https://pypi.python.org/pypi/zope.login/ diff --git a/security/py-zope.password/Makefile b/security/py-zope.password/Makefile index 746621a54417..68f679d2919f 100644 --- a/security/py-zope.password/Makefile +++ b/security/py-zope.password/Makefile @@ -20,4 +20,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.password/pkg-descr b/security/py-zope.password/pkg-descr index 8c7f515c16b6..b71c3eb5bc2c 100644 --- a/security/py-zope.password/pkg-descr +++ b/security/py-zope.password/pkg-descr @@ -1,4 +1,4 @@ This package provides a password manager mechanism. Password manager is an utility object that can encode and check encoded passwords. -WWW: http://pypi.python.org/pypi/zope.password +WWW: https://pypi.python.org/pypi/zope.password/ diff --git a/security/py-zope.pluggableauth/Makefile b/security/py-zope.pluggableauth/Makefile index e069f1e109e9..c0bf04b12cae 100644 --- a/security/py-zope.pluggableauth/Makefile +++ b/security/py-zope.pluggableauth/Makefile @@ -28,7 +28,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.pluggableauth/pkg-descr b/security/py-zope.pluggableauth/pkg-descr index 803a58912500..f2c5d3997d8e 100644 --- a/security/py-zope.pluggableauth/pkg-descr +++ b/security/py-zope.pluggableauth/pkg-descr @@ -1,3 +1,3 @@ Pluggable Authentication Utility. -WWW: http://pypi.python.org/pypi/zope.pluggableauth +WWW: https://pypi.python.org/pypi/zope.pluggableauth/ diff --git a/security/py-zope.principalannotation/Makefile b/security/py-zope.principalannotation/Makefile index 8f1102554fea..cfd2b1035090 100644 --- a/security/py-zope.principalannotation/Makefile +++ b/security/py-zope.principalannotation/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.principalannotation/pkg-descr b/security/py-zope.principalannotation/pkg-descr index 16f81a3a0e75..6f7d8daece60 100644 --- a/security/py-zope.principalannotation/pkg-descr +++ b/security/py-zope.principalannotation/pkg-descr @@ -1,3 +1,3 @@ Annotations for Zope Principals. -WWW: http://pypi.python.org/pypi/zope.principalannotation +WWW: https://pypi.python.org/pypi/zope.principalannotation/ diff --git a/security/py-zope.principalregistry/Makefile b/security/py-zope.principalregistry/Makefile index 7ece5b7f4ca8..383dbd54665d 100644 --- a/security/py-zope.principalregistry/Makefile +++ b/security/py-zope.principalregistry/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:${PORTSDIR}/security/ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.principalregistry/pkg-descr b/security/py-zope.principalregistry/pkg-descr index 25a27eefe062..65b920ac5b28 100644 --- a/security/py-zope.principalregistry/pkg-descr +++ b/security/py-zope.principalregistry/pkg-descr @@ -1,3 +1,3 @@ Global principal registry component for Zope3. -WWW: http://pypi.python.org/pypi/zope.principalregistry +WWW: https://pypi.python.org/pypi/zope.principalregistry/ diff --git a/security/py-zope.security/Makefile b/security/py-zope.security/Makefile index 4230711f5fec..59a07c2b10ec 100644 --- a/security/py-zope.security/Makefile +++ b/security/py-zope.security/Makefile @@ -28,4 +28,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.security/pkg-descr b/security/py-zope.security/pkg-descr index 4b20def66f74..d86cd41a5337 100644 --- a/security/py-zope.security/pkg-descr +++ b/security/py-zope.security/pkg-descr @@ -1,4 +1,4 @@ The Security framework provides a generic mechanism to implement security policies on Python objects. -WWW: http://pypi.python.org/pypi/zope.security/ +WWW: https://pypi.python.org/pypi/zope.security/ diff --git a/security/py-zope.securitypolicy/Makefile b/security/py-zope.securitypolicy/Makefile index 174112a871c8..7005fd77e2be 100644 --- a/security/py-zope.securitypolicy/Makefile +++ b/security/py-zope.securitypolicy/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.securitypolicy/pkg-descr b/security/py-zope.securitypolicy/pkg-descr index 71ac80268e60..4913fb4f780a 100644 --- a/security/py-zope.securitypolicy/pkg-descr +++ b/security/py-zope.securitypolicy/pkg-descr @@ -1,3 +1,3 @@ Default security policy for Zope3. -WWW: http://pypi.python.org/pypi/zope.securitypolicy +WWW: https://pypi.python.org/pypi/zope.securitypolicy/ diff --git a/security/py-zope.session/Makefile b/security/py-zope.session/Makefile index 23358ae1f00b..3c583ec34548 100644 --- a/security/py-zope.session/Makefile +++ b/security/py-zope.session/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.session/pkg-descr b/security/py-zope.session/pkg-descr index 50183968e28e..27d193675b00 100644 --- a/security/py-zope.session/pkg-descr +++ b/security/py-zope.session/pkg-descr @@ -1,3 +1,3 @@ Client identification and sessions for Zope. -WWW: http://pypi.python.org/pypi/zope.session +WWW: https://pypi.python.org/pypi/zope.session/ diff --git a/textproc/py-zope.app.i18n/Makefile b/textproc/py-zope.app.i18n/Makefile index 15348a5e4e89..18ceaa7e6263 100644 --- a/textproc/py-zope.app.i18n/Makefile +++ b/textproc/py-zope.app.i18n/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.9:${PORTSDIR}/devel/py-zop DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/py-zope.app.locales/Makefile b/textproc/py-zope.app.locales/Makefile index 8ff718e0045c..7770286c701e 100644 --- a/textproc/py-zope.app.locales/Makefile +++ b/textproc/py-zope.app.locales/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/textproc/py-zope.app.locales/pkg-descr b/textproc/py-zope.app.locales/pkg-descr index 898d4cc0a6b0..d8b96fad4bcc 100644 --- a/textproc/py-zope.app.locales/pkg-descr +++ b/textproc/py-zope.app.locales/pkg-descr @@ -1,3 +1,3 @@ Zope locale extraction and management utilities. -WWW: http://pypi.python.org/pypi/zope.app.locales +WWW: https://pypi.python.org/pypi/zope.app.locales/ diff --git a/textproc/py-zope.i18nmessageid/Makefile b/textproc/py-zope.i18nmessageid/Makefile index cf174df97ffb..f0b1f1548ade 100644 --- a/textproc/py-zope.i18nmessageid/Makefile +++ b/textproc/py-zope.i18nmessageid/Makefile @@ -15,4 +15,5 @@ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP=yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/textproc/py-zope.i18nmessageid/pkg-descr b/textproc/py-zope.i18nmessageid/pkg-descr index 830c0b4dff29..4371ca4aeca1 100644 --- a/textproc/py-zope.i18nmessageid/pkg-descr +++ b/textproc/py-zope.i18nmessageid/pkg-descr @@ -2,4 +2,4 @@ zope.i18nmessageid provides facilities for declaring such messages within program source text; translation of the messages is the responsiblitiy of the 'zope.i18n' package. -WWW: http://www.python.org/pypi/zope.i18nmessageid +WWW: https://www.python.org/pypi/zope.i18nmessageid/ diff --git a/textproc/py-zope.structuredtext/Makefile b/textproc/py-zope.structuredtext/Makefile index 2f0ed417ab7f..40745bbae906 100644 --- a/textproc/py-zope.structuredtext/Makefile +++ b/textproc/py-zope.structuredtext/Makefile @@ -16,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/textproc/py-zope.structuredtext/pkg-descr b/textproc/py-zope.structuredtext/pkg-descr index c718d7889963..b6bff59f9955 100644 --- a/textproc/py-zope.structuredtext/pkg-descr +++ b/textproc/py-zope.structuredtext/pkg-descr @@ -2,4 +2,4 @@ This package provides a parser and renderers for the classic Zope "structured text" markup dialect (STX). STX is a plain text markup in which document structure is signalled primarily by identation. -WWW: http://pypi.python.org/pypi/zope.structuredtext +WWW: https://pypi.python.org/pypi/zope.structuredtext/ diff --git a/textproc/py-zope.tal/Makefile b/textproc/py-zope.tal/Makefile index 499b57e177fa..cdf82affb39c 100644 --- a/textproc/py-zope.tal/Makefile +++ b/textproc/py-zope.tal/Makefile @@ -20,4 +20,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/textproc/py-zope.tal/pkg-descr b/textproc/py-zope.tal/pkg-descr index 608dea79e714..24eadb5917f1 100644 --- a/textproc/py-zope.tal/pkg-descr +++ b/textproc/py-zope.tal/pkg-descr @@ -4,4 +4,4 @@ renderer to inject dynamic markup into a page. It also includes the Macro Expansion for TAL (METAL) macro language used in page assembly. -WWW: http://pypi.python.org/pypi/zope.tal +WWW: https://pypi.python.org/pypi/zope.tal/ diff --git a/www/py-Products.PloneLDAP/Makefile b/www/py-Products.PloneLDAP/Makefile index 864a9382d29e..5d848082d6a1 100644 --- a/www/py-Products.PloneLDAP/Makefile +++ b/www/py-Products.PloneLDAP/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.LDAPMultiPlugins>=1.10:${PORTSDIR}/ DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-Products.PloneLDAP/pkg-descr b/www/py-Products.PloneLDAP/pkg-descr index a0db51250a13..9ff05dc9a4fd 100644 --- a/www/py-Products.PloneLDAP/pkg-descr +++ b/www/py-Products.PloneLDAP/pkg-descr @@ -1,3 +1,3 @@ LDAP/Active Directory support for Plone -WWW: http://pypi.python.org/pypi/Products.PloneLDAP +WWW: https://pypi.python.org/pypi/Products.PloneLDAP/ diff --git a/www/py-plone.app.blob/Makefile b/www/py-plone.app.blob/Makefile index 46e97dd5ed80..ef12e42470d8 100644 --- a/www/py-plone.app.blob/Makefile +++ b/www/py-plone.app.blob/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=3.8.1:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes diff --git a/www/py-plone.app.caching/Makefile b/www/py-plone.app.caching/Makefile index b26b5025ffcb..1942627ddd9b 100644 --- a/www/py-plone.app.caching/Makefile +++ b/www/py-plone.app.caching/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes USE_ZOPE= yes diff --git a/www/py-plone.app.collection/Makefile b/www/py-plone.app.collection/Makefile index 9c0124c34f7b..aa1e4527900d 100644 --- a/www/py-plone.app.collection/Makefile +++ b/www/py-plone.app.collection/Makefile @@ -32,7 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}archetypes.querywidget>=1.0.2:${PORTSDIR}/de DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes USE_ZOPE= yes diff --git a/www/py-plone.app.content/Makefile b/www/py-plone.app.content/Makefile index e5903026b87f..65779fce4e4c 100644 --- a/www/py-plone.app.content/Makefile +++ b/www/py-plone.app.content/Makefile @@ -30,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:${PORTSDIR}/www/py-plone.me DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes USE_ZOPE= yes diff --git a/www/py-plone.app.contentlisting/Makefile b/www/py-plone.app.contentlisting/Makefile index 56c5a5cc202f..4f95bd8289b1 100644 --- a/www/py-plone.app.contentlisting/Makefile +++ b/www/py-plone.app.contentlisting/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:${PORTSDIR}/www/py-plone.uuid DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes diff --git a/www/py-plone.app.contentmenu/Makefile b/www/py-plone.app.contentmenu/Makefile index a5f1fc2686dc..079bc292f678 100644 --- a/www/py-plone.app.contentmenu/Makefile +++ b/www/py-plone.app.contentmenu/Makefile @@ -28,9 +28,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.locking>=0:${PORTSDIR}/www/py-plone.lo DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.app.contentmenu/pkg-descr b/www/py-plone.app.contentmenu/pkg-descr index f0ec366f72ee..08ad62ca0fc1 100644 --- a/www/py-plone.app.contentmenu/pkg-descr +++ b/www/py-plone.app.contentmenu/pkg-descr @@ -1,3 +1,3 @@ Plone's content menu implementation. -WWW: http://pypi.python.org/pypi/plone.app.contentmenu +WWW: https://pypi.python.org/pypi/plone.app.contentmenu/ diff --git a/www/py-plone.app.customerize/Makefile b/www/py-plone.app.customerize/Makefile index 108a2584175d..c4fd450d9c89 100644 --- a/www/py-plone.app.customerize/Makefile +++ b/www/py-plone.app.customerize/Makefile @@ -23,9 +23,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.customerize>=0:${PORTSDIR}/devel/py-fiv DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.app.customerize/pkg-descr b/www/py-plone.app.customerize/pkg-descr index 7ea94a136b36..d04ef201a064 100644 --- a/www/py-plone.app.customerize/pkg-descr +++ b/www/py-plone.app.customerize/pkg-descr @@ -1,3 +1,3 @@ Integrate five.customerize into Plone. -WWW: http://pypi.python.org/pypi/plone.app.customerize +WWW: https://pypi.python.org/pypi/plone.app.customerize/ diff --git a/www/py-plone.app.folder/Makefile b/www/py-plone.app.folder/Makefile index e8aa9aadce06..dbfd60ce21d2 100644 --- a/www/py-plone.app.folder/Makefile +++ b/www/py-plone.app.folder/Makefile @@ -15,8 +15,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.folder>=0:${PORTSDIR}/www/py-plone.fol DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.app.folder/pkg-descr b/www/py-plone.app.folder/pkg-descr index 24485fc102a3..15de92a34eff 100644 --- a/www/py-plone.app.folder/pkg-descr +++ b/www/py-plone.app.folder/pkg-descr @@ -1,3 +1,3 @@ Integration package for `plone.folder` into Plone. -WWW: http://pypi.python.org/pypi/plone.app.folder +WWW: https://pypi.python.org/pypi/plone.app.folder/ diff --git a/www/py-plone.app.i18n/Makefile b/www/py-plone.app.i18n/Makefile index 0e0d13f8791e..9c19505a63d6 100644 --- a/www/py-plone.app.i18n/Makefile +++ b/www/py-plone.app.i18n/Makefile @@ -13,8 +13,9 @@ LICENSE= GPLv2 DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.app.i18n/pkg-descr b/www/py-plone.app.i18n/pkg-descr index 7caa8890749d..06e9041bbe13 100644 --- a/www/py-plone.app.i18n/pkg-descr +++ b/www/py-plone.app.i18n/pkg-descr @@ -1,3 +1,3 @@ Plone specific i18n extensions. -WWW: http://pypi.python.org/pypi/plone.app.i18n +WWW: https://pypi.python.org/pypi/plone.app.i18n/ diff --git a/www/py-plone.app.jquery/pkg-descr b/www/py-plone.app.jquery/pkg-descr index 2d33d2d40e65..1e21535737c0 100644 --- a/www/py-plone.app.jquery/pkg-descr +++ b/www/py-plone.app.jquery/pkg-descr @@ -1,3 +1,3 @@ plone.app.jquery adds jquery library to Plone. -WWW: http://pypi.python.org/pypi/plone.app.jquery +WWW: https://pypi.python.org/pypi/plone.app.jquery/ diff --git a/www/py-plone.app.ldap/Makefile b/www/py-plone.app.ldap/Makefile index 9591290d316b..300237c82c87 100644 --- a/www/py-plone.app.ldap/Makefile +++ b/www/py-plone.app.ldap/Makefile @@ -21,4 +21,5 @@ USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.app.ldap/pkg-descr b/www/py-plone.app.ldap/pkg-descr index 22ce1124bf74..87e653ae9699 100644 --- a/www/py-plone.app.ldap/pkg-descr +++ b/www/py-plone.app.ldap/pkg-descr @@ -1,3 +1,3 @@ LDAP control panel for Plone. -WWW: http://pypi.python.org/pypi/plone.app.ldap +WWW: https://pypi.python.org/pypi/plone.app.ldap/ diff --git a/www/py-plone.app.search/Makefile b/www/py-plone.app.search/Makefile index d776cffdc652..80a749e37b21 100644 --- a/www/py-plone.app.search/Makefile +++ b/www/py-plone.app.search/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.contentlisting>=0:${PORTSDIR}/www/ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes diff --git a/www/py-plone.app.testing/Makefile b/www/py-plone.app.testing/Makefile index 9b7e4d84a12b..0e6ef1262f8e 100644 --- a/www/py-plone.app.testing/Makefile +++ b/www/py-plone.app.testing/Makefile @@ -23,9 +23,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-z DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.app.testing/pkg-descr b/www/py-plone.app.testing/pkg-descr index f95820151350..fa7fb1ee7dcf 100644 --- a/www/py-plone.app.testing/pkg-descr +++ b/www/py-plone.app.testing/pkg-descr @@ -1,3 +1,3 @@ Testing tools for Plone-the-application, based on plone.testing. -WWW: http://pypi.python.org/pypi/plone.app.testing +WWW: https://pypi.python.org/pypi/plone.app.testing/ diff --git a/www/py-plone.app.textfield/Makefile b/www/py-plone.app.textfield/Makefile index 9da5898221a7..2d60408b586d 100644 --- a/www/py-plone.app.textfield/Makefile +++ b/www/py-plone.app.textfield/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.schema>0:${PORTSDIR}/devel/py-zope.sche DIST_SUBDIR= zope USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes diff --git a/www/py-plone.app.users/Makefile b/www/py-plone.app.users/Makefile index e3a492ad7574..b924ac54cb3d 100644 --- a/www/py-plone.app.users/Makefile +++ b/www/py-plone.app.users/Makefile @@ -34,4 +34,5 @@ USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.app.users/pkg-descr b/www/py-plone.app.users/pkg-descr index 7bee654696d5..adb378a91432 100644 --- a/www/py-plone.app.users/pkg-descr +++ b/www/py-plone.app.users/pkg-descr @@ -1,3 +1,3 @@ A package for all things users and groups related (specific to plone). -WWW: http://pypi.python.org/pypi/plone.app.users +WWW: https://pypi.python.org/pypi/plone.app.users/ diff --git a/www/py-plone.app.uuid/Makefile b/www/py-plone.app.uuid/Makefile index e06ecda74fd7..595335d0eaf4 100644 --- a/www/py-plone.app.uuid/Makefile +++ b/www/py-plone.app.uuid/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:${PORTSDIR}/www/py-plone.uuid DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.app.uuid/pkg-descr b/www/py-plone.app.uuid/pkg-descr index 1ccb10376be2..6f0d1af97b00 100644 --- a/www/py-plone.app.uuid/pkg-descr +++ b/www/py-plone.app.uuid/pkg-descr @@ -1,3 +1,3 @@ Plone integration for the basic plone.uuid package. -WWW: http://pypi.python.org/pypi/plone.app.uuid +WWW: https://pypi.python.org/pypi/plone.app.uuid/ diff --git a/www/py-plone.app.viewletmanager/Makefile b/www/py-plone.app.viewletmanager/Makefile index bb63ed8be3a6..cf87d0801e4c 100644 --- a/www/py-plone.app.viewletmanager/Makefile +++ b/www/py-plone.app.viewletmanager/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes diff --git a/www/py-plone.browserlayer/Makefile b/www/py-plone.browserlayer/Makefile index 9dbb241106c4..3446a7bd13bb 100644 --- a/www/py-plone.browserlayer/Makefile +++ b/www/py-plone.browserlayer/Makefile @@ -19,9 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.browserlayer/pkg-descr b/www/py-plone.browserlayer/pkg-descr index 2383d600025f..b4e2f69366a2 100644 --- a/www/py-plone.browserlayer/pkg-descr +++ b/www/py-plone.browserlayer/pkg-descr @@ -1,3 +1,3 @@ Browser layer management for Zope 2 applications. -WWW: http://pypi.python.org/pypi/plone.browserlayer +WWW: https://pypi.python.org/pypi/plone.browserlayer/ diff --git a/www/py-plone.cachepurging/Makefile b/www/py-plone.cachepurging/Makefile index 4addf95808d3..987338fd5275 100644 --- a/www/py-plone.cachepurging/Makefile +++ b/www/py-plone.cachepurging/Makefile @@ -22,9 +22,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.globalrequest>=0:${PORTSDIR}/devel/py-f DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.cachepurging/pkg-descr b/www/py-plone.cachepurging/pkg-descr index 5b54f7bcf059..5db3b15b7520 100644 --- a/www/py-plone.cachepurging/pkg-descr +++ b/www/py-plone.cachepurging/pkg-descr @@ -1,3 +1,3 @@ Cache purging support for Zope 2 applications. -WWW: http://pypi.python.org/pypi/plone.cachepurging +WWW: https://pypi.python.org/pypi/plone.cachepurging/ diff --git a/www/py-plone.caching/Makefile b/www/py-plone.caching/Makefile index 35c848cc931c..7945437b98fb 100644 --- a/www/py-plone.caching/Makefile +++ b/www/py-plone.caching/Makefile @@ -22,9 +22,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}z3c.caching>=0:${PORTSDIR}/devel/py-z3c.cach DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.caching/pkg-descr b/www/py-plone.caching/pkg-descr index f2c69d64edfe..59313f1ee450 100644 --- a/www/py-plone.caching/pkg-descr +++ b/www/py-plone.caching/pkg-descr @@ -1,3 +1,3 @@ Zope 2 integration for z3c.caching. -WWW: http://pypi.python.org/pypi/plone.caching +WWW: https://pypi.python.org/pypi/plone.caching/ diff --git a/www/py-plone.fieldsets/Makefile b/www/py-plone.fieldsets/Makefile index 59707a4c7200..39657706de82 100644 --- a/www/py-plone.fieldsets/Makefile +++ b/www/py-plone.fieldsets/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.formlib>=0:${PORTSDIR}/devel/py-five.fo DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.fieldsets/pkg-descr b/www/py-plone.fieldsets/pkg-descr index 10120e622894..20c4db6cb518 100644 --- a/www/py-plone.fieldsets/pkg-descr +++ b/www/py-plone.fieldsets/pkg-descr @@ -1,4 +1,4 @@ An extension to zope.formlib, which allows to group fields into different fieldsets. -WWW: http://pypi.python.org/pypi/plone.fieldsets +WWW: https://pypi.python.org/pypi/plone.fieldsets/ diff --git a/www/py-plone.folder/Makefile b/www/py-plone.folder/Makefile index 13bc40bf1002..6ec28fe9f2cf 100644 --- a/www/py-plone.folder/Makefile +++ b/www/py-plone.folder/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.memoize>0:${PORTSDIR}/www/py-plone.mem DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.folder/pkg-descr b/www/py-plone.folder/pkg-descr index 297fb572a1c1..38f57a617406 100644 --- a/www/py-plone.folder/pkg-descr +++ b/www/py-plone.folder/pkg-descr @@ -1,3 +1,3 @@ BTree-based folder implementation with order support. -WWW: http://pypi.python.org/pypi/plone.folder +WWW: https://pypi.python.org/pypi/plone.folder/ diff --git a/www/py-plone.indexer/Makefile b/www/py-plone.indexer/Makefile index ed41fc43f3cc..e92ec6b096e2 100644 --- a/www/py-plone.indexer/Makefile +++ b/www/py-plone.indexer/Makefile @@ -17,8 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.indexer/pkg-descr b/www/py-plone.indexer/pkg-descr index d26fbde72877..6d8511c939d7 100644 --- a/www/py-plone.indexer/pkg-descr +++ b/www/py-plone.indexer/pkg-descr @@ -1,3 +1,3 @@ Hooks to facilitate managing custom index values in Zope 2/CMF applications. -WWW: http://pypi.python.org/pypi/plone.indexer +WWW: https://pypi.python.org/pypi/plone.indexer/ diff --git a/www/py-plone.intelligenttext/Makefile b/www/py-plone.intelligenttext/Makefile index 8492a7b13386..91a37475bdbe 100644 --- a/www/py-plone.intelligenttext/Makefile +++ b/www/py-plone.intelligenttext/Makefile @@ -13,8 +13,9 @@ LICENSE= GPLv2 DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.intelligenttext/pkg-descr b/www/py-plone.intelligenttext/pkg-descr index 95c9f6cd73fb..239ec743fe13 100644 --- a/www/py-plone.intelligenttext/pkg-descr +++ b/www/py-plone.intelligenttext/pkg-descr @@ -1,3 +1,3 @@ Provides transforms from text/x-web-intelligent to text/html and vice versa. -WWW: http://pypi.python.org/pypi/plone.intelligenttext +WWW: https://pypi.python.org/pypi/plone.intelligenttext/ diff --git a/www/py-plone.locking/Makefile b/www/py-plone.locking/Makefile index 78a23029899b..d1a12ccadeb5 100644 --- a/www/py-plone.locking/Makefile +++ b/www/py-plone.locking/Makefile @@ -24,9 +24,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.locking/pkg-descr b/www/py-plone.locking/pkg-descr index 87ad25cfc0b8..5f891c8e2f7a 100644 --- a/www/py-plone.locking/pkg-descr +++ b/www/py-plone.locking/pkg-descr @@ -1,3 +1,3 @@ WebDAV locking support. -WWW: http://pypi.python.org/pypi/plone.locking +WWW: https://pypi.python.org/pypi/plone.locking/ diff --git a/www/py-plone.memoize/Makefile b/www/py-plone.memoize/Makefile index a15fcae95703..bdd9bde4b52b 100644 --- a/www/py-plone.memoize/Makefile +++ b/www/py-plone.memoize/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.memoize/pkg-descr b/www/py-plone.memoize/pkg-descr index eb2b3fbd84fc..cf9791127f30 100644 --- a/www/py-plone.memoize/pkg-descr +++ b/www/py-plone.memoize/pkg-descr @@ -1,3 +1,3 @@ Decorators for caching the values of functions and methods. -WWW: http://pypi.python.org/pypi/plone.memoize +WWW: https://pypi.python.org/pypi/plone.memoize/ diff --git a/www/py-plone.portlet.static/Makefile b/www/py-plone.portlet.static/Makefile index 749aa57d6a1b..a192bf9674fe 100644 --- a/www/py-plone.portlet.static/Makefile +++ b/www/py-plone.portlet.static/Makefile @@ -23,9 +23,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.portlets>=0:${PORTSDIR}/www/py-plone.p DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.portlet.static/pkg-descr b/www/py-plone.portlet.static/pkg-descr index 3d9ccd6d8a39..28fe3bc84706 100644 --- a/www/py-plone.portlet.static/pkg-descr +++ b/www/py-plone.portlet.static/pkg-descr @@ -1,3 +1,3 @@ A simple static HTML portlet for Plone. -WWW: http://pypi.python.org/pypi/plone.portlet.static +WWW: https://pypi.python.org/pypi/plone.portlet.static/ diff --git a/www/py-plone.registry/Makefile b/www/py-plone.registry/Makefile index 21d95fca4083..c9059d334ac0 100644 --- a/www/py-plone.registry/Makefile +++ b/www/py-plone.registry/Makefile @@ -21,8 +21,9 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.registry/pkg-descr b/www/py-plone.registry/pkg-descr index 1064149cf4b4..560f6007de85 100644 --- a/www/py-plone.registry/pkg-descr +++ b/www/py-plone.registry/pkg-descr @@ -1,3 +1,3 @@ A debconf-like (or about:config-like) registry for storing application settings. -WWW: http://pypi.python.org/pypi/plone.registry +WWW: https://pypi.python.org/pypi/plone.registry/ diff --git a/www/py-plone.resource/Makefile b/www/py-plone.resource/Makefile index 36883b56263a..09d14e25ac5b 100644 --- a/www/py-plone.resource/Makefile +++ b/www/py-plone.resource/Makefile @@ -25,9 +25,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.resource/pkg-descr b/www/py-plone.resource/pkg-descr index 2132f45c6cf2..4ee351df166e 100644 --- a/www/py-plone.resource/pkg-descr +++ b/www/py-plone.resource/pkg-descr @@ -2,4 +2,4 @@ plone.resource publishes directories of static files via the ZPublisher. These directories may be located either in the ZODB (as OFS folders and files), or on the filesystem. -WWW: http://pypi.python.org/pypi/plone.resource +WWW: https://pypi.python.org/pypi/plone.resource/ diff --git a/www/py-plone.rfc822/pkg-descr b/www/py-plone.rfc822/pkg-descr index 40b603b2498e..604c747226ef 100644 --- a/www/py-plone.rfc822/pkg-descr +++ b/www/py-plone.rfc822/pkg-descr @@ -2,4 +2,4 @@ This package provides primitives for turning content objects described by ``zope.schema`` fields into RFC (2)822 style messages, as managed by the Python standard library's ``email`` module. -WWW: http://pypi.python.org/pypi/plone.rfc822/ +WWW: https://pypi.python.org/pypi/plone.rfc822/ diff --git a/www/py-plone.subrequest/Makefile b/www/py-plone.subrequest/Makefile index 073253aa37b1..7a39cbfd0b87 100644 --- a/www/py-plone.subrequest/Makefile +++ b/www/py-plone.subrequest/Makefile @@ -16,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.globalrequest>=0:${PORTSDIR}/devel/py-f DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.subrequest/pkg-descr b/www/py-plone.subrequest/pkg-descr index ec24828ced28..461952e3ccda 100644 --- a/www/py-plone.subrequest/pkg-descr +++ b/www/py-plone.subrequest/pkg-descr @@ -1,3 +1,3 @@ Subrequests for Zope2. -WWW: http://pypi.python.org/pypi/plone.subrequest +WWW: https://pypi.python.org/pypi/plone.subrequest/ diff --git a/www/py-plone.testing/Makefile b/www/py-plone.testing/Makefile index d56937a764fe..c7da7ede91b7 100644 --- a/www/py-plone.testing/Makefile +++ b/www/py-plone.testing/Makefile @@ -16,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.te DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.testing/pkg-descr b/www/py-plone.testing/pkg-descr index 39d528d2a388..a8d9c935858b 100644 --- a/www/py-plone.testing/pkg-descr +++ b/www/py-plone.testing/pkg-descr @@ -1,3 +1,3 @@ Testing infrastructure for Zope and Plone projects. -WWW: http://pypi.python.org/pypi/plone.testing +WWW: https://pypi.python.org/pypi/plone.testing/ diff --git a/www/py-plone.theme/Makefile b/www/py-plone.theme/Makefile index 8e1fb4a21519..449ebdd3ca5d 100644 --- a/www/py-plone.theme/Makefile +++ b/www/py-plone.theme/Makefile @@ -20,9 +20,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.theme/pkg-descr b/www/py-plone.theme/pkg-descr index 9caf19b38719..e4d796ab3bdd 100644 --- a/www/py-plone.theme/pkg-descr +++ b/www/py-plone.theme/pkg-descr @@ -1,3 +1,3 @@ Tools for managing themes in CMF and Plone sites. -WWW: http://pypi.python.org/pypi/plone.theme +WWW: https://pypi.python.org/pypi/plone.theme/ diff --git a/www/py-plone.transformchain/Makefile b/www/py-plone.transformchain/Makefile index e214de242a29..14bcf9b69810 100644 --- a/www/py-plone.transformchain/Makefile +++ b/www/py-plone.transformchain/Makefile @@ -17,8 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.transformchain/pkg-descr b/www/py-plone.transformchain/pkg-descr index 7a980ce7647b..57fc224d2678 100644 --- a/www/py-plone.transformchain/pkg-descr +++ b/www/py-plone.transformchain/pkg-descr @@ -2,4 +2,4 @@ Hook into repoze.zope2 that allows third party packages to register a sequence of hooks that will be allowed to modify the response before it is returned to the browser. -WWW: http://pypi.python.org/pypi/plone.transformchain +WWW: https://pypi.python.org/pypi/plone.transformchain/ diff --git a/www/py-plone.uuid/Makefile b/www/py-plone.uuid/Makefile index 5ed9f89a31b6..3164349096ad 100644 --- a/www/py-plone.uuid/Makefile +++ b/www/py-plone.uuid/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=0:${PORTSDIR}/devel/py-zop DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/www/py-plone.uuid/pkg-descr b/www/py-plone.uuid/pkg-descr index ad40f831dabd..45b69344a17d 100644 --- a/www/py-plone.uuid/pkg-descr +++ b/www/py-plone.uuid/pkg-descr @@ -1,3 +1,3 @@ UUIDs for content items. -WWW: http://pypi.python.org/pypi/plone.uuid +WWW: https://pypi.python.org/pypi/plone.uuid/ diff --git a/www/py-plonetheme.sunburst/pkg-descr b/www/py-plonetheme.sunburst/pkg-descr index 1d58724e9e5a..8364a8ebb581 100644 --- a/www/py-plonetheme.sunburst/pkg-descr +++ b/www/py-plonetheme.sunburst/pkg-descr @@ -1,3 +1,3 @@ The default theme for Plone 4. -WWW: http://pypi.python.org/pypi/plonetheme.sunburst +WWW: https://pypi.python.org/pypi/plonetheme.sunburst/ |