Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2016 12:29:43 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409171 - head/deskutils/tine20
Message-ID:  <201602191229.u1JCThcG080153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602191229.u1JCThcG080153>