Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 07:01: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: r409720 - head/mail/phplist
Message-ID:  <201602280701.u1S71hXA014090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Feb 28 07:01:43 2016
New Revision: 409720
URL: https://svnweb.freebsd.org/changeset/ports/409720

Log:
  - Switch to mysqli

Modified:
  head/mail/phplist/Makefile

Modified: head/mail/phplist/Makefile
==============================================================================
--- head/mail/phplist/Makefile	Sun Feb 28 06:59:08 2016	(r409719)
+++ head/mail/phplist/Makefile	Sun Feb 28 07:01:43 2016	(r409720)
@@ -3,6 +3,7 @@
 
 PORTNAME=	phplist
 PORTVERSION=	3.2.4
+PORTREVISION=	1
 CATEGORIES=	mail www
 MASTER_SITES=	SF
 
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
 
 USES=		cpe tar:tgz
-USE_PHP=	hash iconv imap mysql pcre session xml zlib
+USE_PHP=	hash iconv imap mysqli pcre session xml zlib
 WANT_PHP_WEB=	yes
 NO_BUILD=	yes
 NO_ARCH=	yes



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