svn commit: r306610 - in head: . audio/timidity

Eitan Adler eadler at FreeBSD.org
Mon Oct 29 13:20:12 UTC 2012


Author: eadler
Date: Mon Oct 29 13:20:11 2012
New Revision: 306610
URL: http://svn.freebsd.org/changeset/ports/306610

Log:
  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

Modified:
  head/LEGAL
  head/audio/timidity/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Mon Oct 29 13:15:46 2012	(r306609)
+++ head/LEGAL	Mon Oct 29 13:20:11 2012	(r306610)
@@ -207,7 +207,6 @@ gnome2/mcitymicrogui-default* x11-themes
 						the author.  Keep FreeBSD safe
 						if the theme author violated
 						copyrights
-goemon.tgz		audio/timidity		Uses copyrighted patches
 GoogleEarthLinux-*	astro/google-earth	Not really sure about the
 						redistribution terms
 goPod-*			misc/*gopod		Unclear legal status in EU

Modified: head/audio/timidity/Makefile
==============================================================================
--- head/audio/timidity/Makefile	Mon Oct 29 13:15:46 2012	(r306609)
+++ head/audio/timidity/Makefile	Mon Oct 29 13:20:11 2012	(r306610)
@@ -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 at 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


More information about the svn-ports-head mailing list