diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 03:40:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 03:40:05 +0800 |
commit | e44047858083e02beb3fde8fa5c691643de6295e (patch) | |
tree | 39c5a51622bf9c74cc925cc9877c6f53bfcb5972 /multimedia/libquvi-scripts09 | |
parent | 54789b88b6155c3f6976d44d75f6f74a40bbe632 (diff) | |
download | freebsd-ports-gnome-e44047858083e02beb3fde8fa5c691643de6295e.tar.gz freebsd-ports-gnome-e44047858083e02beb3fde8fa5c691643de6295e.tar.zst freebsd-ports-gnome-e44047858083e02beb3fde8fa5c691643de6295e.zip |
- Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
Diffstat (limited to 'multimedia/libquvi-scripts09')
-rw-r--r-- | multimedia/libquvi-scripts09/Makefile | 5 | ||||
-rw-r--r-- | multimedia/libquvi-scripts09/pkg-descr | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/libquvi-scripts09/Makefile b/multimedia/libquvi-scripts09/Makefile index f9e3092c8eb4..635ea0e5577b 100644 --- a/multimedia/libquvi-scripts09/Makefile +++ b/multimedia/libquvi-scripts09/Makefile @@ -4,8 +4,7 @@ PORTNAME= libquvi-scripts PORTVERSION= 0.9.20131130 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION}/${PORTNAME}/ \ - GOOGLE_CODE +MASTER_SITES= SF/quvi/${PORTVERSION}/${PORTNAME}/ PKGNAMESUFFIX= 09 MAINTAINER= sunpoet@FreeBSD.org @@ -23,8 +22,6 @@ USES= lua:run pathfix tar:xz PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX} PORTVERSION=${PORTVERSION} QUVIVERSION=${PORTVERSION:R} -PROJECTHOST= quvi - NSFW_CONFIGURE_WITH= nsfw .include <bsd.port.mk> diff --git a/multimedia/libquvi-scripts09/pkg-descr b/multimedia/libquvi-scripts09/pkg-descr index f8a21f58b88e..2afcfeb25278 100644 --- a/multimedia/libquvi-scripts09/pkg-descr +++ b/multimedia/libquvi-scripts09/pkg-descr @@ -7,7 +7,5 @@ libquvi and quvi. libquvi-scripts contains the embedded lua scripts that libquvi uses for parsing the media details. Some additional utility scripts are also included. -git repo: http://repo.or.cz/w/libquvi-scripts.git - WWW: http://quvi.sourceforge.net/ -WWW: http://quvi.googlecode.com/ +WWW: http://repo.or.cz/w/libquvi-scripts.git |