Date: Mon, 29 Dec 2025 14:58:10 +0000 From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9b5b656601d0 - main - */asterisk-*: default flavor must be the first one Message-ID: <69529702.910b.50fcd7ed@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b5b656601d05d8ccd79a7ba9c8e8c21e8c74fcd commit 9b5b656601d05d8ccd79a7ba9c8e8c21e8c74fcd Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2025-12-29 14:57:43 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2025-12-29 14:57:43 +0000 */asterisk-*: default flavor must be the first one --- audio/asterisk-espeak/Makefile | 4 ++-- audio/asterisk-flite/Makefile | 4 ++-- net/asterisk-chan_sccp/Makefile | 4 ++-- net/asterisk-g72x/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/audio/asterisk-espeak/Makefile b/audio/asterisk-espeak/Makefile index c46845a9b47f..ddae35d3de2e 100644 --- a/audio/asterisk-espeak/Makefile +++ b/audio/asterisk-espeak/Makefile @@ -13,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libespeak-ng.so:audio/espeak-ng \ libsamplerate.so:audio/libsamplerate -FLAVORS= asterisk20 asterisk22 -FLAVOR?= ${FLAVORS:[2]} +FLAVORS= asterisk22 asterisk20 +FLAVOR?= asterisk22 ${FLAVOR}_PKGNAMEPREFIX= ${FLAVOR}- ${FLAVOR}_BUILD_DEPENDS= asterisk:net/${FLAVOR} diff --git a/audio/asterisk-flite/Makefile b/audio/asterisk-flite/Makefile index 160e6e8ffe6e..e267168db29d 100644 --- a/audio/asterisk-flite/Makefile +++ b/audio/asterisk-flite/Makefile @@ -11,8 +11,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libflite.so:audio/flite -FLAVORS= asterisk20 asterisk22 -FLAVOR?= ${FLAVORS:[2]} +FLAVORS= asterisk22 asterisk20 +FLAVOR?= asterisk22 ${FLAVOR}_PKGNAMEPREFIX= ${FLAVOR}- ${FLAVOR}_BUILD_DEPENDS= asterisk:net/${FLAVOR} diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile index 5ec4ca9dbc6b..d57ccd48871f 100644 --- a/net/asterisk-chan_sccp/Makefile +++ b/net/asterisk-chan_sccp/Makefile @@ -13,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:devel/libltdl -FLAVORS= asterisk20 asterisk22 -FLAVOR?= ${FLAVORS:[2]} +FLAVORS= asterisk22 asterisk20 +FLAVOR?= asterisk22 ${FLAVOR}_PKGNAMEPREFIX= ${FLAVOR}- ${FLAVOR}_BUILD_DEPENDS= asterisk:net/${FLAVOR} diff --git a/net/asterisk-g72x/Makefile b/net/asterisk-g72x/Makefile index 161763805bed..02c6ca6036a1 100644 --- a/net/asterisk-g72x/Makefile +++ b/net/asterisk-g72x/Makefile @@ -12,8 +12,8 @@ LICENSE= GPLv3+ LIB_DEPENDS= libbcg729.so:audio/bcg729 -FLAVORS= asterisk20 asterisk22 -FLAVOR?= ${FLAVORS:[2]} +FLAVORS= asterisk22 asterisk20 +FLAVOR?= asterisk22 ${FLAVOR}_PKGNAMEPREFIX= ${FLAVOR}- ${FLAVOR}_BUILD_DEPENDS= asterisk:net/${FLAVOR}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69529702.910b.50fcd7ed>
