diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-06 02:00:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-06 02:00:26 +0800 |
commit | 98a3791ddf46f038e445c16194274bb87b7a0813 (patch) | |
tree | f3af3afb64ddfee558974038ce83431276fc8451 /multimedia | |
parent | 8f5f579fd473c403ee6beba823f218aeb2cba254 (diff) | |
download | freebsd-ports-gnome-98a3791ddf46f038e445c16194274bb87b7a0813.tar.gz freebsd-ports-gnome-98a3791ddf46f038e445c16194274bb87b7a0813.tar.zst freebsd-ports-gnome-98a3791ddf46f038e445c16194274bb87b7a0813.zip |
- Remove GOOGLE_CODE from MASTER_SITES and unbreak this port
- Add LICENSE_FILE
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/umph/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/umph/Makefile b/multimedia/umph/Makefile index 93725e483dca..1f6073806a34 100644 --- a/multimedia/umph/Makefile +++ b/multimedia/umph/Makefile @@ -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@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 |