svn commit: r352722 - head/www/typo3-lts

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 1 05:25:54 UTC 2014


Author: sunpoet
Date: Thu May  1 05:25:53 2014
New Revision: 352722
URL: http://svnweb.freebsd.org/changeset/ports/352722
QAT: https://qat.redports.org/buildarchive/r352722/

Log:
  - Add missing dependencies
  - Add GMP option
  - Cleanup Makefile
  - Bump PORTREVISION for dependency change
  
  PR:		ports/189150
  Submitted by:	Helmut Ritter <freebsd-ports at charlieroot.de> (maintainer)

Modified:
  head/www/typo3-lts/Makefile

Modified: head/www/typo3-lts/Makefile
==============================================================================
--- head/www/typo3-lts/Makefile	Thu May  1 04:43:39 2014	(r352721)
+++ head/www/typo3-lts/Makefile	Thu May  1 05:25:53 2014	(r352722)
@@ -3,10 +3,9 @@
 
 PORTNAME=	typo3
 PORTVERSION=	6.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
-PKGNAMESUFFIX=	-lts
 
 MAINTAINER=	freebsd-ports at charlieroot.de
 COMMENT=	The typo3 content management system
@@ -16,7 +15,7 @@ LICENSE=	GPLv2
 PORTSCOUT=	limit:^6\.2\.
 
 NO_BUILD=	yes
-USE_PHP=	ctype filter json mysqli pcre session xml
+USE_PHP=	ctype fileinfo filter hash json mysqli openssl pcre session soap xml
 WANT_PHP_WEB=	yes
 
 TYPO3WWW=	www
@@ -33,7 +32,7 @@ PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
 DISTFILES+=	${TYPO3SRC}${EXTRACT_SUFX}
 
-OPTIONS_DEFINE=	APC CURL GD IMAGICK MBSTRING MYSQL ZLIB
+OPTIONS_DEFINE=	APC CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB
 APC_DESC=	Alternative PHP Cache
 GD_DESC=	GDlib/freetype support
 IMAGICK_DESC=	${IMAGEMAGICK_DESC}
@@ -43,6 +42,7 @@ MYSQL_DESC=	Install MySQL Server
 APC_USE=	PHP=apc
 CURL_USE=	PHP=curl
 GD_USE=		PHP=gd
+GMP_USE=	PHP=gmp
 MBSTRING_USE=	PHP=mbstring
 MYSQL_USE=	MYSQL=server
 ZLIB_USE=	PHP=zlib
@@ -57,12 +57,6 @@ RUN_DEPENDS+=	convert:${PORTSDIR}/graphi
 .endif
 .endif
 
-#pre-install:
-#	@if [ -f ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php ]; then \
-#		${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php \
-#			${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php.dist; \
-#	fi
-
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}
 	${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/


More information about the svn-ports-all mailing list