From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 28 23:10:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA25B1065693 for ; Mon, 28 Feb 2011 23:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D9A78FC1D for ; Mon, 28 Feb 2011 23:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1SNABOZ075996 for ; Mon, 28 Feb 2011 23:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1SNABvF075995; Mon, 28 Feb 2011 23:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 28 Feb 2011 23:10:11 GMT Resent-Message-Id: <201102282310.p1SNABvF075995@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, Helmut Schneider Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CBD41065672 for ; Mon, 28 Feb 2011 23:06:25 +0000 (UTC) (envelope-from helmut@charlieroot.de) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by mx1.freebsd.org (Postfix) with ESMTP id A25798FC1F for ; Mon, 28 Feb 2011 23:06:24 +0000 (UTC) Received: from fwd17.aul.t-online.de (fwd17.aul.t-online.de ) by mailout04.t-online.de with smtp id 1PuCAa-0000JP-Cw; Tue, 01 Mar 2011 00:06:24 +0100 Received: from mailout.charlieroot.de (GiApsiZJYhVGoJemJjGIY9j2UGTq2byfRRsxpPet4x+f3h5KJIrLS7OgvXNxWWPZY1@[93.205.118.144]) by fwd17.aul.t-online.de with esmtp id 1PuCAV-1Vax5k0; Tue, 1 Mar 2011 00:06:19 +0100 Received: from BSDHelmut832.charlieroot.de (bsdhelmut832.charlieroot.de [192.168.124.190]) by mailout.charlieroot.de (Postfix) with ESMTP id EBBC617059 for ; Tue, 1 Mar 2011 00:06:18 +0100 (CET) Received: from BSDHelmut832.charlieroot.de (localhost [127.0.0.1]) by BSDHelmut832.charlieroot.de (Postfix) with ESMTP id 2E7B78D08F for ; Tue, 1 Mar 2011 00:06:17 +0100 (CET) Received: (from root@localhost) by BSDHelmut832.charlieroot.de (8.14.4/8.14.4/Submit) id p1SN6GgC073162; Tue, 1 Mar 2011 00:06:16 +0100 (CET) (envelope-from helmut) Message-Id: <201102282306.p1SN6GgC073162@BSDHelmut832.charlieroot.de> Date: Tue, 1 Mar 2011 00:06:16 +0100 (CET) From: Helmut Schneider To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/155136: [MAINTAINER] www/typo344: install to www/typo344 instead of www/typo3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2011 23:10:13 -0000 >Number: 155136 >Category: ports >Synopsis: [MAINTAINER] www/typo344: install to www/typo344 instead of www/typo3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 23:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Helmut Schneider >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD BSDHelmut832.charlieroot.de 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 02:12:21 CET 2011 >Description: - Now installs to www/typo344 instead of www/typo3 to allow installation of different versions Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- typo3-4.4.7_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/typo344.org/Makefile /usr/ports/www/typo344/Makefile --- /usr/ports/www/typo344.org/Makefile 2011-02-27 22:44:04.000000000 +0100 +++ /usr/ports/www/typo344/Makefile 2011-02-28 23:44:50.000000000 +0100 @@ -7,6 +7,7 @@ PORTNAME= typo3 PORTVERSION= 4.4.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} DISTNAME= ${PORTNAME}_src-${PORTVERSION} @@ -23,7 +24,7 @@ LICENSE= GPLv2 TYPO3DIR= www/${DISTNAME} -SITEDIR?= www/typo3 +SITEDIR?= www/typo344 SITESRC= ${WRKDIR}/${EDITION}-${PORTVERSION} EDITION= dummy diff -ruN --exclude=CVS /usr/ports/www/typo344.org/pkg-plist /usr/ports/www/typo344/pkg-plist --- /usr/ports/www/typo344.org/pkg-plist 2011-02-05 12:28:16.000000000 +0100 +++ /usr/ports/www/typo344/pkg-plist 2011-02-28 23:31:19.000000000 +0100 @@ -1,3 +1,3 @@ -@exec mkdir -p %D/www/typo3/typo3conf 2> /dev/null -@exec [ -f %D/www/typo3/typo3conf/localconf.php ] || cp %D/www/typo3/typo3conf/localconf.php.dist %D/www/typo3/typo3conf/localconf.php -@unexec if cmp -s %D/www/typo3/typo3conf/localconf.php %D/www/typo3/typo3conf/localconf.php.dist; then rm -f %D/www/typo3/typo3conf/localconf.php; fi +@exec mkdir -p %D/www/typo344/typo3conf 2> /dev/null +@exec [ -f %D/www/typo344/typo3conf/localconf.php ] || cp %D/www/typo344/typo3conf/localconf.php.dist %D/www/typo344/typo3conf/localconf.php +@unexec if cmp -s %D/www/typo344/typo3conf/localconf.php %D/www/typo344/typo3conf/localconf.php.dist; then rm -f %D/www/typo344/typo3conf/localconf.php; fi --- typo3-4.4.7_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: