diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2021-06-24 21:03:51 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2021-06-24 21:05:47 +0000 |
commit | 8b3595ee2ce2fefcf35b27329fa60cbb71e17567 (patch) | |
tree | 8b59d68b2b4ac0456738993721137266febaf7e8 | |
parent | 11cb035a46457f6807599bc71fb76358ec00a7e2 (diff) |
*/*asterisk*: Make asterisk18 the default version
Ports depending on asterisk use flavors to generate packages for
each version.
Make sure the default flavor points to the latest version.
-rw-r--r-- | audio/asterisk-espeak/Makefile | 2 | ||||
-rw-r--r-- | audio/asterisk-flite/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk-chan_sccp/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk-g72x/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/asterisk-espeak/Makefile b/audio/asterisk-espeak/Makefile index 2d6064414c7d..c79b99781a0e 100644 --- a/audio/asterisk-espeak/Makefile +++ b/audio/asterisk-espeak/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libespeak.so:audio/espeak \ libsamplerate.so:audio/libsamplerate -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} asterisk13_PKGNAMEPREFIX= asterisk13- diff --git a/audio/asterisk-flite/Makefile b/audio/asterisk-flite/Makefile index 94a15b9f67a5..9ca51fa25403 100644 --- a/audio/asterisk-flite/Makefile +++ b/audio/asterisk-flite/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libflite.so:audio/flite -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} asterisk13_PKGNAMEPREFIX= asterisk13- diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile index af590c54087b..2b8ff66089da 100644 --- a/net/asterisk-chan_sccp/Makefile +++ b/net/asterisk-chan_sccp/Makefile @@ -13,7 +13,7 @@ COMMENT= Replacement for the SCCP channel driver in Asterisk LICENSE= GPLv1 LICENSE_FILE= ${WRKSRC}/COPYING -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} LIB_DEPENDS= libltdl.so:devel/libltdl diff --git a/net/asterisk-g72x/Makefile b/net/asterisk-g72x/Makefile index 2801d68d286d..20513d721117 100644 --- a/net/asterisk-g72x/Makefile +++ b/net/asterisk-g72x/Makefile @@ -10,7 +10,7 @@ COMMENT= G.729 codec for Asterisk PBX LIB_DEPENDS= libbcg729.so:audio/bcg729 -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} asterisk13_PKGNAMEPREFIX= asterisk13- |