Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2014 09:10:50 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374836 - in head/net/asterisk11: . files
Message-ID:  <201412170910.sBH9AoRt058659@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Dec 17 09:10:49 2014
New Revision: 374836
URL: https://svnweb.freebsd.org/changeset/ports/374836
QAT: https://qat.redports.org/buildarchive/r374836/

Log:
  Fix generation of asterisk.conf.sample file.
  
  Pointy hat to:	me

Modified:
  head/net/asterisk11/Makefile
  head/net/asterisk11/files/patch-Makefile

Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile	Wed Dec 17 07:10:58 2014	(r374835)
+++ head/net/asterisk11/Makefile	Wed Dec 17 09:10:49 2014	(r374836)
@@ -2,6 +2,7 @@
 
 PORTNAME=	asterisk
 PORTVERSION=	11.15.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/

Modified: head/net/asterisk11/files/patch-Makefile
==============================================================================
--- head/net/asterisk11/files/patch-Makefile	Wed Dec 17 07:10:58 2014	(r374835)
+++ head/net/asterisk11/files/patch-Makefile	Wed Dec 17 09:10:49 2014	(r374836)
@@ -129,7 +129,7 @@
 +		-e 's|^astrundir.*$$|astrundir => $(ASTVARRUNDIR)|' \
 +		-e 's|^astlogdir.*$$|astlogdir => $(ASTLOGDIR)|' \
 +		-e 's|^astsbindir.*$$|astsbindir => $(ASTSBINDIR)|' \
-+		"$(DESTDIR)$(ASTCONFPATH)" > "$(DESTDIR)$(ASTCONFPATH).tmp" ; \
++		"$(DESTDIR)$(ASTCONFPATH).sample" > "$(DESTDIR)$(ASTCONFPATH).tmp" ; \
 +	$(INSTALL) -m 644 "$(DESTDIR)$(ASTCONFPATH).tmp" "$(DESTDIR)$(ASTCONFPATH).sample" ; \
 +	rm -f "$(DESTDIR)$(ASTCONFPATH).tmp" ; \
  	$(INSTALL) -d "$(DESTDIR)$(ASTSPOOLDIR)/voicemail/default/1234/INBOX"



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