svn commit: r409720 - head/mail/phplist

Martin Wilke miwi at FreeBSD.org
Sun Feb 28 07:01:45 UTC 2016


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


More information about the svn-ports-all mailing list