Date: Sun, 13 Mar 2005 06:58:52 -0500 (EST) From: Tim Middleton <x@vex.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: x@vex.net Subject: ports/78775: [MAINTAINER] www/zope-formulator: update to 1.8.0, take maintainership Message-ID: <20050313115852.DEDEF114C2@bee.xxvii.x> Resent-Message-ID: <200503131200.j2DC0GnX098991@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78775 >Category: ports >Synopsis: [MAINTAINER] www/zope-formulator: update to 1.8.0, take maintainership >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: Sun Mar 13 12:00:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tim Middleton >Release: FreeBSD 5.3-RELEASE i386 >Organization: Vex.Net >Environment: System: FreeBSD bee.xxvii.x 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Mon Dec 6 21:58:53 EST >Description: - Update to 1.8.0 - remove CONFLICTS with plone (should have been gone long ago?!) >How-To-Repeat: >Fix: --- zope-formulator-1.8.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/zope-formulator/Makefile,v retrieving revision 1.7 diff -c -u -r1.7 Makefile --- Makefile 30 Apr 2004 12:28:11 -0000 1.7 +++ Makefile 13 Mar 2005 11:58:45 -0000 @@ -6,22 +6,20 @@ # PORTNAME= formulator -PORTVERSION= 1.6.2 +PORTVERSION= 1.8.0 CATEGORIES= www zope -MASTER_SITES= http://zope.org/Members/infrae/Formulator/Formulator-${PORTVERSION}/ +MASTER_SITES= http://www.infrae.com/download/Formulator/${PORTVERSION}/ PKGNAMEPREFIX= zope- DISTNAME= Formulator-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= x@Vex.Net +MAINTAINER= x@vex.net COMMENT= HTML form generatation and validation system for Zope USE_PYTHON= yes USE_ZOPE= yes DIST_SUBDIR= zope -CONFLICTS= plone-* - ZOPEPRODUCTNAME= Formulator WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} @@ -29,6 +27,17 @@ do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} +pre-install: + @${RM} -f ${PLIST} + @${TOUCH} ${PLIST} + @cd ${WRKDIR} && \ + for f in `${FIND} ${ZOPEPRODUCTNAME} -type f`; do \ + ${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \ + done; \ + for d in `${FIND} -d ${ZOPEPRODUCTNAME} -type d`; do \ + ${ECHO_CMD} @dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \ + done; \ + do-install: @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ @${CHMOD} -R og+rX ${WRKSRC}/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/zope-formulator/distinfo,v retrieving revision 1.5 diff -c -u -r1.5 distinfo --- distinfo 30 Apr 2004 08:35:50 -0000 1.5 +++ distinfo 13 Mar 2005 11:58:45 -0000 @@ -1,2 +1,2 @@ -MD5 (zope/Formulator-1.6.2.tgz) = c5eb395918349036c7ac400dbbff98e9 -SIZE (zope/Formulator-1.6.2.tgz) = 74920 +MD5 (zope/Formulator-1.8.0.tgz) = 824daf4d119be572276a7e157f72d311 +SIZE (zope/Formulator-1.8.0.tgz) = 84935 Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/www/zope-formulator/pkg-message,v retrieving revision 1.3 diff -c -u -r1.3 pkg-message --- pkg-message 13 Jan 2004 20:29:58 -0000 1.3 +++ pkg-message 13 Mar 2005 11:58:45 -0000 @@ -7,4 +7,5 @@ a "Formulator Form" object via the Zope Management Interface. - If upgrading, see change log at: - http://zope.org/Members/infrae/Formulator/HISTORY.txt + http://www.infrae.com/download/Formulator/HISTORY.txt +----------------------------------------------------------------------------- --- zope-formulator-1.8.0.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?20050313115852.DEDEF114C2>