diff options
author | taca <taca> | 2008-06-06 16:07:14 +0000 |
---|---|---|
committer | taca <taca> | 2008-06-06 16:07:14 +0000 |
commit | df253163280cf06e1778eec4d50ba74a7873e982 (patch) | |
tree | 42b620a042178bb7be1ae6016131029e84512708 /www | |
parent | 9a893b04462e9a325b198eece9f8d80bd1123e89 (diff) | |
download | pkgsrc-df253163280cf06e1778eec4d50ba74a7873e982.tar.gz |
Start update of plone3 to 3.1.2.
Diffstat (limited to 'www')
-rw-r--r-- | www/plone/ploneversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/plone/ploneversion.mk b/www/plone/ploneversion.mk index 6aa2bf52b56..98b181fd7b1 100644 --- a/www/plone/ploneversion.mk +++ b/www/plone/ploneversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: ploneversion.mk,v 1.4 2008/05/10 09:05:34 taca Exp $ +# $NetBSD: ploneversion.mk,v 1.5 2008/06/06 16:07:14 taca Exp $ # .if !defined(_PLONEVERSION_MK) @@ -41,7 +41,7 @@ PLONE_VERSION_ACCEPTED?= ${PLONE_VERSION_SUPPORTED} # current Plone version PLONE25_VERSION= 2.5.5 -PLONE3_VERSION= 3.1.1 +PLONE3_VERSION= 3.1.2 BUILDLINK_API_DEPENDS.plone25?= plone25>=${PLONE25_VERSION} BUILDLINK_API_DEPENDS.plone3?= plone30>=${PLONE3_VERSION} |