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

Alexander Leidinger netchild at FreeBSD.org
Tue Sep 1 10:01:55 UTC 2020


Author: netchild
Date: Tue Sep  1 10:01:55 2020
New Revision: 547256
URL: https://svnweb.freebsd.org/changeset/ports/547256

Log:
  Fix PGSQL=OFF case.
  
  Submitted by:	maintainer
  PR:		248858

Modified:
  head/www/tt-rss/Makefile

Modified: head/www/tt-rss/Makefile
==============================================================================
--- head/www/tt-rss/Makefile	Tue Sep  1 10:01:19 2020	(r547255)
+++ head/www/tt-rss/Makefile	Tue Sep  1 10:01:55 2020	(r547256)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tt-rss
 PORTVERSION=	g20200801
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	https://git.tt-rss.org/fox/tt-rss/archive/
@@ -42,7 +42,7 @@ GD_USE=		PHP=gd
 
 PGSQL_VARS=	DB=pgsql
 PGSQL_USE=	PHP=pdo_pgsql,pgsql
-PSQL_VARS_OFF=	PGSQL="\#"
+PGSQL_VARS_OFF=	PGSQL="\#"
 
 MYSQL_VARS=	DB=mysql
 MYSQL_USE=	PHP=pdo_mysql,mysqli


More information about the svn-ports-all mailing list