From owner-svn-ports-all@freebsd.org Sat Sep 10 18:29:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2194BD519B; Sat, 10 Sep 2016 18:29:03 +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 mx1.freebsd.org (Postfix) with ESMTPS id C1FF3A80; Sat, 10 Sep 2016 18:29:03 +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 u8AIT2vU059954; Sat, 10 Sep 2016 18:29:02 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8AIT2QS059953; Sat, 10 Sep 2016 18:29:02 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609101829.u8AIT2QS059953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 10 Sep 2016 18:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421723 - head/japanese/asterisk-sounds X-SVN-Group: ports-head 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.23 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: Sat, 10 Sep 2016 18:29:04 -0000 Author: madpilot Date: Sat Sep 10 18:29:02 2016 New Revision: 421723 URL: https://svnweb.freebsd.org/changeset/ports/421723 Log: Make this port depend on net/asterisk11 in preparation for net/asterisk removal. While here, use vendor version as port version, bump PORTEPOCH. Modified: head/japanese/asterisk-sounds/Makefile Modified: head/japanese/asterisk-sounds/Makefile ============================================================================== --- head/japanese/asterisk-sounds/Makefile Sat Sep 10 18:28:03 2016 (r421722) +++ head/japanese/asterisk-sounds/Makefile Sat Sep 10 18:29:02 2016 (r421723) @@ -2,20 +2,18 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 1.8 -PORTREVISION= 1 +PORTVERSION= 1.6 +PORTEPOCH= 1 CATEGORIES= japanese net -MASTER_SITES= http://ftp.voip-info.jp/asterisk/sounds/${VENDORVERSION:S|.|_|}/ \ - ftp://ftp.voip-info.jp/asterisk/sounds/${VENDORVERSION:S|.|_|}/ +MASTER_SITES= http://ftp.voip-info.jp/asterisk/sounds/${PORTVERSION:S|.|_|}/ \ + ftp://ftp.voip-info.jp/asterisk/sounds/${PORTVERSION:S|.|_|}/ PKGNAMESUFFIX= -sounds -DISTNAME= asterisk-sound-jp_${VENDORVERSION:S|.||}_pre +DISTNAME= asterisk-sound-jp_${PORTVERSION:S|.||}_pre MAINTAINER= ports@FreeBSD.org COMMENT= Japanese sound files for Asterisk -RUN_DEPENDS= asterisk:net/asterisk - -VENDORVERSION= 1.6 +RUN_DEPENDS= asterisk:net/asterisk11 NO_BUILD= yes ASTERISKDIR= ${PREFIX}/share/asterisk/sounds