Bug 170808

Summary: [PATCH] net/freeswitch-core-devel: fix MODFREETDM ports option
Product: Ports & Packages Reporter: Artis Caune <artis.caune>
Component: Individual Port(s)Assignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Artis Caune 2012-08-20 23:40:10 UTC
There is a typo in Makefile for MODFREETDM ports option.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 23:40:18 UTC
Maintainer of net/freeswitch-core-devel,

Please note that PR ports/170808 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170808

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 23:40:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 RIchard Neese 2012-08-20 23:58:40 UTC
apply and submit patch approved
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2012-08-21 00:07:21 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2012-08-21 06:28:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-08-21 06:33:36 UTC
Author: jgh
Date: Tue Aug 21 05:33:21 2012
New Revision: 302843
URL: http://svn.freebsd.org/changeset/ports/302843

Log:
  - fix MODFREETDM ports option
  
  PR:	170808
  Submitted by:	Artis.Caune@gmail.com
  Approved by:	maintainer, r.neese@gmail.com

Modified:
  head/net/freeswitch-core-devel/Makefile

Modified: head/net/freeswitch-core-devel/Makefile
==============================================================================
--- head/net/freeswitch-core-devel/Makefile	Tue Aug 21 05:21:04 2012	(r302842)
+++ head/net/freeswitch-core-devel/Makefile	Tue Aug 21 05:33:21 2012	(r302843)
@@ -356,7 +356,7 @@ pre-install:
 	@${CHMOD} 664 ${WRKSRC}/libs/freetdm/conf/*
 	@${MKDIR} ${ETCDIR}/conf
 	@${TOUCH} ${ETCDIR}/conf/.freeswitch-core-devel
-.if ${PORT_OPTIONS:MMODFREETDM)
+.if ${PORT_OPTIONS:MMODFREETDM}
 	@${MKDIR} ${ETCDIR}/conf/autoload_configs
 .endif
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 Jason Helfman freebsd_committer freebsd_triage 2012-08-21 06:33:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!