Date: Sun, 28 Feb 2016 06:46:23 +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: r409714 - head/finance/frontaccounting Message-ID: <201602280646.u1S6kN2d010431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Feb 28 06:46:23 2016 New Revision: 409714 URL: https://svnweb.freebsd.org/changeset/ports/409714 Log: - Use mysqli only Modified: head/finance/frontaccounting/Makefile Modified: head/finance/frontaccounting/Makefile ============================================================================== --- head/finance/frontaccounting/Makefile Sun Feb 28 05:59:43 2016 (r409713) +++ head/finance/frontaccounting/Makefile Sun Feb 28 06:46:23 2016 (r409714) @@ -3,6 +3,7 @@ PORTNAME= frontaccounting DISTVERSION= 2.3.24 +PORTREVISION= 1 CATEGORIES= finance www MASTER_SITES= SF/${PORTNAME}/FrontAccounting-2.3/${PORTVERSION} @@ -13,7 +14,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/doc/license.txt USES= cpe -USE_PHP+= mysql mysqli openssl session hash ctype zlib +USE_PHP+= mysqli openssl session hash ctype zlib WRKSRC= ${WRKDIR}/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602280646.u1S6kN2d010431>