Date: Thu, 18 Feb 2016 03:29:17 +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: r409085 - head/comms/atslog Message-ID: <201602180329.u1I3THOA082768@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602180329.u1I3THOA082768>