svn commit: r390656 - head/www/asterisk-stat

Philip M. Gollucci pgollucci at FreeBSD.org
Fri Jun 26 18:05:21 UTC 2015


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 at 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


More information about the svn-ports-head mailing list