diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-21 19:40:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-21 19:40:23 +0000 |
commit | 5c26b17fb9356b4cbb4e3d6b70d2f8dfe2c18b9d (patch) | |
tree | 9ed369fb06eb02400fdc196a948f4cb32e2de64f | |
parent | - Remove GOOGLE_CODE from MASTER_SITES (diff) |
- Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
Notes
Notes:
svn path=/head/; revision=381836
-rw-r--r-- | multimedia/quvi/Makefile | 3 | ||||
-rw-r--r-- | multimedia/quvi/pkg-descr | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile index 2a445e45fb59..e9c316348eb8 100644 --- a/multimedia/quvi/Makefile +++ b/multimedia/quvi/Makefile @@ -5,8 +5,7 @@ PORTNAME= quvi PORTVERSION= 0.4.2 PORTREVISION= 2 CATEGORIES= multimedia devel -MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ - GOOGLE_CODE +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool for parsing flash media stream URLs diff --git a/multimedia/quvi/pkg-descr b/multimedia/quvi/pkg-descr index b5dfd27839b5..3fa98541fddc 100644 --- a/multimedia/quvi/pkg-descr +++ b/multimedia/quvi/pkg-descr @@ -4,7 +4,5 @@ many websites including YouTube and Dailymotion. Starting from 0.4.0, the quvi distribution has split into libquvi-scripts, libquvi and quvi. -git repo: http://repo.or.cz/w/quvi-tool.git - WWW: http://quvi.sourceforge.net/ -WWW: http://quvi.googlecode.com/ +WWW: http://repo.or.cz/w/quvi-tool.git |