svn commit: r409085 - head/comms/atslog

Martin Wilke miwi at FreeBSD.org
Thu Feb 18 03:29:18 UTC 2016


Author: miwi
Date: Thu Feb 18 03:29:17 2016
New Revision: 409085
URL: https://svnweb.freebsd.org/changeset/ports/409085

Log:
  - Switch to mysqli support

Modified:
  head/comms/atslog/Makefile

Modified: head/comms/atslog/Makefile
==============================================================================
--- head/comms/atslog/Makefile	Thu Feb 18 03:04:39 2016	(r409084)
+++ head/comms/atslog/Makefile	Thu Feb 18 03:29:17 2016	(r409085)
@@ -3,7 +3,7 @@
 
 PORTNAME=	atslog
 PORTVERSION=	2.1.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	comms
 MASTER_SITES=	BERLIOS
 
@@ -39,7 +39,7 @@ WANT_PHP_WEB=	yes
 USE_PHP+=	gd
 .endif
 .if ${PORT_OPTIONS:MMYSQL}
-USE_PHP+=	mysql
+USE_PHP+=	mysqli
 .endif
 .if ${PORT_OPTIONS:MPGSQL}
 USE_PHP+=	pgsql


More information about the svn-ports-all mailing list