Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 10:01:55 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547256 - head/www/tt-rss
Message-ID:  <202009011001.081A1tlG001450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009011001.081A1tlG001450>