diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 03:39:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 03:39:59 +0800 |
commit | 54789b88b6155c3f6976d44d75f6f74a40bbe632 (patch) | |
tree | 0f301b78c903242053c0ca1166e50b9aeca9cad3 /multimedia | |
parent | 7da1057a4131441921af7fd08331fc2fbee61a3b (diff) | |
download | freebsd-ports-graphics-54789b88b6155c3f6976d44d75f6f74a40bbe632.tar.gz freebsd-ports-graphics-54789b88b6155c3f6976d44d75f6f74a40bbe632.tar.zst freebsd-ports-graphics-54789b88b6155c3f6976d44d75f6f74a40bbe632.zip |
- Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libquvi-scripts/Makefile | 5 | ||||
-rw-r--r-- | multimedia/libquvi-scripts/pkg-descr | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/libquvi-scripts/Makefile b/multimedia/libquvi-scripts/Makefile index cbc5378ae8b..e05f89385da 100644 --- a/multimedia/libquvi-scripts/Makefile +++ b/multimedia/libquvi-scripts/Makefile @@ -4,8 +4,7 @@ PORTNAME= libquvi-scripts PORTVERSION= 0.4.21 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ - GOOGLE_CODE +MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Embedded lua scripts for libquvi and utility scripts @@ -22,8 +21,6 @@ NSFW_DESC= Enable adult website support GNU_CONFIGURE= yes USES= pathfix tar:xz -PROJECTHOST= quvi - NSFW_CONFIGURE_WITH= nsfw .include <bsd.port.mk> diff --git a/multimedia/libquvi-scripts/pkg-descr b/multimedia/libquvi-scripts/pkg-descr index f8a21f58b88..2afcfeb2527 100644 --- a/multimedia/libquvi-scripts/pkg-descr +++ b/multimedia/libquvi-scripts/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 |