mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Downgrade to 3.10.3 to fix Plone runtime issues. With zope.browserresource
version >= 3.11.0 caching of js/css is completely broken that renders to generating broken pages in Plone.
This commit is contained in:
parent
3ae359c129
commit
fae1145f27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295457
@ -6,7 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope.browserresource
|
||||
PORTVERSION= 3.12.0
|
||||
PORTVERSION= 3.10.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -24,9 +25,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=3.8.0:${PORTSDIR}/devel/py-z
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.security>=3.8:${PORTSDIR}/security/py-zope.security \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.8:${PORTSDIR}/devel/py-zope.publisher \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7:${PORTSDIR}/devel/py-zope.traversing
|
||||
${PYTHON_PKGNAMEPREFIX}zope.traversing>3.7:${PORTSDIR}/devel/py-zope.traversing
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=easy_install
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zope/zope.browserresource-3.12.0.zip) = 00a08a8bdb551ead47d0db2c225b737a5d8c37f51c9f54e9b9ae880bb3e14dea
|
||||
SIZE (zope/zope.browserresource-3.12.0.zip) = 47560
|
||||
SHA256 (zope/zope.browserresource-3.10.3.zip) = 95ca1648ab53b43e9c1d728e075e7fdc4ec3e7533c00cf21b6c28bf43011112f
|
||||
SIZE (zope/zope.browserresource-3.10.3.zip) = 43274
|
||||
|
@ -43,13 +43,9 @@
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/configure.txt
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/support.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/support.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/support.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/test_configure.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/test_configure.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/test_configure.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/test_directives.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/test_directives.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/browserresource/tests/test_directives.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user