svn commit: r381364 - head/www/tt-rss

Thierry Thomas thierry at FreeBSD.org
Sun Mar 15 22:24:39 UTC 2015


Author: thierry
Date: Sun Mar 15 22:24:38 2015
New Revision: 381364
URL: https://svnweb.freebsd.org/changeset/ports/381364
QAT: https://qat.redports.org/buildarchive/r381364/

Log:
  Replace php-mysql by php-mysqli to remove a warning about the mysql extension
  beeing deprecated.
  
  Reported by:	Mike Brown <mike (at) skew.org>

Modified:
  head/www/tt-rss/Makefile

Modified: head/www/tt-rss/Makefile
==============================================================================
--- head/www/tt-rss/Makefile	Sun Mar 15 22:01:56 2015	(r381363)
+++ head/www/tt-rss/Makefile	Sun Mar 15 22:24:38 2015	(r381364)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tt-rss
 PORTVERSION=	1.15.3.150311
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	thierry at FreeBSD.org
@@ -44,7 +45,7 @@ DB=		pgsql
 MYSQL=		"\#"
 PGSQL=
 .else
-USE_PHP+=	mysql
+USE_PHP+=	mysqli
 DB=		mysql
 MYSQL=
 PGSQL=		"\#"


More information about the svn-ports-head mailing list