Date: Tue, 1 Mar 2011 00:06:16 +0100 (CET) From: Helmut Schneider <jumper99@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/155136: [MAINTAINER] www/typo344: install to www/typo344 instead of www/typo3 Message-ID: <201102282306.p1SN6GgC073162@BSDHelmut832.charlieroot.de> Resent-Message-ID: <201102282310.p1SNABvF075995@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102282306.p1SN6GgC073162>