svn commit: r409171 - head/deskutils/tine20

Martin Wilke miwi at FreeBSD.org
Fri Feb 19 12:29:45 UTC 2016


Author: miwi
Date: Fri Feb 19 12:29:43 2016
New Revision: 409171
URL: https://svnweb.freebsd.org/changeset/ports/409171

Log:
  - Use pdo_mysql to allow to work with php

Modified:
  head/deskutils/tine20/Makefile

Modified: head/deskutils/tine20/Makefile
==============================================================================
--- head/deskutils/tine20/Makefile	Fri Feb 19 12:21:30 2016	(r409170)
+++ head/deskutils/tine20/Makefile	Fri Feb 19 12:29:43 2016	(r409171)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tine20
 PORTVERSION=	0.0.2012.10.04
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	2012.10.4
 CATEGORIES=	deskutils www
 MASTER_SITES=	http://www.tine20.org/downloads/${DISTVERSIONSUFFIX}/
@@ -25,7 +26,7 @@ APC_DESC=	Enable pecl-APC support
 MEMCACHE_DESC=	Enable pecl-memcache support
 
 USE_MYSQL=	yes
-USE_PHP=	ctype dom gd iconv json mcrypt mysql pdo_mysql simplexml \
+USE_PHP=	ctype dom gd iconv json mcrypt pdo_mysql simplexml \
 		spl xml zip
 WANT_PHP_WEB=	yes
 


More information about the svn-ports-all mailing list