From owner-svn-ports-branches@freebsd.org Fri Jan 6 10:08:00 2017 Return-Path: Delivered-To: svn-ports-branches@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 97F68CA2759; Fri, 6 Jan 2017 10:08:00 +0000 (UTC) (envelope-from tz@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 67F1F105E; Fri, 6 Jan 2017 10:08:00 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v06A7xH6016361; Fri, 6 Jan 2017 10:07:59 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v06A7x8c016360; Fri, 6 Jan 2017 10:07:59 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201701061007.v06A7x8c016360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 6 Jan 2017 10:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r430696 - in branches/2017Q1/databases/php70-interbase: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 10:08:00 -0000 Author: tz Date: Fri Jan 6 10:07:59 2017 New Revision: 430696 URL: https://svnweb.freebsd.org/changeset/ports/430696 Log: MFH: r430557 databases/php70-interbase: Allow creation of multiple connections to Interbase Currently the first connection to the database is closed when a second one is opened. This bug was already reported to upstream: https://bugs.php.net/bug.php?id=72175 Reported by: Marc Muncke Reviewed by: Marc Muncke Approved by: ports-secteam (junovitch) Added: branches/2017Q1/databases/php70-interbase/files/ - copied from r430557, head/databases/php70-interbase/files/ Modified: branches/2017Q1/databases/php70-interbase/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/databases/php70-interbase/Makefile ============================================================================== --- branches/2017Q1/databases/php70-interbase/Makefile Fri Jan 6 10:06:47 2017 (r430695) +++ branches/2017Q1/databases/php70-interbase/Makefile Fri Jan 6 10:07:59 2017 (r430696) @@ -5,6 +5,8 @@ CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php70 +PORTREVISION= 1 + PKGNAMESUFFIX= -interbase .include "${MASTERDIR}/Makefile"