summaryrefslogtreecommitdiff
path: root/www/plone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/plone/Makefile')
-rw-r--r--www/plone/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/plone/Makefile b/www/plone/Makefile
index c31cdee6ec9d..d6fffa5f0862 100644
--- a/www/plone/Makefile
+++ b/www/plone/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= plone
-PORTVERSION= 2.5.3
+PORTVERSION= 2.5.5
CATEGORIES= www zope
-MASTER_SITES= http://plone.googlecode.com/files/:src
-DISTFILES= Plone-${PORTVERSION}-final.tar.gz:src
+MASTER_SITES= https://launchpad.net/plone/${PORTVERSION:R}/${PORTVERSION}/+download/
+DISTFILES= Plone-${PORTVERSION}${EXTRACT_SUFX}
DIST_SUBDIR= zope
MAINTAINER= ports@FreeBSD.org
@@ -17,7 +17,7 @@ COMMENT= A user friendly implementation of the CMF written on top of ZOPE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
-WRKSRC= ${WRKDIR}/Plone-${PORTVERSION}-final
+WRKSRC= ${WRKDIR}/Plone-${PORTVERSION}
USE_ZOPE= yes
ZOPE_VERSION= 2.9
USE_PYTHON= 2.4
@@ -80,7 +80,8 @@ post-install:
.include <bsd.port.pre.mk>
.if ${PYTHON_VERSION} != ${PYTHON_DEFAULT_VERSION} && defined(PACKAGE_BUILDING)
-IGNORE= can't be built: the default Python version should be ${PYTHON_VERSION} in order to build a package in the build cluster
+IGNORE= can't be built: the default Python version should be ${PYTHON_VERSION} \
+in order to build a package in the build cluster
.endif
.include <bsd.port.post.mk>