From owner-svn-ports-all@freebsd.org Fri Aug 10 07:45:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F6081060B48; Fri, 10 Aug 2018 07:45:50 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB277DC18; Fri, 10 Aug 2018 07:45:50 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0C9B2535F; Fri, 10 Aug 2018 07:45:49 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7A7jndO001084; Fri, 10 Aug 2018 07:45:49 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7A7jnp7001081; Fri, 10 Aug 2018 07:45:49 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201808100745.w7A7jnp7001081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 10 Aug 2018 07:45:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476806 - in head: japanese/asterisk-sounds net/asterisk13 net/asterisk15 X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head: japanese/asterisk-sounds net/asterisk13 net/asterisk15 X-SVN-Commit-Revision: 476806 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2018 07:45:50 -0000 Author: madpilot Date: Fri Aug 10 07:45:49 2018 New Revision: 476806 URL: https://svnweb.freebsd.org/changeset/ports/476806 Log: Reverse the dependency link between asterisk and japanese/asterisk-sounds, adding it as an optional RUN_DEPENDS to the asterisk ports. This allows installing these sounds with any version of asterisk. Suggested by: mat Modified: head/japanese/asterisk-sounds/Makefile head/net/asterisk13/Makefile head/net/asterisk15/Makefile Modified: head/japanese/asterisk-sounds/Makefile ============================================================================== --- head/japanese/asterisk-sounds/Makefile Fri Aug 10 06:22:24 2018 (r476805) +++ head/japanese/asterisk-sounds/Makefile Fri Aug 10 07:45:49 2018 (r476806) @@ -3,7 +3,7 @@ PORTNAME= asterisk PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= japanese net MASTER_SITES= http://ftp.voip-info.jp/asterisk/sounds/${PORTVERSION:S|.|_|}/ \ @@ -13,8 +13,6 @@ DISTNAME= asterisk-sound-jp_${PORTVERSION:S|.||}_pre MAINTAINER= ports@FreeBSD.org COMMENT= Japanese sound files for Asterisk - -RUN_DEPENDS= asterisk:net/asterisk13 NO_BUILD= yes ASTERISKDIR= ${PREFIX}/share/asterisk/sounds Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Fri Aug 10 06:22:24 2018 (r476805) +++ head/net/asterisk13/Makefile Fri Aug 10 07:45:49 2018 (r476806) @@ -91,9 +91,10 @@ MENU_DESC= Menuselect Interface Backend NEWT_DESC= Newt User Interface OPTIONS_GROUP+= SOUNDS -OPTIONS_GROUP_SOUNDS= G729 -SOUNDS_DESC= Core and Music-on-Hold (MoH) Sound Files +OPTIONS_GROUP_SOUNDS= G729 JAPANESE +SOUNDS_DESC= Core and/or Music-on-Hold (MoH) Sound Files G729_DESC= Install G.729 format sounds +JAPANESE_DESC= Install Japanese voice prompts ASTERISK_CORE_G729_SOUNDS= asterisk-core-sounds-en-g729-1.5.tar.gz ASTERISK_MOH_G729_SOUNDS= asterisk-moh-opsound-g729-2.03.tar.gz G729_DISTFILES= ${ASTERISK_CORE_G729_SOUNDS}:g729 \ @@ -141,6 +142,8 @@ GCC_USE= GCC=yes GSM_CONFIGURE_WITH= gsm GSM_LIB_DEPENDS= libgsm.so:audio/gsm + +JAPANESE_RUN_DEPENDS= ${LOCALBASE}/share/asterisk/sounds/ja/digits/0.gsm:japanese/asterisk-sounds LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes Modified: head/net/asterisk15/Makefile ============================================================================== --- head/net/asterisk15/Makefile Fri Aug 10 06:22:24 2018 (r476805) +++ head/net/asterisk15/Makefile Fri Aug 10 07:45:49 2018 (r476806) @@ -92,9 +92,10 @@ MENU_DESC= Menuselect Interface Backend NEWT_DESC= Newt User Interface OPTIONS_GROUP+= SOUNDS -OPTIONS_GROUP_SOUNDS= G729 -SOUNDS_DESC= Core and Music-on-Hold (MoH) Sound Files +OPTIONS_GROUP_SOUNDS= G729 JAPANESE +SOUNDS_DESC= Core and/or Music-on-Hold (MoH) Sound Files G729_DESC= Install G.729 format sounds +JAPANESE_DESC= Install Japanese voice prompts ASTERISK_CORE_G729_SOUNDS= asterisk-core-sounds-en-g729-1.5.tar.gz ASTERISK_MOH_G729_SOUNDS= asterisk-moh-opsound-g729-2.03.tar.gz G729_DISTFILES= ${ASTERISK_CORE_G729_SOUNDS}:g729 \ @@ -142,6 +143,8 @@ GCC_USE= GCC=yes GSM_CONFIGURE_WITH= gsm GSM_LIB_DEPENDS= libgsm.so:audio/gsm + +JAPANESE_RUN_DEPENDS= ${LOCALBASE}/share/asterisk/sounds/ja/digits/0.gsm:japanese/asterisk-sounds LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes