summaryrefslogtreecommitdiffstats
path: root/www/zope
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2001-10-19 21:09:35 +0000
committernbm <nbm@FreeBSD.org>2001-10-19 21:09:35 +0000
commitca6eb460f2800b578657c0d98c253f38e1094633 (patch)
treef8cda9f785f3a050d26409069d9f083573fdea9a /www/zope
parentcc6e38faaee0f6f271524b331f3c73560e8114ab (diff)
downloadFreeBSD-ports-ca6eb460f2800b578657c0d98c253f38e1094633.zip
FreeBSD-ports-ca6eb460f2800b578657c0d98c253f38e1094633.tar.gz
Upgrade to 2.4.2
Diffstat (limited to 'www/zope')
-rw-r--r--www/zope/Makefile8
-rw-r--r--www/zope/distinfo2
-rw-r--r--www/zope/pkg-plist8
3 files changed, 14 insertions, 4 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile
index 9b7eca1..9966fcc 100644
--- a/www/zope/Makefile
+++ b/www/zope/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= zope
-PORTVERSION= 2.4.1
+PORTVERSION= 2.4.2
PORTREVISION= 0
CATEGORIES= www python zope
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
@@ -77,10 +77,12 @@ do-install:
@(cd ${ZOPEBASEDIR}/pcgi && ${RM} *.o)
@#
@${MKDIR} ${CGIBINDIR}
- @(cd ${ZOPEBASEDIR} ; \
- ${INSTALL} -m 555 Zope.cgi \
+ @(cd ${ZOPEBASEDIR} && \
+ ${MV} Zope.cgi \
pcgi/pcgi-wrapper \
${CGIBINDIR} )
+ @(cd ${CGIBINDIR} && \
+ ${CHMOD} 555 Zope.cgi pcgi-wrapper )
@#
@${ECHO} "===> Fixing permissions of Zope's own var directory..."
@${CHMOD} ugo+rwt ${ZOPEBASEDIR}/var
diff --git a/www/zope/distinfo b/www/zope/distinfo
index 88fc8fe..e63c00d 100644
--- a/www/zope/distinfo
+++ b/www/zope/distinfo
@@ -1 +1 @@
-MD5 (zope/Zope-2.4.1-src.tgz) = 9bb93c8431118f39310a255aa6f09609
+MD5 (zope/Zope-2.4.2-src.tgz) = 9759b5609626308d1ae20047e6fed3cb
diff --git a/www/zope/pkg-plist b/www/zope/pkg-plist
index 42421e7..0f7d75b 100644
--- a/www/zope/pkg-plist
+++ b/www/zope/pkg-plist
@@ -1604,12 +1604,20 @@ etc/rc.d/zope.sh
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx
+%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.ref
+%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx
+%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.ref
+%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx
+%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.ref
+%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.stx
+%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/framework.py
+%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/framework.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.pyc
%%ZOPEBASEDIR%%/lib/python/Sync.so
OpenPOWER on IntegriCloud