Date: Sat, 30 Oct 2004 02:03:33 -0400 (EDT) From: Tim Middleton <x@vex.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: x@vex.net Subject: ports/73302: [PATCH] www/zope-proxyindex: update to 1.2 Message-ID: <20041030060333.7DB45B9DB@bee.vii.net> Resent-Message-ID: <200410300610.i9U6ARVR095216@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73302 >Category: ports >Synopsis: [PATCH] www/zope-proxyindex: update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 06:10:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Middleton >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: Vex.Net >Environment: System: FreeBSD bee.vii.net 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Sun Jun 20 16:53:14 EDT 2004 >Description: - Update to 1.2 >How-To-Repeat: >Fix: --- zope-proxyindex-1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/zope-proxyindex/Makefile,v retrieving revision 1.2 diff -c -u -r1.2 Makefile --- Makefile 16 Feb 2004 17:09:17 -0000 1.2 +++ Makefile 30 Oct 2004 06:02:56 -0000 @@ -6,10 +6,9 @@ # PORTNAME= proxyindex -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= www zope -MASTER_SITES= http://zope.org/Members/infrae/ProxyIndex/ProxyIndex-${PORTVERSION}/ +MASTER_SITES= http://www.infrae.com/download/ProxyIndex/${PORTVERSION}/ PKGNAMEPREFIX= zope- DISTNAME= ProxyIndex-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -24,17 +23,14 @@ ZOPEPRODUCTNAME=ProxyIndex WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} -CPIO= cpio --quiet -pdum -R do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} do-install: + @ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR} @ ${CHMOD} -R og+rX ${WRKSRC}/ - @ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} - @ cd ${WRKSRC} && ${FIND} . \ - | ${CPIO} ${BINOWN}:${BINGRP} \ - ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} + @${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ post-install: .if !defined(BATCH) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/zope-proxyindex/distinfo,v retrieving revision 1.2 diff -c -u -r1.2 distinfo --- distinfo 31 Mar 2004 03:12:34 -0000 1.2 +++ distinfo 30 Oct 2004 06:02:56 -0000 @@ -1,2 +1,2 @@ -MD5 (zope/ProxyIndex-1.1.2.tgz) = ca2ff3ce5ccea5b09d28201827b618f9 -SIZE (zope/ProxyIndex-1.1.2.tgz) = 8332 +MD5 (zope/ProxyIndex-1.2.tgz) = 83ab0891b164af484350ed25270682b9 +SIZE (zope/ProxyIndex-1.2.tgz) = 8483 --- zope-proxyindex-1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041030060333.7DB45B9DB>