Index: branches/2015Q3/devel/py-Acquisition/Makefile =================================================================== --- branches/2015Q3/devel/py-Acquisition/Makefile (revision 392073) +++ branches/2015Q3/devel/py-Acquisition/Makefile (revision 392074) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= Acquisition -PORTVERSION= 4.0a1 -PORTREVISION= 1 +PORTVERSION= 4.2.1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Allows to obtain attributes from the containment hierarchy LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=4.0:${PORTSDIR}/devel/py-ExtensionClass \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=4.1.1:${PORTSDIR}/devel/py-ExtensionClass \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface -USES= python zip -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist distutils .include Index: branches/2015Q3/devel/py-Acquisition/distinfo =================================================================== --- branches/2015Q3/devel/py-Acquisition/distinfo (revision 392073) +++ branches/2015Q3/devel/py-Acquisition/distinfo (revision 392074) @@ -1,2 +1,2 @@ -SHA256 (zope/Acquisition-4.0a1.zip) = ec2035e9db9785256d49599ff594616e5331653b0d49557fd54ea984b7d67d10 -SIZE (zope/Acquisition-4.0a1.zip) = 71986 +SHA256 (zope/Acquisition-4.2.1.tar.gz) = c71253201c5596228b1708de3b5df9563ddd9d26ff9117a44efeef78d0f47b75 +SIZE (zope/Acquisition-4.2.1.tar.gz) = 63813 Index: branches/2015Q3/devel/py-ExtensionClass/Makefile =================================================================== --- branches/2015Q3/devel/py-ExtensionClass/Makefile (revision 392073) +++ branches/2015Q3/devel/py-ExtensionClass/Makefile (revision 392074) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= ExtensionClass -PORTVERSION= 4.0a1 -PORTREVISION= 1 +PORTVERSION= 4.1.2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Metaclass for subclassable extension types LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python zip -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist distutils .include Index: branches/2015Q3/devel/py-ExtensionClass/distinfo =================================================================== --- branches/2015Q3/devel/py-ExtensionClass/distinfo (revision 392073) +++ branches/2015Q3/devel/py-ExtensionClass/distinfo (revision 392074) @@ -1,2 +1,2 @@ -SHA256 (zope/ExtensionClass-4.0a1.zip) = 8a4092f8fc86457c92936c468328c9f131a031e72ff3bc030f67dc0bba309bbd -SIZE (zope/ExtensionClass-4.0a1.zip) = 35508 +SHA256 (zope/ExtensionClass-4.1.2.tar.gz) = eaa5e0f37a8303e2d4a08f74d8dfadd34c9de0de789f6934590923d03b670199 +SIZE (zope/ExtensionClass-4.1.2.tar.gz) = 30944 Index: branches/2015Q3/devel/py-Products.BTreeFolder2/Makefile =================================================================== --- branches/2015Q3/devel/py-Products.BTreeFolder2/Makefile (revision 392073) +++ branches/2015Q3/devel/py-Products.BTreeFolder2/Makefile (revision 392074) @@ -1,27 +1,29 @@ # $FreeBSD$ PORTNAME= Products.BTreeFolder2 -PORTVERSION= 2.13.4 -PORTREVISION= 1 +PORTVERSION= 2.14.0 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= BTree based implementation for Zope 2's OFS LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ + ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=4.1.1:${PORTSDIR}/devel/py-ExtensionClass \ ${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence \ zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ ${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope.container \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \ ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent -USES= python zip -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils .include Index: branches/2015Q3/devel/py-Products.BTreeFolder2/distinfo =================================================================== --- branches/2015Q3/devel/py-Products.BTreeFolder2/distinfo (revision 392073) +++ branches/2015Q3/devel/py-Products.BTreeFolder2/distinfo (revision 392074) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.BTreeFolder2-2.13.4.zip) = 775d276cdbed40e58fcc5ad78e708975d683756c633bb520c5b8af0583bbe8d9 -SIZE (zope/Products.BTreeFolder2-2.13.4.zip) = 26030 +SHA256 (zope/Products.BTreeFolder2-2.14.0.tar.gz) = d234839b43d4c9869c19daef0b9882a97b77e789c0557f7a0b7998607f037b5d +SIZE (zope/Products.BTreeFolder2-2.14.0.tar.gz) = 18739 Index: branches/2015Q3/devel/py-Products.ExternalMethod/Makefile =================================================================== --- branches/2015Q3/devel/py-Products.ExternalMethod/Makefile (revision 392073) +++ branches/2015Q3/devel/py-Products.ExternalMethod/Makefile (revision 392074) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= Products.ExternalMethod -PORTVERSION= 2.13.0 -PORTREVISION= 1 +PORTVERSION= 2.13.1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Support for external Python methods within a Zope 2 environment LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:${PORTSDIR}/devel/py-ExtensionClass \ ${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence \ zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 +NO_ARCH= yes USES= python zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Index: branches/2015Q3/devel/py-Products.ExternalMethod/distinfo =================================================================== --- branches/2015Q3/devel/py-Products.ExternalMethod/distinfo (revision 392073) +++ branches/2015Q3/devel/py-Products.ExternalMethod/distinfo (revision 392074) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.ExternalMethod-2.13.0.zip) = 88d8c7f444a1be5bec13578637177550ce35109926b6bd619184f5965f3d8ca2 -SIZE (zope/Products.ExternalMethod-2.13.0.zip) = 20170 +SHA256 (zope/Products.ExternalMethod-2.13.1.zip) = 0caabb212fe8730b5e5f089f687d42a0f5a9997abcd11bf300b934e91b53dc6d +SIZE (zope/Products.ExternalMethod-2.13.1.zip) = 18537 Index: branches/2015Q3/devel/py-Products.StandardCacheManagers/Makefile =================================================================== --- branches/2015Q3/devel/py-Products.StandardCacheManagers/Makefile (revision 392073) +++ branches/2015Q3/devel/py-Products.StandardCacheManagers/Makefile (revision 392074) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= Products.StandardCacheManagers -PORTVERSION= 2.13.0 -PORTREVISION= 1 +PORTVERSION= 2.13.1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Cache managers for Zope 2 LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \ ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component -USES= python zip -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils .include Index: branches/2015Q3/devel/py-Products.StandardCacheManagers/distinfo =================================================================== --- branches/2015Q3/devel/py-Products.StandardCacheManagers/distinfo (revision 392073) +++ branches/2015Q3/devel/py-Products.StandardCacheManagers/distinfo (revision 392074) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.StandardCacheManagers-2.13.0.zip) = 9ddd7bb628bd12464865ae7e294117103786074f4bc9afc531aeadced6822001 -SIZE (zope/Products.StandardCacheManagers-2.13.0.zip) = 34434 +SHA256 (zope/Products.StandardCacheManagers-2.13.1.tar.gz) = b27902493c85a08da2eba37691772d8eb9f04081c9b31bd3ab60d45834651dbd +SIZE (zope/Products.StandardCacheManagers-2.13.1.tar.gz) = 22523 Index: branches/2015Q3/devel/py-zLOG/Makefile =================================================================== --- branches/2015Q3/devel/py-zLOG/Makefile (revision 392073) +++ branches/2015Q3/devel/py-zLOG/Makefile (revision 392074) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= zLOG -PORTVERSION= 2.11.1 -PORTREVISION= 1 +PORTVERSION= 2.11.2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= General logging facility LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:${PORTSDIR}/devel/py-zconfig -USES= python -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python:2 +USE_PYTHON= autoplist distutils .include Index: branches/2015Q3/devel/py-zLOG/distinfo =================================================================== --- branches/2015Q3/devel/py-zLOG/distinfo (revision 392073) +++ branches/2015Q3/devel/py-zLOG/distinfo (revision 392074) @@ -1,2 +1,2 @@ -SHA256 (zope/zLOG-2.11.1.tar.gz) = 0d8621499d8db143b4224d661258016295f1b2513166ac4b89bbdf761445fd73 -SIZE (zope/zLOG-2.11.1.tar.gz) = 6613 +SHA256 (zope/zLOG-2.11.2.tar.gz) = 8fa387501217cda142eaa984a43296a1f33c186ec191805ada02b99e5cbd7a25 +SIZE (zope/zLOG-2.11.2.tar.gz) = 7052 Index: branches/2015Q3/devel/py-zconfig/Makefile =================================================================== --- branches/2015Q3/devel/py-zconfig/Makefile (revision 392073) +++ branches/2015Q3/devel/py-zconfig/Makefile (revision 392074) @@ -1,21 +1,22 @@ # Created by: Landon Fuller # $FreeBSD$ PORTNAME= zconfig -PORTVERSION= 2.9.3 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ZConfig-${PORTVERSION} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= General use python configuration library LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:2 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils .include Index: branches/2015Q3/devel/py-zconfig/distinfo =================================================================== --- branches/2015Q3/devel/py-zconfig/distinfo (revision 392073) +++ branches/2015Q3/devel/py-zconfig/distinfo (revision 392074) @@ -1,2 +1,2 @@ -SHA256 (zope/ZConfig-2.9.3.tar.gz) = 28aae6309cbf14fdf446a4d7331476633fdb07f0cdbc2bde1d1ab34a1c1f447d -SIZE (zope/ZConfig-2.9.3.tar.gz) = 259894 +SHA256 (zope/ZConfig-3.0.4.tar.gz) = 7db2f932e74730eb5302e16964f9997121b5381738ac87ddf9559b5df2a0bffe +SIZE (zope/ZConfig-3.0.4.tar.gz) = 260105 Index: branches/2015Q3/mail/py-Products.MailHost/Makefile =================================================================== --- branches/2015Q3/mail/py-Products.MailHost/Makefile (revision 392073) +++ branches/2015Q3/mail/py-Products.MailHost/Makefile (revision 392074) @@ -1,19 +1,29 @@ # $FreeBSD$ PORTNAME= Products.MailHost -PORTVERSION= 2.13.1 -PORTREVISION= 1 +PORTVERSION= 2.13.2 CATEGORIES= mail python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope.sendmail integration for Zope 2 LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>0:${PORTSDIR}/security/py-AccessControl \ + ${PYTHON_PKGNAMEPREFIX}Acquisition>0:${PORTSDIR}/devel/py-Acquisition \ + ${PYTHON_PKGNAMEPREFIX}DateTime>0:${PORTSDIR}/devel/py-DateTime \ + ${PYTHON_PKGNAMEPREFIX}DocumentTemplate>0:${PORTSDIR}/devel/py-DocumentTemplate \ + ${PYTHON_PKGNAMEPREFIX}Persistence>0:${PORTSDIR}/devel/py-Persistence \ + ${PYTHON_PKGNAMEPREFIX}zope.deferredimport>0:${PORTSDIR}/devel/py-zope.deferredimport \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zope.sendmail>0:${PORTSDIR}/mail/py-zope.sendmail + +NO_ARCH= yes USES= python zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Index: branches/2015Q3/mail/py-Products.MailHost/distinfo =================================================================== --- branches/2015Q3/mail/py-Products.MailHost/distinfo (revision 392073) +++ branches/2015Q3/mail/py-Products.MailHost/distinfo (revision 392074) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.MailHost-2.13.1.zip) = fe1b4797c4d3c5dd8123f715a75107f966f8b5469169c4c5c68c6b5776dc1199 -SIZE (zope/Products.MailHost-2.13.1.zip) = 29366 +SHA256 (zope/Products.MailHost-2.13.2.zip) = 5ccd20d7cd7979a7cc4c1db04fafe542f29e1c2cde18f6289a5d0a342e843e3a +SIZE (zope/Products.MailHost-2.13.2.zip) = 28007 Index: branches/2015Q3/www/zope213/Makefile =================================================================== --- branches/2015Q3/www/zope213/Makefile (revision 392073) +++ branches/2015Q3/www/zope213/Makefile (revision 392074) @@ -1,101 +1,101 @@ # $FreeBSD$ PORTNAME= zope213 -PORTVERSION= 2.13.22 -PORTREVISION= 1 +PORTVERSION= 2.13.23 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP DISTNAME= Zope2-${PORTVERSION} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Object-based web application platform Version 2.13 LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=2.13.2:${PORTSDIR}/security/py-AccessControl \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ ${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime \ ${PYTHON_PKGNAMEPREFIX}DocumentTemplate>=0:${PORTSDIR}/devel/py-DocumentTemplate \ ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:${PORTSDIR}/devel/py-ExtensionClass \ ${PYTHON_PKGNAMEPREFIX}Missing>=0:${PORTSDIR}/devel/py-Missing \ ${PYTHON_PKGNAMEPREFIX}MultiMapping>=0:${PORTSDIR}/devel/py-MultiMapping \ ${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence \ ${PYTHON_PKGNAMEPREFIX}Products.OFSP>=2.13.2:${PORTSDIR}/devel/py-Products.OFSP \ ${PYTHON_PKGNAMEPREFIX}Products.ZCatalog>=0:${PORTSDIR}/devel/py-Products.ZCatalog \ ${PYTHON_PKGNAMEPREFIX}Products.ZCTextIndex>=0:${PORTSDIR}/devel/py-Products.ZCTextIndex \ ${PYTHON_PKGNAMEPREFIX}Record>=0:${PORTSDIR}/devel/py-Record \ ${PYTHON_PKGNAMEPREFIX}RestrictedPython>=0:${PORTSDIR}/security/py-RestrictedPython \ ${PYTHON_PKGNAMEPREFIX}zconfig>=0:${PORTSDIR}/devel/py-zconfig \ zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ ${PYTHON_PKGNAMEPREFIX}ZopeUndo>=0:${PORTSDIR}/devel/py-ZopeUndo \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}initgroups>=0:${PORTSDIR}/devel/py-initgroups \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}tempstorage>=0:${PORTSDIR}/devel/py-tempstorage \ ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \ ${PYTHON_PKGNAMEPREFIX}zdaemon>=0:${PORTSDIR}/sysutils/py-zdaemon \ ${PYTHON_PKGNAMEPREFIX}zExceptions>=0:${PORTSDIR}/devel/py-zExceptions \ ${PYTHON_PKGNAMEPREFIX}zLOG>=0:${PORTSDIR}/devel/py-zLOG \ ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:${PORTSDIR}/devel/py-zope.browser \ ${PYTHON_PKGNAMEPREFIX}zope.browsermenu>=0:${PORTSDIR}/devel/py-zope.browsermenu \ ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=0:${PORTSDIR}/devel/py-zope.browserpage \ ${PYTHON_PKGNAMEPREFIX}zope.browserresource>=0:${PORTSDIR}/devel/py-zope.browserresource \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \ ${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope.container \ ${PYTHON_PKGNAMEPREFIX}zope.contentprovider>=0:${PORTSDIR}/devel/py-zope.contentprovider \ ${PYTHON_PKGNAMEPREFIX}zope.contenttype>=0:${PORTSDIR}/devel/py-zope.contenttype \ ${PYTHON_PKGNAMEPREFIX}zope.deferredimport>=0:${PORTSDIR}/devel/py-zope.deferredimport \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \ ${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:${PORTSDIR}/devel/py-zope.exceptions \ ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent \ ${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location \ ${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=0:${PORTSDIR}/devel/py-zope.pagetemplate \ ${PYTHON_PKGNAMEPREFIX}zope.processlifetime>=0:${PORTSDIR}/devel/py-zope.processlifetime \ ${PYTHON_PKGNAMEPREFIX}zope.proxy>=0:${PORTSDIR}/net/py-zope.proxy \ ${PYTHON_PKGNAMEPREFIX}zope.ptresource>=0:${PORTSDIR}/devel/py-zope.ptresource \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \ ${PYTHON_PKGNAMEPREFIX}zope.sendmail>=0:${PORTSDIR}/mail/py-zope.sendmail \ ${PYTHON_PKGNAMEPREFIX}zope.sequencesort>=0:${PORTSDIR}/devel/py-zope.sequencesort \ ${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \ ${PYTHON_PKGNAMEPREFIX}zope.size>=0:${PORTSDIR}/devel/py-zope.size \ ${PYTHON_PKGNAMEPREFIX}zope.structuredtext>=0:${PORTSDIR}/textproc/py-zope.structuredtext \ ${PYTHON_PKGNAMEPREFIX}zope.tal>=0:${PORTSDIR}/textproc/py-zope.tal \ ${PYTHON_PKGNAMEPREFIX}zope.tales>=3.5.0:${PORTSDIR}/devel/py-zope.tales \ ${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=0:${PORTSDIR}/devel/py-zope.testbrowser \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \ ${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing \ ${PYTHON_PKGNAMEPREFIX}zope.viewlet>=0:${PORTSDIR}/devel/py-zope.viewlet \ ${PYTHON_PKGNAMEPREFIX}Products.BTreeFolder2>=0:${PORTSDIR}/devel/py-Products.BTreeFolder2 \ ${PYTHON_PKGNAMEPREFIX}Products.ExternalMethod>=0:${PORTSDIR}/devel/py-Products.ExternalMethod \ ${PYTHON_PKGNAMEPREFIX}Products.MailHost>=0:${PORTSDIR}/mail/py-Products.MailHost \ ${PYTHON_PKGNAMEPREFIX}Products.MIMETools>=0:${PORTSDIR}/devel/py-Products.MIMETools \ ${PYTHON_PKGNAMEPREFIX}Products.PythonScripts>=0:${PORTSDIR}/devel/py-Products.PythonScripts \ ${PYTHON_PKGNAMEPREFIX}Products.StandardCacheManagers>=0:${PORTSDIR}/devel/py-Products.StandardCacheManagers \ ${PYTHON_PKGNAMEPREFIX}manuel>=0:${PORTSDIR}/devel/py-manuel -USES= python:2 zip +USES= python:2 USE_PYTHON= autoplist distutils NO_ARCH= yes SUB_FILES= pkg-message SUB_LIST= ZOPE_USER=${ZOPE_USER} \ ZOPEINSTANCEDIR=${ZOPEINSTANCEDIR} USE_RC_SUBR= ${PORTNAME} ZOPE_USER?= www ZOPEINSTANCEBASE?= ${PREFIX}/www/Zope213 ZOPEINSTANCEDIR?= ${ZOPEINSTANCEBASE}/${ZOPEINSTANCENAME} post-patch: @${REINPLACE_CMD} -e 's/#.*effective-user chrism/effective-user ${ZOPE_USER}/' \ ${WRKSRC}/src/Zope2/utilities/skel/etc/zope.conf.in @${RM} ${WRKSRC}/src/Zope2/utilities/skel/etc/zope.conf.in.bak .include Index: branches/2015Q3/www/zope213/distinfo =================================================================== --- branches/2015Q3/www/zope213/distinfo (revision 392073) +++ branches/2015Q3/www/zope213/distinfo (revision 392074) @@ -1,2 +1,2 @@ -SHA256 (zope/Zope2-2.13.22.zip) = 5470fbd19ce1e6718fabf97643b2648793582e7830ed0e05f14fa8df77e4ef5e -SIZE (zope/Zope2-2.13.22.zip) = 1400905 +SHA256 (zope/Zope2-2.13.23.tar.gz) = 5079375fe8ed3bbcc5e312dad9150941bb377c22963a0587785524a60d7c8885 +SIZE (zope/Zope2-2.13.23.tar.gz) = 1008870 Index: branches/2015Q3 =================================================================== --- branches/2015Q3 (revision 392073) +++ branches/2015Q3 (revision 392074) Property changes on: branches/2015Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r391330