Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2015 18:05:21 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390656 - head/www/asterisk-stat
Message-ID:  <201506261805.t5QI5LU0079339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgollucci
Date: Fri Jun 26 18:05:20 2015
New Revision: 390656
URL: https://svnweb.freebsd.org/changeset/ports/390656

Log:
  www/asterisk-stat
  
  Fix typo in OPTION parsing for PGSQL
  
  PR:           201074
  Submitted by:	jfkimura@yahoo.co.jp (maintainer)

Modified:
  head/www/asterisk-stat/Makefile

Modified: head/www/asterisk-stat/Makefile
==============================================================================
--- head/www/asterisk-stat/Makefile	Fri Jun 26 17:56:32 2015	(r390655)
+++ head/www/asterisk-stat/Makefile	Fri Jun 26 18:05:20 2015	(r390656)
@@ -27,7 +27,7 @@ PGSQL_DESC=	Use PostgreSQL instead of My
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MGSQL}
+.if ${PORT_OPTIONS:MPGSQL}
 ASTERISKSTATDB=	pgsql
 EXTRA_PATCHES+=	${FILESDIR}/pgsql__patch-call.log.php
 .else



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