diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-29 21:20:11 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-29 21:20:11 +0800 |
commit | fbb9778dbc93b797cb75df0563d54936833f0dce (patch) | |
tree | e6ee979b8bbc562f55c90d45a4db6ee3283151c5 /audio | |
parent | 592f3e76a7530260814a0882b24711e0aeb59af4 (diff) | |
download | freebsd-ports-gnome-fbb9778dbc93b797cb75df0563d54936833f0dce.tar.gz freebsd-ports-gnome-fbb9778dbc93b797cb75df0563d54936833f0dce.tar.zst freebsd-ports-gnome-fbb9778dbc93b797cb75df0563d54936833f0dce.zip |
It seems that the file dgguspat.zip is the one which was legally restricted, but
this file is no longer used by the port.
The TIINS MASTER_SITE (ftp://ftp.kiarchive.ru) is no longer accessible.
Trim headers
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index f0840cac4c8b..3b5fbe05cd4a 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,25 +1,21 @@ -# New ports collection makefile for: timidity -# Date created: 17 Nov 1996 -# Whom: ache -# # $FreeBSD$ -# PORTNAME= timidity PORTVERSION= 0.2i PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/misc/hardware/soundcard/gus/:tiins \ - http://www.onicos.com/staff/iz/timidity/dist/:timidity +MASTER_SITES= http://www.onicos.com/staff/iz/timidity/dist/:timidity + DISTFILES= ${TIINS}:tiins ${DISTNAME}.tar.gz:timidity EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= MIDI to WAV renderer and player -CONFLICTS= timidity++-2.13.* +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-12-29 -NO_CDROM= "Uses copyrighted patches" +CONFLICTS= timidity++-2.13.* TIINS= goemon.tgz INSTALL_TARGET= install.all |