Date: Mon, 8 Jun 2015 01:20:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388814 - head/www/typo3-lts Message-ID: <201506080120.t581KlQY036344@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jun 8 01:20:47 2015 New Revision: 388814 URL: https://svnweb.freebsd.org/changeset/ports/388814 Log: - Add LICENSE_FILE - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/www/typo3-lts/Makefile Modified: head/www/typo3-lts/Makefile ============================================================================== --- head/www/typo3-lts/Makefile Mon Jun 8 01:20:45 2015 (r388813) +++ head/www/typo3-lts/Makefile Mon Jun 8 01:20:47 2015 (r388814) @@ -3,6 +3,7 @@ PORTNAME= typo3 PORTVERSION= 6.2.12 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} PKGNAMESUFFIX= -lts @@ -11,12 +12,18 @@ MAINTAINER= freebsd-ports@charlieroot.de COMMENT= Typo3 content management system LICENSE= GPLv2 +LICENSE_FILE= ${WRKDIR}/${TYPO3SRC}/LICENSE.txt PORTSCOUT= limit:^6\.2\. +USES= cpe shebangfix +SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh \ + typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh NO_BUILD= yes +NO_ARCH= yes USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml WANT_PHP_WEB= yes +WRKSRC= ${WRKDIR}/${TYPO3SRC} TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506080120.t581KlQY036344>