svn commit: r430696 - in branches/2017Q1/databases/php70-interbase: . files

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Jan 6 10:08:00 UTC 2017


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 <m.muncke at computer1020.at>
  Reviewed by: Marc Muncke <m.muncke at computer1020.at>
  
  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"


More information about the svn-ports-all mailing list