aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-04-10 14:16:21 +0800
committerlinimon <linimon@FreeBSD.org>2004-04-10 14:16:21 +0800
commit4d740f2a98ea2c03f636642660427c1ebef5981e (patch)
tree2f72428952da9e2c942e2ec4b5e1f62d1cd7451d /www
parentcdd43d8c83440357558c711540cded552033a8fc (diff)
downloadfreebsd-ports-gnome-4d740f2a98ea2c03f636642660427c1ebef5981e.tar.gz
freebsd-ports-gnome-4d740f2a98ea2c03f636642660427c1ebef5981e.tar.zst
freebsd-ports-gnome-4d740f2a98ea2c03f636642660427c1ebef5981e.zip
Per distfile survey, chase rearranged mastersite. Pacify portlint.
Mark as deprecated, since modern versions of Zope (>=2.5) include this functionality. Notified maintainer. Note: this change does not fix the plist problems.
Diffstat (limited to 'www')
-rw-r--r--www/zope-zpt/Makefile12
-rw-r--r--www/zope-zpt/pkg-descr2
2 files changed, 7 insertions, 7 deletions
diff --git a/www/zope-zpt/Makefile b/www/zope-zpt/Makefile
index 1097eab43d20..71ae17bcdaa0 100644
--- a/www/zope-zpt/Makefile
+++ b/www/zope-zpt/Makefile
@@ -8,10 +8,10 @@
PORTNAME= zpt
PORTVERSION= 1.4.1
CATEGORIES= www zope
-MASTER_SITES= http://www.zope.org/Members/4am/ZPT/
+MASTER_SITES= http://www.zope.org/Members/4am/ZPT/${PORTVERSION}/
PKGNAMEPREFIX= zope-
DISTFILES= PageTemplates-${PORTVERSION}.tar.gz \
- TAL-${TALVERSION}.tar.gz \
+ TAL-${PORTVERSION}.tar.gz \
ZTUtils-${ZTUVERSION}.tar.gz
MAINTAINER= wjv@FreeBSD.org
@@ -19,10 +19,10 @@ COMMENT= Zope Page Templates separate design and logic in Zope applications
RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope
+DEPRECATED= "already included in Zope versions 2.5 and above"
USE_PYTHON= yes
DIST_SUBDIR= zope
-TALVERSION= 1.4.1
ZTUVERSION= 1.1.3
# You can change this in the environment if you like.
@@ -37,7 +37,7 @@ ZOPEPRODUCTS= PageTemplates TAL ZTUtils
PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
-CPIO= cpio --quiet -pdum -R
+CPIO_OPTIONS= --quiet -pdum -R
do-build:
.for product in ${ZOPEPRODUCTS}
@@ -51,12 +51,12 @@ do-install:
.for product in TAL ZTUtils
@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPYTHONDIR}/${product}
@ cd ${WRKDIR}/${product} && ${FIND} * \
- | ${CPIO} ${BINOWN}:${BINGRP} \
+ | ${CPIO} ${CPIO_OPTIONS} ${BINOWN}:${BINGRP} \
${ZOPEBASEDIR}/${ZOPEPYTHONDIR}/${product}/
.endfor
@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
@ cd ${WRKSRC} && ${FIND} * \( -name examples -a -prune \) -o -print \
- | ${CPIO} ${BINOWN}:${BINGRP} \
+ | ${CPIO} ${CPIO_OPTIONS} ${BINOWN}:${BINGRP} \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
@ ${MKDIR} ${ZOPEBASEDIR}/import
@ ${INSTALL_DATA} ${WRKSRC}/examples/zpt_examples.zexp \
diff --git a/www/zope-zpt/pkg-descr b/www/zope-zpt/pkg-descr
index 2a0d50c0f9c7..0152ab09732a 100644
--- a/www/zope-zpt/pkg-descr
+++ b/www/zope-zpt/pkg-descr
@@ -19,6 +19,6 @@ Perl) Script objects.
See also: http://www.zope.org/Documentation/Articles/ZPT{1,2}
Author: Evan Simpson <evan@digicool.com>
-WWW: http://www.zope.org/Members/4am/ZPT
+WWW: http://www.zope.org/Members/4am/ZPT/
-- Johann Visagie <wjv@FreeBSD.org>