From owner-svn-ports-head@freebsd.org Sun Feb 28 06:46:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C5D0AAE88B; Sun, 28 Feb 2016 06:46:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1011172B; Sun, 28 Feb 2016 06:46:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1S6kNop010432; Sun, 28 Feb 2016 06:46:23 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1S6kN2d010431; Sun, 28 Feb 2016 06:46:23 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602280646.u1S6kN2d010431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 28 Feb 2016 06:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409714 - head/finance/frontaccounting X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 06:46:25 -0000 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}