svn commit: r304645 - in head/net: freeswitch-core-devel freeswitch-devel
Florian Smeets
flo at FreeBSD.org
Fri Sep 21 23:20:52 UTC 2012
Author: flo
Date: Fri Sep 21 23:20:52 2012
New Revision: 304645
URL: http://svn.freebsd.org/changeset/ports/304645
Log:
- update net/freeswitch-devel to 1.2.3 (forgotten in r304599) [1]
- minor cleanups to net/freeswitch-core-devel [2]
PR: ports/171781 [1]
Submitted by: Richard Neese <r.neese at gmail.com> (maintainer) [1], ohauer [2]
Approved by: maintainer [2]
Modified:
head/net/freeswitch-core-devel/Makefile
head/net/freeswitch-devel/Makefile
Modified: head/net/freeswitch-core-devel/Makefile
==============================================================================
--- head/net/freeswitch-core-devel/Makefile Fri Sep 21 22:51:02 2012 (r304644)
+++ head/net/freeswitch-core-devel/Makefile Fri Sep 21 23:20:52 2012 (r304645)
@@ -177,7 +177,7 @@ MODSAYNL_DESC= Dutch Voice Propmts
MODSAYPT_DESC= Portuguese Voice Propmts
MODSAYRU_DESC= Russian Voice Propmts
MODSAYTH_DESC= Thai Voice Propmts
-MODSAYZH_DESC= Chinese Voice Propmts"
+MODSAYZH_DESC= Chinese Voice Propmts
OPTIONS_DEFAULT= REBOOTSTRAP MODABSTRACTION MODAVMD MODCALLCENTER MODCIDLOOKUP MODBLACKLIST MODCURL \
MODDISTRIBUTOR MODEASYROUTE MODFSK MODHTTAPI MODHTTPCACHE MODDIRECTORY MODLADSPA MODLCR MODMEMCACHE \
@@ -218,8 +218,8 @@ LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/l
.endif
.if ${PORT_OPTIONS:MMODPERL}
-LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm \
- db:${PORTSDIR}/databases/db42
+USE_BDB= 42+
+LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
.endif
.if ${PORT_OPTIONS:MMODERLANGEVENT}
Modified: head/net/freeswitch-devel/Makefile
==============================================================================
--- head/net/freeswitch-devel/Makefile Fri Sep 21 22:51:02 2012 (r304644)
+++ head/net/freeswitch-devel/Makefile Fri Sep 21 23:20:52 2012 (r304645)
@@ -6,7 +6,7 @@
#
PORTNAME= freeswitch
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.3
CATEGORIES= net
MASTER_SITES= # none
PKGNAMESUFFIX= -devel
More information about the svn-ports-all
mailing list