Date: Sun, 10 Sep 2017 14:41:16 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449575 - head/mail/sgwi Message-ID: <201709101441.v8AEfGdE056115@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <lukasz@wasikowski.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709101441.v8AEfGdE056115>