diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-09-11 02:29:02 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-09-11 02:29:02 +0800 |
commit | a6c06207fea146c696108046d7e6856701f14e12 (patch) | |
tree | 464c20292c92414ee3820c1fd524a506477cd00e /japanese | |
parent | 08e652e64c9aa323500e80698126db995ace631a (diff) | |
download | freebsd-ports-gnome-a6c06207fea146c696108046d7e6856701f14e12.tar.gz freebsd-ports-gnome-a6c06207fea146c696108046d7e6856701f14e12.tar.zst freebsd-ports-gnome-a6c06207fea146c696108046d7e6856701f14e12.zip |
Make this port depend on net/asterisk11 in preparation for net/asterisk
removal.
While here, use vendor version as port version, bump PORTEPOCH.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/asterisk-sounds/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/japanese/asterisk-sounds/Makefile b/japanese/asterisk-sounds/Makefile index 124d251e3714..c62db8584462 100644 --- a/japanese/asterisk-sounds/Makefile +++ b/japanese/asterisk-sounds/Makefile @@ -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 |