1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- Update to 3.1.1

PR:		ports/123372
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
This commit is contained in:
Beech Rintoul 2008-05-06 08:04:52 +00:00
parent a13a46971d
commit 525b0afd0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212715
3 changed files with 727 additions and 83 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= plone3
PORTVERSION= 3.0.6
PORTVERSION= 3.1.1
CATEGORIES= www zope
MASTER_SITES= https://launchpad.net/plone/${PORTVERSION:R}/${PORTVERSION}/+download/
DISTNAME= Plone-${PORTVERSION}
@ -15,7 +15,8 @@ DIST_SUBDIR= zope
MAINTAINER= nakaji@jp.FreeBSD.org
COMMENT= A user friendly implementation of the CMF written on top of ZOPE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \
${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree
WRKSRC= ${WRKDIR}/Plone-${PORTVERSION}
USE_ZOPE= yes
@ -47,13 +48,13 @@ _MODULES= ATContentTypes ATReferenceBrowserWidget AdvancedQuery \
CMFTestCase CMFTopic CMFUid DCWorkflow ExtendedPathIndex \
ExternalEditor GenericSetup GroupUserFolder Marshall \
MimetypesRegistry NuPlone PasswordResetTool \
PlacelessTranslationService PloneLanguageTool PlonePAS \
PloneTestCase PloneTranslations PluggableAuthService \
PluginRegistry PortalTransforms ResourceRegistries \
SecureMailHost ZopeVersionControl \
PlacelessTranslationService PloneLanguageTool \
PlonePAS PloneTestCase PloneTranslations \
PluggableAuthService PluginRegistry PortalTransforms \
ResourceRegistries SecureMailHost ZopeVersionControl \
kupu statusmessages validation
_PY_MODULES= archetypes five kss plone wicked
_PY_MODULES= archetypes borg five kss plone wicked
PLONE_PODIRS= PlacelessTranslationService/locales PloneTranslations \
kupu/i18n kupu/mmbase/i18n

View File

@ -1,3 +1,3 @@
MD5 (zope/Plone-3.0.6.tar.gz) = 06871c0866e5942db641c53d9168985e
SHA256 (zope/Plone-3.0.6.tar.gz) = b06b4ad91142ed400be5ba0618fe518489b21a55e01a1d2a390be1aa222c5346
SIZE (zope/Plone-3.0.6.tar.gz) = 12710113
MD5 (zope/Plone-3.1.1.tar.gz) = 78d594c1d07ed6f9a395c497382e3fe9
SHA256 (zope/Plone-3.1.1.tar.gz) = fbd43d734ff8f5f0064fad630ff111c8e75778d7fd80ff33defb174832719c5d
SIZE (zope/Plone-3.1.1.tar.gz) = 12632042

File diff suppressed because it is too large Load Diff