svn commit: r388812 - head/www/typo3

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 8 01:20:31 UTC 2015


Author: amdmi3
Date: Mon Jun  8 01:20:30 2015
New Revision: 388812
URL: https://svnweb.freebsd.org/changeset/ports/388812

Log:
  - Add LICENSE_FILE
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/www/typo3/Makefile

Modified: head/www/typo3/Makefile
==============================================================================
--- head/www/typo3/Makefile	Mon Jun  8 01:20:15 2015	(r388811)
+++ head/www/typo3/Makefile	Mon Jun  8 01:20:30 2015	(r388812)
@@ -3,6 +3,7 @@
 
 PORTNAME=	typo3
 PORTVERSION=	7.2.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
 
@@ -10,11 +11,16 @@ MAINTAINER=	freebsd-ports at charlieroot.de
 COMMENT=	Typo3 content management system
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		cpe
+USES=		cpe shebangfix
+SHEBANG_FILES=	typo3/sysext/core/Build/Scripts/xlfcheck.sh \
+		typo3/sysext/mediace/Resources/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}


More information about the svn-ports-all mailing list