Date: Sat, 10 Sep 2016 18:29:02 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421723 - head/japanese/asterisk-sounds Message-ID: <201609101829.u8AIT2QS059953@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101829.u8AIT2QS059953>