Bug 170319 - Update of net/freeswitch-devel
Summary: Update of net/freeswitch-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-02 00:10 UTC by RIchard Neese
Modified: 2012-08-19 01:10 UTC (History)
0 users

See Also:


Attachments
freeswitch-devel.diff (2.11 KB, patch)
2012-08-02 00:31 UTC, RIchard Neese
no flags Details | Diff
fs-dev.diff (2.25 KB, patch)
2012-08-16 21:15 UTC, RIchard Neese
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description RIchard Neese 2012-08-02 00:10:10 UTC
moved the port to options ng
Comment 1 RIchard Neese 2012-08-02 00:31:51 UTC
On 8/1/2012 7:10 PM, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/170319'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=170319
>
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       Update of net/freeswitch-devel
>> Arrival-Date:   Wed Aug 01 23:10:10 UTC 2012
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-08-02 00:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 3 RIchard Neese 2012-08-16 21:15:28 UTC
On 8/1/2012 7:10 PM, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/170319'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=170319
>
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       Update of net/freeswitch-devel
>> Arrival-Date:   Wed Aug 01 23:10:10 UTC 2012
update to 1.2.1
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-08-19 01:03:31 UTC
Author: jgh
Date: Sun Aug 19 00:03:18 2012
New Revision: 302743
URL: http://svn.freebsd.org/changeset/ports/302743

Log:
  - update to 1.2.1
  
  PR:	170319
  Submitted by:	maintainer, r.neese@gmail.com

Modified:
  head/net/freeswitch-devel/Makefile   (contents, props changed)

Modified: head/net/freeswitch-devel/Makefile
==============================================================================
--- head/net/freeswitch-devel/Makefile	Sat Aug 18 21:48:35 2012	(r302742)
+++ head/net/freeswitch-devel/Makefile	Sun Aug 19 00:03:18 2012	(r302743)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	freeswitch
-PORTVERSION=	1.2
+PORTVERSION=	1.2.1
 CATEGORIES=	net
 MASTER_SITES=	# none
 PKGNAMESUFFIX=	-devel
@@ -23,19 +23,24 @@ CONFLICTS=	freeswitch-core-[0-9]*
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-OPTIONS=	VANILLA		"Vanilla Dialplan Configs" off \
-		SBC		"Session Border Conroller configs" off \
-		INSIDEOUT	"Inside Out Basic Dialplan Configs" off \
-		CURL		"Curl dialplan configs" off \
-		SOUNDS		"Sound files for use with FreeSwitch PBX" off \
-		MUSIC		"Music on hold for use with FreeSwitch PBX" off \
-		PIZZADEMO	"Install Pizza Shop voice demo" off \
-		SCRIPTS		"Install Freeswitch various scripts" off
+OPTIONS_DEFINE=	VANILLA SBC INSIDEOUT CURL SOUNDS MUSIC PIZZADEMO SCRIPTS	
+
+VANILLA_DESC=		Vanilla Dialplan Configs
+SBC_DESC=		Session Border Conroller configs
+INSIDEOUT_DESC=		Inside Out Basic Dialplan Configs
+CURL_DESC=		Curl dialplan configs
+SOUNDS_DESC=		Sound files for use with FreeSwitch PBX
+MUSIC_DESC=		Music on hold for use with FreeSwitch PBX
+PIZZADEMO_DESC=		Install Pizza Shop voice demo
+SCRIPTS_DESC=		Install Freeswitch various scripts
+
+OPTIONS_DEFAULT=	VANILLA SOUNDS MUSIC
+NO_OPTIONS_SORT=        yes
 
 .include <bsd.port.options.mk>
 
 .for conf in vanilla sbc insideout curl
-.  if defined(WITH_${conf:U})
+.if ${PORT_OPTIONS:M${conf:U}}
 CNF?=	${conf}
 .    if ${CNF} == ${conf}
 RUN_DEPENDS+=	${LOCALBASE}/etc/freeswitch/conf/.${conf}:${PORTSDIR}/net/freeswitch-${conf}-devel
@@ -46,19 +51,19 @@ IGNORE=	will not allow multiple configur
 .endfor
 .undef CNF
 
-.if defined(WITH_SOUNDS)
+.if ${PORT_OPTIONS:MSOUNDS}
 RUN_DEPENDS+=	${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds
 .endif
 
-.if defined(WITH_MUSIC)
+.if ${PORT_OPTIONS:MMUSIC}
 RUN_DEPENDS+=	${LOCALBASE}/share/freeswitch/sounds/.freeswitch-music:${PORTSDIR}/audio/freeswitch-music
 .endif
 
-.if defined(WITH_PIZZADEMO)
+.if ${PORT_OPTIONS:MPIZZADEMO}
 RUN_DEPENDS+=	${LOCALBASE}/share/freeswitch/sounds/.pizza:${PORTSDIR}/misc/freeswitch-pizzademo-devel
 .endif
 
-.if defined(WITH_SCRIPTS)
+.if ${PORT_OPTIONS:MSCRIPTS}
 RUN_DEPENDS+=	${LOCALBASE}/etc/freeswitch/scripts/.freeswitch-scripts:${PORTSDIR}/misc/freeswitch-scripts-devel
 .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 5 Jason Helfman freebsd_committer freebsd_triage 2012-08-19 01:09:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!