Date: Thu, 24 Jun 2021 21:05:58 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8b3595ee2ce2 - main - */*asterisk*: Make asterisk18 the default version Message-ID: <202106242105.15OL5wK8053438@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b3595ee2ce2fefcf35b27329fa60cbb71e17567 commit 8b3595ee2ce2fefcf35b27329fa60cbb71e17567 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2021-06-24 21:03:51 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-06-24 21:05:47 +0000 */*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. --- audio/asterisk-espeak/Makefile | 2 +- audio/asterisk-flite/Makefile | 2 +- net/asterisk-chan_sccp/Makefile | 2 +- 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-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106242105.15OL5wK8053438>