From owner-svn-ports-head@freebsd.org Sun Sep 10 14:41:18 2017 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 08051E146C1; Sun, 10 Sep 2017 14:41:18 +0000 (UTC) (envelope-from brnrd@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 CB45876606; Sun, 10 Sep 2017 14:41:17 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8AEfHBM056117; Sun, 10 Sep 2017 14:41:17 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8AEfGdE056115; Sun, 10 Sep 2017 14:41:16 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201709101441.v8AEfGdE056115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 10 Sep 2017 14:41:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449575 - head/mail/sgwi X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/mail/sgwi X-SVN-Commit-Revision: 449575 X-SVN-Commit-Repository: ports 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.23 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, 10 Sep 2017 14:41:18 -0000 Author: brnrd Date: Sun Sep 10 14:41:16 2017 New Revision: 449575 URL: https://svnweb.freebsd.org/changeset/ports/449575 Log: mail/sgwi: Switch to mysqli PHP extension - Fixes build with PHP 7.x - Switch to USES=php PR: 222173 Submitted by: Lukasz Wasikowski Modified: head/mail/sgwi/Makefile head/mail/sgwi/distinfo Modified: head/mail/sgwi/Makefile ============================================================================== --- head/mail/sgwi/Makefile Sun Sep 10 14:19:58 2017 (r449574) +++ head/mail/sgwi/Makefile Sun Sep 10 14:41:16 2017 (r449575) @@ -3,9 +3,10 @@ PORTNAME= sgwi PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://www.vanheusden.com/sgwi/ \ - http://lukasz.wasikowski.net/files/ + https://www.freebsd.systems/files/ DISTNAME= sqlgreywebinterface-${PORTVERSION} MAINTAINER= lukasz@wasikowski.net @@ -13,7 +14,7 @@ COMMENT= PHP web interface to SQLGrey LICENSE= GPLv2 -USES= tar:tgz +USES= tar:tgz php:web NO_BUILD= yes SUB_FILES+= pkg-message pkg-install SUB_LIST= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} @@ -27,11 +28,9 @@ SQLITE3_DESC= SQLite3 back-end (use pgsql PHP extensio OPTIONS_DEFAULT=MYSQL -MYSQL_USE= PHP=mysql +MYSQL_USE= PHP=mysqli PGSQL_USE= PHP=pgsql SQLITE3_USE= PHP=sqlite3 - -WANT_PHP_WEB= yes post-patch: ${FIND} ${WRKSRC} -name '*.orig' -delete Modified: head/mail/sgwi/distinfo ============================================================================== --- head/mail/sgwi/distinfo Sun Sep 10 14:19:58 2017 (r449574) +++ head/mail/sgwi/distinfo Sun Sep 10 14:41:16 2017 (r449575) @@ -1,2 +1,3 @@ +TIMESTAMP = 1498052573 SHA256 (sqlgreywebinterface-1.1.8.tgz) = 33685805e417f13de7224fe5ccb98c4a4a2df27cb2f1c98a3a8ae76f2911cf08 SIZE (sqlgreywebinterface-1.1.8.tgz) = 14257