svn commit: r425406 - head/multimedia/umph

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 5 18:00:27 UTC 2016


Author: sunpoet
Date: Sat Nov  5 18:00:26 2016
New Revision: 425406
URL: https://svnweb.freebsd.org/changeset/ports/425406

Log:
  - Remove GOOGLE_CODE from MASTER_SITES and unbreak this port
  - Add LICENSE_FILE

Modified:
  head/multimedia/umph/Makefile

Modified: head/multimedia/umph/Makefile
==============================================================================
--- head/multimedia/umph/Makefile	Sat Nov  5 18:00:21 2016	(r425405)
+++ head/multimedia/umph/Makefile	Sat Nov  5 18:00:26 2016	(r425406)
@@ -5,16 +5,13 @@ PORTNAME=	umph
 PORTVERSION=	0.2.5
 PORTREVISION=	1
 CATEGORIES=	multimedia
-MASTER_SITES=	GOOGLE_CODE \
-		LOCAL/sunpoet
+MASTER_SITES=	LOCAL/sunpoet
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	YouTube video playlist parser for cclive and alike tools
 
 LICENSE=	GPLv3
 
-BROKEN=		Unfetchable (google code has gone away)
-
 BUILD_DEPENDS=	p5-Getopt-ArgvFile>=1.11:devel/p5-Getopt-ArgvFile \
 		p5-Umph-Prompt>=0:multimedia/p5-Umph-Prompt \
 		p5-XML-DOM>=1.44:textproc/p5-XML-DOM


More information about the svn-ports-all mailing list