mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update plone stack to 4.3.8
Changelog: https://plone.org/products/plone/releases/4.3.8 With hat: zope
This commit is contained in:
parent
9765a56fff
commit
0d3da75e07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413428
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.ATContentTypes
|
||||
PORTVERSION= 2.1.16
|
||||
PORTVERSION= 2.1.18
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.ATContentTypes-2.1.16.tar.gz) = 25c82561ec209091447def376bb9cfb6cfa039e5ad55df37ca9c41db31dcbadf
|
||||
SIZE (zope/Products.ATContentTypes-2.1.16.tar.gz) = 277284
|
||||
SHA256 (zope/Products.ATContentTypes-2.1.18.tar.gz) = 77795f949d46eaa6aa98e88b09d62dc52b1c0395b24761ed538fb267449ff9a4
|
||||
SIZE (zope/Products.ATContentTypes-2.1.18.tar.gz) = 277613
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.CMFEditions
|
||||
PORTVERSION= 2.2.18
|
||||
PORTVERSION= 2.2.19
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.CMFEditions-2.2.18.tar.gz) = 2e593075fc9887d0bff7cefbb3103c8d6a238355989cfb8ad3c712aa7e5945e9
|
||||
SIZE (zope/Products.CMFEditions-2.2.18.tar.gz) = 1794414
|
||||
SHA256 (zope/Products.CMFEditions-2.2.19.tar.gz) = 3930324a0350f6705b934ee31419449f93e16ce8d0b28584d8548e44df47c8e5
|
||||
SIZE (zope/Products.CMFEditions-2.2.19.tar.gz) = 1794768
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.CMFFormController
|
||||
PORTVERSION= 3.0.5
|
||||
PORTVERSION= 3.0.6
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -20,7 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
|
||||
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
|
||||
${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction
|
||||
|
||||
USES= python
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.CMFFormController-3.0.5.tar.gz) = eb9b88337f61aa4144ef405b3e036e819cb88306d2509e9789b8fb4839c84b20
|
||||
SIZE (zope/Products.CMFFormController-3.0.5.tar.gz) = 51881
|
||||
SHA256 (zope/Products.CMFFormController-3.0.6.tar.gz) = a9be2f0ca9701487547f7732852f4a215593ef388cdd57c2018234e8261bcb02
|
||||
SIZE (zope/Products.CMFFormController-3.0.6.tar.gz) = 52060
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.CMFPlacefulWorkflow
|
||||
PORTVERSION= 1.5.11
|
||||
PORTVERSION= 1.5.13
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.CMFPlacefulWorkflow-1.5.11.tar.gz) = 8fe556a0899b501089d3b1048d9486e5b8a7da6ca02238c5032a7f0d013285b4
|
||||
SIZE (zope/Products.CMFPlacefulWorkflow-1.5.11.tar.gz) = 62701
|
||||
SHA256 (zope/Products.CMFPlacefulWorkflow-1.5.13.tar.gz) = 95987c1fb152b5ab17885151b59524488c29ecde4d58762bd12628c7b7f2787c
|
||||
SIZE (zope/Products.CMFPlacefulWorkflow-1.5.13.tar.gz) = 63206
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.CMFQuickInstallerTool
|
||||
PORTVERSION= 3.0.12
|
||||
PORTVERSION= 3.0.13
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -21,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:devel/py-zope.annotation
|
||||
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:devel/py-Products.CMFCore \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:devel/py-Products.GenericSetup
|
||||
|
||||
USES= python zope
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7 zope
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.CMFQuickInstallerTool-3.0.12.tar.gz) = a7eecc1cdd12f8f04c66b038e5800bde787cb044b0e3bc4e44039a320af9744a
|
||||
SIZE (zope/Products.CMFQuickInstallerTool-3.0.12.tar.gz) = 44544
|
||||
SHA256 (zope/Products.CMFQuickInstallerTool-3.0.13.tar.gz) = 0b8865ed94fbd572f1e21e5ae7754dd81f806a8d1ddcd1a36a0617caaf804a3e
|
||||
SIZE (zope/Products.CMFQuickInstallerTool-3.0.13.tar.gz) = 44714
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.GenericSetup
|
||||
PORTVERSION= 1.7.7
|
||||
PORTVERSION= 1.8.2
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.GenericSetup-1.7.7.tar.gz) = b7daeaa9c13ec4f65c094d91bb70d764305bb2e8619e9295385f00c187ada11a
|
||||
SIZE (zope/Products.GenericSetup-1.7.7.tar.gz) = 133687
|
||||
SHA256 (zope/Products.GenericSetup-1.8.2.tar.gz) = 4d8ad07fad3571b4d7ea2a49816565ccad257a5d3eea3bb4c0c216ad422c24c7
|
||||
SIZE (zope/Products.GenericSetup-1.8.2.tar.gz) = 135497
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.PluginRegistry
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1.4
|
||||
PORTEPOCH= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,10 +12,12 @@ MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Configure application plugins based on interfaces
|
||||
|
||||
LICENSE= ZPL21
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:devel/py-Products.GenericSetup
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.PluginRegistry-1.3.tar.gz) = 9329144261da07f2a6dce8e6e1991219a65b41f5449ab07927215d8fff36ab09
|
||||
SIZE (zope/Products.PluginRegistry-1.3.tar.gz) = 19728
|
||||
SHA256 (zope/Products.PluginRegistry-1.4.tar.gz) = d9a9c67b0e4cb4322e54bbdda7e4419bd4d283d1b5174737e919e48a025bb017
|
||||
SIZE (zope/Products.PluginRegistry-1.4.tar.gz) = 19853
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.PortalTransforms
|
||||
PORTVERSION= 2.1.10
|
||||
PORTVERSION= 2.1.11
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -21,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.intelligenttext>=0:www/py-plone.intell
|
||||
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
|
||||
${PYTHON_PKGNAMEPREFIX}markdown>=1.7:textproc/py-markdown
|
||||
|
||||
USES= python
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.PortalTransforms-2.1.10.tar.gz) = 242cf41f86cf2cf3053c7267b52253a535691c060b3dc70ba7c8e29e70907326
|
||||
SIZE (zope/Products.PortalTransforms-2.1.10.tar.gz) = 215023
|
||||
SHA256 (zope/Products.PortalTransforms-2.1.11.tar.gz) = f3c51ae83542f7177e12f66b22f900bb47d3b3a1e5f2e07e908fdd73431baf06
|
||||
SIZE (zope/Products.PortalTransforms-2.1.11.tar.gz) = 215240
|
||||
|
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= archetypes.referencebrowserwidget
|
||||
PORTVERSION= 2.4.19
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.5.7
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -19,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.app.form>=0:www/py-plone.app.form \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.app.jquerytools>=1.1:www/py-plone.app.jquerytools
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/archetypes.referencebrowserwidget-2.4.19.zip) = a22cde9d6537a6283830f6db535d4033bc7e38c7cbda6c9815c72358273a393a
|
||||
SIZE (zope/archetypes.referencebrowserwidget-2.4.19.zip) = 67173
|
||||
SHA256 (zope/archetypes.referencebrowserwidget-2.5.7.tar.gz) = 0e1540c611ca25eda10beb080b475fa5f2115f7d73c65133175d412deee2d802
|
||||
SIZE (zope/archetypes.referencebrowserwidget-2.5.7.tar.gz) = 52468
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= z3c.form
|
||||
PORTVERSION= 3.2.8
|
||||
PORTVERSION= 3.2.10
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/z3c.form-3.2.8.tar.gz) = 0a1955efc5b6a6212ba3696f8878eeac86f5611f68b16565f410ed48bb653234
|
||||
SIZE (zope/z3c.form-3.2.8.tar.gz) = 473917
|
||||
SHA256 (zope/z3c.form-3.2.10.tar.gz) = 31b3fdabf939909d5e0670be018fe51eb7b8a9929607c9e9c1a8508f9e3ea182
|
||||
SIZE (zope/z3c.form-3.2.10.tar.gz) = 483564
|
||||
|
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zope.formlib
|
||||
PORTVERSION= 4.0.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.3.0
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,6 +11,7 @@ MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Form generation and validation library for Zope
|
||||
|
||||
LICENSE= ZPL21
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.browser>=1.1:devel/py-zope.browser \
|
||||
@ -28,7 +28,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:devel/py-zope.traversing \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.datetime>=0:devel/py-zope.datetime
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/zope.formlib-4.0.6.zip) = eccca7a4fa967f4a37570230d6d83faaf3cba5f6a046610848d0b7f10ee625e8
|
||||
SIZE (zope/zope.formlib-4.0.6.zip) = 197047
|
||||
SHA256 (zope/zope.formlib-4.3.0.tar.gz) = 323000867593b46b3d81601aee1067950f6c64bd4f6b879f5219f7bfdd56cf7a
|
||||
SIZE (zope/zope.formlib-4.3.0.tar.gz) = 158443
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.PlonePAS
|
||||
PORTVERSION= 4.1.6
|
||||
PORTVERSION= 5.0.9
|
||||
CATEGORIES= security python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,14 +14,15 @@ LICENSE= ZPL21
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:www/py-plone.memoize \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.session>=0:security/py-plone.session \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.protect>0:security/py-plone.protect \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.i18n>0:www/py-plone.i18n \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:devel/py-Products.CMFCore \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.CMFDefault>0:devel/py-Products.CMFDefault \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:devel/py-Products.GenericSetup \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:security/py-Products.PluggableAuthService
|
||||
${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:security/py-Products.PluggableAuthService \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.deprecation>0:devel/py-zope.deprecation
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7 zope
|
||||
USES= python:2.7 zip zope
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.PlonePAS-4.1.6.tar.gz) = 126b0aae5786164ef90053c4f78e569518e37b6a994acdb0c1ed4455aaaebf0d
|
||||
SIZE (zope/Products.PlonePAS-4.1.6.tar.gz) = 109992
|
||||
SHA256 (zope/Products.PlonePAS-5.0.9.zip) = fb24166c470c4eb7b87b8cfc687cc831e583d502ee31fdffa68380ab91eeb1c6
|
||||
SIZE (zope/Products.PlonePAS-5.0.9.zip) = 149267
|
||||
|
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.PluggableAuthService
|
||||
PORTVERSION= 1.10.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.11.0
|
||||
CATEGORIES= security python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,11 +11,13 @@ MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Pluggable Zope2 authentication / authorization framework
|
||||
|
||||
LICENSE= ZPL21
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.PluginRegistry>=0:devel/py-Products.PluginRegistry \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:devel/py-Products.GenericSetup
|
||||
|
||||
USES= python:2 zope
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7 zope
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.PluggableAuthService-1.10.0.tar.gz) = e669347e632b901789b177d7cfaa06ccf5d54e833565753d777458c8e7498d4c
|
||||
SIZE (zope/Products.PluggableAuthService-1.10.0.tar.gz) = 167104
|
||||
SHA256 (zope/Products.PluggableAuthService-1.11.0.tar.gz) = 53e2e79bd4b9c3ce87fde50fbc14f3159256f3f91e423157031a2833d2905fa0
|
||||
SIZE (zope/Products.PluggableAuthService-1.11.0.tar.gz) = 156093
|
||||
|
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.protect
|
||||
PORTVERSION= 2.0.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= security python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.keyring>1.0:security/py-plone.keyring
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.protect-2.0.2.zip) = c91f7873ca4155a14ee6e7720ede08d09d59c2acc416397ce97928fc41cc24d7
|
||||
SIZE (zope/plone.protect-2.0.2.zip) = 18376
|
||||
SHA256 (zope/plone.protect-2.0.3.tar.gz) = 44ea12aa6eb3aa94c0f3a75914c83f8f5d031f78fb3fefcda77927fd3ec82158
|
||||
SIZE (zope/plone.protect-2.0.3.tar.gz) = 11558
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone
|
||||
PORTVERSION= 4.3.7
|
||||
PORTVERSION= 4.3.8
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
DISTNAME= Plone-${PORTVERSION}
|
||||
@ -25,7 +25,7 @@ OPTIONS_DEFINE= LDAP
|
||||
LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.ldap>=1.2.6:www/py-plone.app.ldap
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= cpe python zip
|
||||
USES= cpe python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Plone-4.3.7.zip) = 2253e7343ff1d2e79bbf570bcd97f5eb8e6bd667bfdde1389db59f546d095db7
|
||||
SIZE (zope/Plone-4.3.7.zip) = 21742
|
||||
SHA256 (zope/Plone-4.3.8.tar.gz) = 01fa3992b4a44a591930a3e2ca494fd60f42aafe981daed2c31d76a8ea360383
|
||||
SIZE (zope/Plone-4.3.8.tar.gz) = 14627
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.CMFPlone
|
||||
PORTVERSION= 4.3.7
|
||||
PORTVERSION= 4.3.8
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -31,7 +31,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.DCWorkflow>=0:devel/py-Products.DCWorkflow \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.ExtendedPathIndex>=0:devel/py-Products.ExtendedPathIndex \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.ExternalEditor>=0:devel/py-Products.ExternalEditor \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=1.4:devel/py-Products.GenericSetup \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=1.8.0:devel/py-Products.GenericSetup \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.MimetypesRegistry>=0:devel/py-Products.MimetypesRegistry \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.PasswordResetTool>=0:devel/py-Products.PasswordResetTool \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.PlacelessTranslationService>=0:devel/py-Products.PlacelessTranslationService \
|
||||
@ -116,7 +116,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:devel/py-zope.traversing
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7 zip
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.CMFPlone-4.3.7.zip) = e402619a1430cf63b0b634f6397e447f8def33bc88d6dd5221f612b3f8815dbd
|
||||
SIZE (zope/Products.CMFPlone-4.3.7.zip) = 1520677
|
||||
SHA256 (zope/Products.CMFPlone-4.3.8.tar.gz) = 4177322f41342adfff4848af2b8aabfd2976d49819edb6a3deadd5c16d9cd042
|
||||
SIZE (zope/Products.CMFPlone-4.3.8.tar.gz) = 1051907
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.PloneLDAP
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,10 +13,12 @@ COMMENT= LDAP/Active Directory support for Plone
|
||||
|
||||
LICENSE= ZPL21
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.LDAPMultiPlugins>=1.10:devel/py-Products.LDAPMultiPlugins \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.PlonePAS>0:security/py-Products.PlonePAS \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.LDAPMultiPlugins>=1.10:devel/py-Products.LDAPMultiPlugins \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.LDAPUserFolder>=2.9:devel/py-Products.LDAPUserFolder
|
||||
|
||||
USES= python:2
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7 zip
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.PloneLDAP-1.1.tar.gz) = b2bd3a9f72591a6efc83e82d2bca04a97f262fac882f4002195465b7a9b0f770
|
||||
SIZE (zope/Products.PloneLDAP-1.1.tar.gz) = 17986
|
||||
SHA256 (zope/Products.PloneLDAP-1.2.zip) = 7cddeb9275e95b81cb8c77aab9ed3b6c7f81fe92cb6894b19a7f1d5fcf849939
|
||||
SIZE (zope/Products.PloneLDAP-1.2.zip) = 40930
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Products.TinyMCE
|
||||
PORTVERSION= 1.3.16
|
||||
PORTVERSION= 1.3.19
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/Products.TinyMCE-1.3.16.zip) = 2479aa70db180c0566f3c9b0db6151ecbccfc3e6119c0e9ba67bc31efdb70560
|
||||
SIZE (zope/Products.TinyMCE-1.3.16.zip) = 2624839
|
||||
SHA256 (zope/Products.TinyMCE-1.3.19.zip) = e96b03104fca8776572e958cb2ed05b5c7a32bc429d15677aa130648ef8dac97
|
||||
SIZE (zope/Products.TinyMCE-1.3.19.zip) = 2625830
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.blob
|
||||
PORTVERSION= 1.5.16
|
||||
PORTVERSION= 1.5.17
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.blob-1.5.16.tar.gz) = 89f01a19aef58d09f41a571b86787ae3b66bcd54a924a64b9cf771454d17606a
|
||||
SIZE (zope/plone.app.blob-1.5.16.tar.gz) = 154855
|
||||
SHA256 (zope/plone.app.blob-1.5.17.tar.gz) = f02f088e651a0c0072b5d0b56842ab071268483a0551925cf3e031cac4bf88ba
|
||||
SIZE (zope/plone.app.blob-1.5.17.tar.gz) = 155036
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.discussion
|
||||
PORTVERSION= 2.2.15
|
||||
PORTVERSION= 2.2.16
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.discussion-2.2.15.tar.gz) = cd0636da62d0fa7000c0629bc0aa7d86b4e222bfdea5ef2d07225d9a79d0d305
|
||||
SIZE (zope/plone.app.discussion-2.2.15.tar.gz) = 236686
|
||||
SHA256 (zope/plone.app.discussion-2.2.16.tar.gz) = 07c8f6ee1272a8aa36ad57376ba9ec9e1e6408949ba0aba41ac1c4cfaf25c296
|
||||
SIZE (zope/plone.app.discussion-2.2.16.tar.gz) = 236696
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.folder
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>0:devel/py-Products.CMFCore
|
||||
${PYTHON_PKGNAMEPREFIX}plone.app.layout>0:www/py-plone.app.layout
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip zope
|
||||
USES= python:2.7 zope
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.folder-1.1.0.zip) = 3eeecbf498b695264c7acc3156a85ba5d0a3adf765253c4098a293d844d1569e
|
||||
SIZE (zope/plone.app.folder-1.1.0.zip) = 42349
|
||||
SHA256 (zope/plone.app.folder-1.1.2.tar.gz) = 7dbb8c7cf95cdde091c34c1b006f58d306375dd68f4f30830a50ff1cd2e95f09
|
||||
SIZE (zope/plone.app.folder-1.1.2.tar.gz) = 28033
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.form
|
||||
PORTVERSION= 2.2.6
|
||||
PORTVERSION= 2.2.7
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.form-2.2.6.tar.gz) = 40cad2377f6ca1a9bda3b4f04a05817e4d6a65d2e49f0604413658efa7bdeb80
|
||||
SIZE (zope/plone.app.form-2.2.6.tar.gz) = 39893
|
||||
SHA256 (zope/plone.app.form-2.2.7.tar.gz) = 29ccea898532da65afe162cfe46e155ccc6704e5f63cd1929e5ab338146f17a6
|
||||
SIZE (zope/plone.app.form-2.2.7.tar.gz) = 39996
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.imaging
|
||||
PORTVERSION= 1.0.12
|
||||
PORTVERSION= 1.0.13
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,10 +13,11 @@ COMMENT= User-configurable, blob-aware image scaling for Plone
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.scale>0:www/py-plone.scale \
|
||||
${PYTHON_PKGNAMEPREFIX}z3c.caching>0:devel/py-z3c.caching
|
||||
${PYTHON_PKGNAMEPREFIX}z3c.caching>0:devel/py-z3c.caching \
|
||||
${PYTHON_PKGNAMEPREFIX}five.globalrequest>0:devel/py-five.globalrequest
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.imaging-1.0.12.tar.gz) = 58de7d0dce438a65509008d70276a9c8bc0e4e2f3ca1ce6120520888cc62eba6
|
||||
SIZE (zope/plone.app.imaging-1.0.12.tar.gz) = 39775
|
||||
SHA256 (zope/plone.app.imaging-1.0.13.zip) = 90d8325af1a1806817957fb0ca8324de4b66dd88fd24c3b3173533416c1721fc
|
||||
SIZE (zope/plone.app.imaging-1.0.13.zip) = 59597
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.layout
|
||||
PORTVERSION= 2.3.13
|
||||
PORTVERSION= 2.3.14
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.layout-2.3.13.tar.gz) = 0e5d3c623fcb0a27a0be907c6e69cc97916f1d9afecf5e5c5665ca778bc85c50
|
||||
SIZE (zope/plone.app.layout-2.3.13.tar.gz) = 94622
|
||||
SHA256 (zope/plone.app.layout-2.3.14.tar.gz) = 44a670e7f86c81c331d541294049318ede57ee1b48f7c2274c7aac38484c2c56
|
||||
SIZE (zope/plone.app.layout-2.3.14.tar.gz) = 94921
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.linkintegrity
|
||||
PORTVERSION= 1.5.6
|
||||
PORTVERSION= 1.5.8
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -15,7 +15,7 @@ LICENSE= GPLv2
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:www/py-plone.uuid
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.linkintegrity-1.5.6.tar.gz) = a3ad6379589f5dd911445d85901abf72a0e731ae36586a58fbbf6aaf23e054e9
|
||||
SIZE (zope/plone.app.linkintegrity-1.5.6.tar.gz) = 56693
|
||||
SHA256 (zope/plone.app.linkintegrity-1.5.8.zip) = 9aa2ee1b8cfa27e705296e577a244b467f61a43d01345b4007ccb177b3dded8c
|
||||
SIZE (zope/plone.app.linkintegrity-1.5.8.zip) = 101580
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.locales
|
||||
PORTVERSION= 4.3.7
|
||||
PORTVERSION= 4.3.10
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.locales-4.3.7.tar.gz) = 6c59ee5ea7ecb4ba0960c5b0665c99e4650f5bebc95380c30238ebf382249018
|
||||
SIZE (zope/plone.app.locales-4.3.7.tar.gz) = 10389371
|
||||
SHA256 (zope/plone.app.locales-4.3.10.tar.gz) = f6b4d9038c273fdfb8ab7c57f28386b80dc511b2490f38fd399746c526d63a62
|
||||
SIZE (zope/plone.app.locales-4.3.10.tar.gz) = 10638524
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.upgrade
|
||||
PORTVERSION= 1.3.19
|
||||
PORTVERSION= 1.3.21
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -44,7 +44,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}borg.localrole>=0:security/py-borg.localrole
|
||||
${PYTHON_PKGNAMEPREFIX}Products.ZCatalog>=2.13.4:devel/py-Products.ZCatalog
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zope
|
||||
USES= python:2.7 zope
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.upgrade-1.3.19.tar.gz) = 7de615f11739d9e8fdc8762cb91caf4e96cae2a18e049cf4c328394f18c8d1bd
|
||||
SIZE (zope/plone.app.upgrade-1.3.19.tar.gz) = 1704839
|
||||
SHA256 (zope/plone.app.upgrade-1.3.21.tar.gz) = 4aced9a6c7b13e4ef2da33319732b58dbe64932c27eb7e492b18b59e82d60521
|
||||
SIZE (zope/plone.app.upgrade-1.3.21.tar.gz) = 1705315
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.users
|
||||
PORTVERSION= 1.2.3
|
||||
PORTVERSION= 1.2.4
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.users-1.2.3.tar.gz) = c2b4bf2b903a3e5e869e9e241125c939cb47019102ca24ac9da568f23124cc86
|
||||
SIZE (zope/plone.app.users-1.2.3.tar.gz) = 50595
|
||||
SHA256 (zope/plone.app.users-1.2.4.tar.gz) = 40af98379d8e0b4c2f6d2a045d156f06ef88023111c4b4a30ce78cd988becd75
|
||||
SIZE (zope/plone.app.users-1.2.4.tar.gz) = 50908
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.app.vocabularies
|
||||
PORTVERSION= 2.1.22
|
||||
PORTVERSION= 2.1.23
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.app.vocabularies-2.1.22.tar.gz) = 23e9646ff53795657445c10c5441a52994b90cc3cfd34d3f3ad33c54ac25e190
|
||||
SIZE (zope/plone.app.vocabularies-2.1.22.tar.gz) = 36897
|
||||
SHA256 (zope/plone.app.vocabularies-2.1.23.tar.gz) = 6379a0bd5d9aa99bea414ebc940ed02eb5cc1aee3d94c9ff509991541470da78
|
||||
SIZE (zope/plone.app.vocabularies-2.1.23.tar.gz) = 37725
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.autoform
|
||||
PORTVERSION= 1.6.1
|
||||
PORTVERSION= 1.6.2
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
|
||||
${PYTHON_PKGNAMEPREFIX}z3c.form>=0:devel/py-z3c.form
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.autoform-1.6.1.zip) = 9f1914cdcee9269086803bec009a89edd2826b70427d458cf57757951b807942
|
||||
SIZE (zope/plone.autoform-1.6.1.zip) = 61033
|
||||
SHA256 (zope/plone.autoform-1.6.2.tar.gz) = b104a48a7ee2a7bd5f20839f37518829eeea7603db5377f0901fe6386828f2e6
|
||||
SIZE (zope/plone.autoform-1.6.2.tar.gz) = 45047
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.batching
|
||||
PORTVERSION= 1.0.5
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.batching-1.0.5.tar.gz) = 719277a672ae02bd049f444373dfe14cccfe77722d3a36462f6e24676e304c39
|
||||
SIZE (zope/plone.batching-1.0.5.tar.gz) = 15430
|
||||
SHA256 (zope/plone.batching-1.0.8.tar.gz) = d6c8b3b4a790a6b7bc894fc3d6a6f1985b5a1b1ef17185a264f219490428d071
|
||||
SIZE (zope/plone.batching-1.0.8.tar.gz) = 17221
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.behavior
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.configuration>0:devel/py-zope.configuration
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.behavior-1.1.tar.gz) = f4b48804d6e95a01272d7b555f66668df10eb916d4fa4894feee99893350be58
|
||||
SIZE (zope/plone.behavior-1.1.tar.gz) = 21936
|
||||
SHA256 (zope/plone.behavior-1.1.1.tar.gz) = 1313e36ac16a85b6e0dcd4f0f65577dbf9bdfbb3b7fccfdbd8974bdeecdcc173
|
||||
SIZE (zope/plone.behavior-1.1.1.tar.gz) = 22198
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.cachepurging
|
||||
PORTVERSION= 1.0.10
|
||||
PORTVERSION= 1.0.11
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.globalrequest>=0:devel/py-five.globalre
|
||||
${PYTHON_PKGNAMEPREFIX}zope.testing>0:devel/py-zope.testing
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
#USES= zope
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.cachepurging-1.0.10.tar.gz) = f5e1aff65ad71a574c32b66988b5871605559d86189001acd493c3e494cb7466
|
||||
SIZE (zope/plone.cachepurging-1.0.10.tar.gz) = 36322
|
||||
SHA256 (zope/plone.cachepurging-1.0.11.tar.gz) = acf8bc41ea065e7fd23a8ce498385bcaba56434b461495176c7b795364d88c27
|
||||
SIZE (zope/plone.cachepurging-1.0.11.tar.gz) = 36393
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.contentrules
|
||||
PORTVERSION= 2.0.4
|
||||
PORTVERSION= 2.0.5
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -25,7 +25,7 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.testing>=0:devel/py-zope.testing
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.contentrules-2.0.4.zip) = 18c49d8efbd1e95bebfcee9c52f18a031d70518ce9a966d1f18eb64c43e2cbb0
|
||||
SIZE (zope/plone.contentrules-2.0.4.zip) = 33718
|
||||
SHA256 (zope/plone.contentrules-2.0.5.tar.gz) = 204c7f9ace864f3d77f04d9f475fef6a003af61fe1c41b4831f313e45b5eee1a
|
||||
SIZE (zope/plone.contentrules-2.0.5.tar.gz) = 22516
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.dexterity
|
||||
PORTVERSION= 2.2.4
|
||||
PORTVERSION= 2.2.6
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -42,7 +42,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.alterego>0:www/py-plone.alterego \
|
||||
zodb${PYTHON_PKGNAMESUFFIX}>0:databases/zodb3
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip zope
|
||||
USES= python:2.7 zope
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.dexterity-2.2.4.zip) = 449e0f5f61d4743d8726cfaad8b157747d4e6f427f7f6cfb7d0f4dcf990aeb71
|
||||
SIZE (zope/plone.dexterity-2.2.4.zip) = 150362
|
||||
SHA256 (zope/plone.dexterity-2.2.6.tar.gz) = 48c3f90fb60fcb3d29f5558e4b14c62e4b989282096776038d7e058b5fbba2ef
|
||||
SIZE (zope/plone.dexterity-2.2.6.tar.gz) = 105807
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.formwidget.namedfile
|
||||
PORTVERSION= 1.0.13
|
||||
PORTVERSION= 1.0.14
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.namedfile>0:www/py-plone.namedfile \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.z3cform>0:www/py-plone.z3cform
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.formwidget.namedfile-1.0.13.zip) = 5aab7eac8724c3cd5369065a717c744d6ee4319bf171ef3e6dbeebc30b510a26
|
||||
SIZE (zope/plone.formwidget.namedfile-1.0.13.zip) = 48927
|
||||
SHA256 (zope/plone.formwidget.namedfile-1.0.14.tar.gz) = 93770e01d523dbc55ea2849c89a7b3fc71a2b371ac16426ff83d411b8f130b36
|
||||
SIZE (zope/plone.formwidget.namedfile-1.0.14.tar.gz) = 22630
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.indexer
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.ZCatalog>0:devel/py-Products.ZCatalog
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.indexer-1.0.3.tar.gz) = 2d18c8e67546e24a909d88bdb57bf092f2abce10134861ac22a7c3f9d8641fba
|
||||
SIZE (zope/plone.indexer-1.0.3.tar.gz) = 12398
|
||||
SHA256 (zope/plone.indexer-1.0.4.tar.gz) = 56fd1479c4ea4221cb13d0188be1c57817c444690ed9e5931c3f9e0d772c4aea
|
||||
SIZE (zope/plone.indexer-1.0.4.tar.gz) = 12462
|
||||
|
@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:devel/py-zope.annotation
|
||||
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
#USES= zope
|
||||
|
||||
|
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:devel/py-zope.annotation
|
||||
${PYTHON_PKGNAMEPREFIX}zope.ramcache>=0:devel/py-zope.ramcache
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.namedfile
|
||||
PORTVERSION= 2.0.10
|
||||
PORTVERSION= 3.0.8
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,12 +14,14 @@ LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browserpage>0:devel/py-zope.browserpage \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.copy>0:devel/py-zope.copy \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.security>0:security/py-zope.security \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.traversing>0:devel/py-zope.traversing \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.rfc822>0:www/py-plone.rfc822
|
||||
${PYTHON_PKGNAMEPREFIX}plone.rfc822>0:www/py-plone.rfc822 \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.app.file>0:devel/py-zope.app.file
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.namedfile-2.0.10.tar.gz) = b7a6a7c67362f1da7a73dbbf25bdfd7593ae8e45da2cfa9f6c88bdf72eac1aa4
|
||||
SIZE (zope/plone.namedfile-2.0.10.tar.gz) = 46212
|
||||
SHA256 (zope/plone.namedfile-3.0.8.tar.gz) = bb6e76d98b4cb49ffbb8b104b506999cce300231ec31755b57eb27b8b9ce826d
|
||||
SIZE (zope/plone.namedfile-3.0.8.tar.gz) = 50049
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.outputfilters
|
||||
PORTVERSION= 1.15
|
||||
PORTVERSION= 1.15.1
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:devel/py-Products.CMFCor
|
||||
${PYTHON_PKGNAMEPREFIX}Products.PortalTransforms>=0:devel/py-Products.PortalTransforms
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.outputfilters-1.15.tar.gz) = 7e3e35cfd86a7f5b55b34c7695d8a39b16cc376912c3c4668361a54c1e33ed51
|
||||
SIZE (zope/plone.outputfilters-1.15.tar.gz) = 52460
|
||||
SHA256 (zope/plone.outputfilters-1.15.1.tar.gz) = 4ce9625d8ea8d597f8c100262450fd2e8f7716a854c750adec5865c664ccc162
|
||||
SIZE (zope/plone.outputfilters-1.15.1.tar.gz) = 52786
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.portlet.collection
|
||||
PORTVERSION= 2.1.9
|
||||
PORTVERSION= 2.1.10
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:www/py-plone.memoize \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.app.form>=0:www/py-plone.app.form
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.portlet.collection-2.1.9.tar.gz) = ab914660480745ae28a72d441e07c53c5bdbd36718bab1dda6b6a797828592c0
|
||||
SIZE (zope/plone.portlet.collection-2.1.9.tar.gz) = 21145
|
||||
SHA256 (zope/plone.portlet.collection-2.1.10.tar.gz) = 928e32f1618e54ee172e5a91b42ccf4b71937128710c385c6ecca80de782f1cd
|
||||
SIZE (zope/plone.portlet.collection-2.1.10.tar.gz) = 21312
|
||||
|
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.portlets
|
||||
PORTVERSION= 2.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2.2
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -25,7 +24,7 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.site>=0:devel/py-zope.site
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.portlets-2.2.zip) = aaf0fe57e985c8a2ab5509646923090b501a5d3672f2212881fc24b48c8a23fe
|
||||
SIZE (zope/plone.portlets-2.2.zip) = 43690
|
||||
SHA256 (zope/plone.portlets-2.2.2.tar.gz) = b7d6c22814643187e4c83b2895b703559bd4d44a251a91384409e43436c6ae66
|
||||
SIZE (zope/plone.portlets-2.2.2.tar.gz) = 33470
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.registry
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,11 +17,10 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:devel/py-zope.dottedname \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.testing>=0:devel/py-zope.testing
|
||||
${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.registry-1.0.2.zip) = 30e110bf02c33979347974f0f8cd5803922c80fc0879b3f6248f3c5b799be8af
|
||||
SIZE (zope/plone.registry-1.0.2.zip) = 57345
|
||||
SHA256 (zope/plone.registry-1.0.3.tar.gz) = 81acf4419453a8f3787ec71cc6373629e9627b80c1b953f69ce3c621bee44075
|
||||
SIZE (zope/plone.registry-1.0.3.tar.gz) = 45491
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.resource
|
||||
PORTVERSION= 1.0.4
|
||||
PORTVERSION= 1.0.5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.caching>=0:www/py-plone.caching
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip zope
|
||||
USES= python:2.7 zope
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.resource-1.0.4.zip) = 50bcfd02aebcc58fd68d5574bd24cda1941022739fd11da87fe885b1264b6673
|
||||
SIZE (zope/plone.resource-1.0.4.zip) = 48557
|
||||
SHA256 (zope/plone.resource-1.0.5.tar.gz) = bc2f1d7446480bc222f556e9603780866ef85ca803c515dc29c5616b61425d88
|
||||
SIZE (zope/plone.resource-1.0.5.tar.gz) = 30947
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.rfc822
|
||||
PORTVERSION= 1.1.1
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.schema>0:devel/py-zope.schema \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.rfc822-1.1.1.zip) = 25555fc59489e8ddaa1a37e4bd0be7b09ed403ce8090be2b3241302f07464259
|
||||
SIZE (zope/plone.rfc822-1.1.1.zip) = 41114
|
||||
SHA256 (zope/plone.rfc822-1.1.2.tar.gz) = 2a027c807613c32c13449cb872d6f1e33c69bf87ff14bb423be9eced9b9be328
|
||||
SIZE (zope/plone.rfc822-1.1.2.tar.gz) = 33242
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.scale
|
||||
PORTVERSION= 1.3.5
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:devel/py-zope.annotation
|
||||
${PYTHON_PKGNAMEPREFIX}Persistence>=0:devel/py-Persistence
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7 zip
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.scale-1.3.5.zip) = 89f538f25ca674301056c71b61dc0fbc6d8817eb6d3b3697ce97b1756fda3256
|
||||
SIZE (zope/plone.scale-1.3.5.zip) = 502283
|
||||
SHA256 (zope/plone.scale-1.4.1.tar.gz) = b9a897c977467e44950a398aca6137d16c7473ea05b8b4fefd01aa702069e26a
|
||||
SIZE (zope/plone.scale-1.4.1.tar.gz) = 494948
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.supermodel
|
||||
PORTVERSION= 1.2.6
|
||||
PORTVERSION= 1.2.7
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python zip
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.supermodel-1.2.6.zip) = 48318ab71e76ddc777d4b1e2df1d571fd5eea7e2d7681b4e6e37c6ee7e7e198b
|
||||
SIZE (zope/plone.supermodel-1.2.6.zip) = 53086
|
||||
SHA256 (zope/plone.supermodel-1.2.7.tar.gz) = ba9f10a30b0fc59246db6ecb2f4c0780504eee11c8476ea362d93edf3916f5f7
|
||||
SIZE (zope/plone.supermodel-1.2.7.tar.gz) = 40626
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.testing
|
||||
PORTVERSION= 4.0.15
|
||||
PORTVERSION= 4.1.1
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:devel/py-zope.testing
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.testing-4.0.15.tar.gz) = 9010d12b79f0237f6c030f9e99f667f10e45cd86cb0ddffdd81e1db016d2c387
|
||||
SIZE (zope/plone.testing-4.0.15.tar.gz) = 141456
|
||||
SHA256 (zope/plone.testing-4.1.1.tar.gz) = 49973b5797b95425ba6c8940599418501a68d7a1434c1dd9b64cc5ab4b7a3c58
|
||||
SIZE (zope/plone.testing-4.1.1.tar.gz) = 148237
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plone.transformchain
|
||||
PORTVERSION= 1.0.4
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7 zope
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/plone.transformchain-1.0.4.tar.gz) = 5e404f6bbea9dc21c73f99f8790dfdb099d65ad8ce0bee4c31d1866824b2b7dd
|
||||
SIZE (zope/plone.transformchain-1.0.4.tar.gz) = 10866
|
||||
SHA256 (zope/plone.transformchain-1.1.0.tar.gz) = 2a23ca4a1cdfb24df97f62ba4083a1981085785fd7e53361724163b3a6163832
|
||||
SIZE (zope/plone.transformchain-1.1.0.tar.gz) = 10762
|
||||
|
Loading…
Reference in New Issue
Block a user