From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 19 16:31:16 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1331516A49E for ; Thu, 19 Oct 2006 16:31:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A37743DA9 for ; Thu, 19 Oct 2006 16:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9JGUIu5056731 for ; Thu, 19 Oct 2006 16:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9JGUHdB056727; Thu, 19 Oct 2006 16:30:18 GMT (envelope-from gnats) Resent-Date: Thu, 19 Oct 2006 16:30:18 GMT Resent-Message-Id: <200610191630.k9JGUHdB056727@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAOKA Fumiyoshi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EBD116A47E for ; Thu, 19 Oct 2006 16:26:32 +0000 (UTC) (envelope-from fmysh@quad.dyndns.org) Received: from xeon.quad.dyndns.org (228.142.138.210.bn.2iij.net [210.138.142.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A31843D78 for ; Thu, 19 Oct 2006 16:26:16 +0000 (GMT) (envelope-from fmysh@quad.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by xeon.quad.dyndns.org (Postfix) with ESMTP id 1211315344C; Fri, 20 Oct 2006 01:26:15 +0900 (JST) Received: from xeon.quad.dyndns.org ([127.0.0.1]) by localhost (xeon.quad.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xOdSefyd25LR; Fri, 20 Oct 2006 01:26:01 +0900 (JST) Received: by xeon.quad.dyndns.org (Postfix, from userid 1001) id 8CD86153584; Fri, 20 Oct 2006 00:33:11 +0900 (JST) Message-Id: <20061019153311.8CD86153584@xeon.quad.dyndns.org> Date: Fri, 20 Oct 2006 00:33:11 +0900 (JST) From: TAOKA Fumiyoshi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: TAOKA Fumiyoshi Subject: ports/104576: Update port: www/plone to 2.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: TAOKA Fumiyoshi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 16:31:16 -0000 >Number: 104576 >Category: ports >Synopsis: Update port: www/plone to 2.1.4 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 19 16:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: TAOKA Fumiyoshi >Release: >Organization: >Environment: >Description: [1] Update to Plone 2.1.4. http://plone.org/products/plone/releases/2.1.4 said: Fourth maintenance release in the Plone 2.1 series. This features a number of important security and bug fixes, and is a required upgrade for Plone 2.1 users. [2] Add a dependency on py-imaging, which is now required by Plone 2.1.4. [3] Keep hotfix things in Makefile for the future. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/plone/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 10 May 2006 18:50:33 -0000 1.20 +++ Makefile 19 Oct 2006 15:22:18 -0000 @@ -6,21 +6,23 @@ # PORTNAME= plone -PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTVERSION= 2.1.4 CATEGORIES= www zope -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/plone\/:src/g} \ - http://plone.org/products/plonehotfix20060410/releases/1.0/:hotfix -DISTFILES= Plone-${PORTVERSION}.tar.gz:src ${HOTFIX}.tar.gz:hotfix +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/plone\/:src/g} +DISTFILES= Plone-${PORTVERSION}.tar.gz:src DIST_SUBDIR= zope +#HOTFIX= PloneHotfix20060410 +#MASTER_SITES+= http://plone.org/products/plonehotfix20060410/releases/1.0/:hotfix +#DISTFILES+= ${HOTFIX}.tar.gz:hotfix MAINTAINER= filippo.natali@gmail.com 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} USE_ZOPE= yes USE_PYTHON= yes -HOTFIX= PloneHotfix20060410 PLIST= ${WRKDIR}/pkg-plist CONFLICTS= zope-archetypes-[0-9]* \ @@ -63,7 +65,9 @@ .for m in ${_MODULES} -${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/$m .endfor +.if defined(HOTFIX) -${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}/${HOTFIX} +.endif pre-install: @${RM} -f ${PLIST} @@ -77,6 +81,7 @@ ${ECHO_CMD} @dirrm %%ZOPEBASEDIR%%/Products/$${i} >> ${PLIST}; \ done; \ done +.if defined(HOTFIX) @cd ${WRKDIR}; \ for i in `${FIND} ${HOTFIX} -type f`; do \ ${ECHO_CMD} %%ZOPEBASEDIR%%/Products/$${i} >> ${PLIST}; \ @@ -84,6 +89,7 @@ for i in `${FIND} -d ${HOTFIX} -type d`; do \ ${ECHO_CMD} @dirrm %%ZOPEBASEDIR%%/Products/$${i} >> ${PLIST}; \ done +.endif do-install: @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR} @@ -92,9 +98,11 @@ @${FIND} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/$m -type f -print0 \ | ${XARGS} -0 -- ${CHMOD} a-w .endfor +.if defined(HOTFIX) @${CP} -R ${WRKDIR}/${HOTFIX} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR} @${FIND} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${HOTFIX} -type f -print0 \ | ${XARGS} -0 -- ${CHMOD} a-w +.endif post-install: .if !defined(BATCH) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/plone/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 18 Apr 2006 13:48:23 -0000 1.11 +++ distinfo 19 Oct 2006 15:06:44 -0000 @@ -1,6 +1,3 @@ -MD5 (zope/Plone-2.1.2.tar.gz) = 863311e29550f9b4bf6c2502fdbed1fa -SHA256 (zope/Plone-2.1.2.tar.gz) = e9c0b53d887b53310daab656ef83b0abecdde39b679806a0f04f3cda222fbac2 -SIZE (zope/Plone-2.1.2.tar.gz) = 7126486 -MD5 (zope/PloneHotfix20060410.tar.gz) = fecdb36acae4751f6a8975c2068247c3 -SHA256 (zope/PloneHotfix20060410.tar.gz) = f1d86b78c39392d4b9e81f9a3e854cccdcc1bcd8bf51fb6468cc1c8c9a4d30f1 -SIZE (zope/PloneHotfix20060410.tar.gz) = 2972 +MD5 (zope/Plone-2.1.4.tar.gz) = 0b938c37102137daa086b51f140e4322 +SHA256 (zope/Plone-2.1.4.tar.gz) = 9409dc2d6fe13eb05aa991420173e2be632eb5862f98312e7449efe74dec9764 +SIZE (zope/Plone-2.1.4.tar.gz) = 7549024 >Release-Note: >Audit-Trail: >Unformatted: