diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-13 01:37:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-13 01:37:01 +0800 |
commit | 3e5d110688f7e4c4cc11f6e1e05d61971dfd8131 (patch) | |
tree | d91eba5f39e6131f301513f827f01dbf83d5b888 /audio/gsm/Makefile | |
parent | 82bcd6c30d4c6cea99c8dabb44e4355d01046da2 (diff) | |
download | freebsd-ports-gnome-3e5d110688f7e4c4cc11f6e1e05d61971dfd8131.tar.gz freebsd-ports-gnome-3e5d110688f7e4c4cc11f6e1e05d61971dfd8131.tar.zst freebsd-ports-gnome-3e5d110688f7e4c4cc11f6e1e05d61971dfd8131.zip |
- Claim maineinership
- Update mirrors
- Drop md5 sum
PR: 154712
Submitted by: Mikhail T." <m.tsatsenko@gmail.com>
Diffstat (limited to 'audio/gsm/Makefile')
-rw-r--r-- | audio/gsm/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index f0f5a87d9b0d..03c0f68ef6dd 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -8,15 +8,12 @@ PORTNAME= gsm PORTVERSION= 1.0.13 CATEGORIES= audio -MASTER_SITES= http://user.cs.tu-berlin.de/~jutta/gsm/ \ - http://kbs.cs.tu-berlin.de/~jutta/gsm/ \ - ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \ - ftp://ftp.gbnet.net/pub/digium/telephony/gnophone/ \ - ftp://216.27.40.102/pub/gnophone/ \ - ftp://ftp.gin.cz/pub/mirrors/ftp.digium.com/pub/telephony/gnophone/ \ - ftp://ftp.ip.pt/.disk1/finkmirrors/distfiles/ +MASTER_SITES= ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \ + http://www.imagemagick.org/download/delegates/ffmpeg/ \ + http://www.quut.com/gsm/ \ + http://downloads.openwrt.org/sources/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= m.tsatsenko@gmail.com COMMENT= Audio converter and library for converting u-law to gsm encoding WRKSRC= ${WRKDIR}/gsm-1.0-pl13 |