Bug 189150

Summary: [MAINTAINER] www/typo3-lts: add missing dependencies
Product: Ports & Packages Reporter: Helmut Ritter <freebsd-ports>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
typo3-lts-6.2.1.patch none

Description Helmut Ritter 2014-04-30 23:20:00 UTC
- Add missing dependencies
- Cleanup Makefile

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-30 23:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-01 06:28:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-01 08:01:22 UTC
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@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@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}/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"