Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 19:23:11 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389990 - head/audio/id3ed
Message-ID:  <201506171923.t5HJNBn5080738@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Wed Jun 17 19:23:11 2015
New Revision: 389990
URL: https://svnweb.freebsd.org/changeset/ports/389990

Log:
  Unbreak fetch
  
  PR:	200726
  Submitted by:	<xxjack12xx@gmail.com>
  Approved by:	maintainer timeout (marked BROKEN for 5 weeks)

Modified:
  head/audio/id3ed/Makefile

Modified: head/audio/id3ed/Makefile
==============================================================================
--- head/audio/id3ed/Makefile	Wed Jun 17 18:58:10 2015	(r389989)
+++ head/audio/id3ed/Makefile	Wed Jun 17 19:23:11 2015	(r389990)
@@ -4,14 +4,13 @@
 PORTNAME=	id3ed
 PORTVERSION=	1.10.4
 CATEGORIES=	audio
-MASTER_SITES=	NETBSD
+MASTER_SITES=	http://code.fluffytapeworm.com/projects/${PORTNAME}/
 
 MAINTAINER=	turutani@scphys.kyoto-u.ac.jp
 COMMENT=	Id3 tag editor for mp3 files
 
 LICENSE=	GPLv2
 
-BROKEN=		Unfetchable
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/id3ed \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506171923.t5HJNBn5080738>