1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

audio/gsm: Add distfile mirrors

- Remove dead mirror, add some working mirrors
	- Add 2>&1 >/dev/null || true to @unexec rm ... in pkg-plist

PR:		ports/95377
Submitted by:	Lars Engels <lars.engels@0x20.net>
This commit is contained in:
Edwin Groothuis 2006-04-06 00:02:28 +00:00
parent a4fef5737f
commit f6606381c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158912
2 changed files with 7 additions and 3 deletions

View File

@ -8,7 +8,11 @@
PORTNAME= gsm
PORTVERSION= 1.0.10
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
MASTER_SITES= 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/
MAINTAINER= ports@FreeBSD.org
COMMENT= Audio converter and library for converting u-law to gsm encoding

View File

@ -1,8 +1,8 @@
bin/toast
@exec ln -sf %F %B/tcat
@exec ln -sf %F %B/untoast
@unexec rm %D/bin/tcat
@unexec rm %D/bin/untoast
@unexec rm %D/bin/tcat 2>&1 >/dev/null || true
@unexec rm %D/bin/untoast 2>&1 >/dev/null || true
include/gsm.h
lib/libgsm.a
lib/libgsm.so