diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-21 19:40:11 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-21 19:40:11 +0000 |
commit | 5e1875b248e77296702258a607b76ca077a54d09 (patch) | |
tree | 2aeee1db717c5b6470d945f21b301c663be6c7ca | |
parent | e44047858083e02beb3fde8fa5c691643de6295e (diff) | |
download | FreeBSD-ports-5e1875b248e77296702258a607b76ca077a54d09.zip FreeBSD-ports-5e1875b248e77296702258a607b76ca077a54d09.tar.gz |
- Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
-rw-r--r-- | multimedia/libquvi/Makefile | 5 | ||||
-rw-r--r-- | multimedia/libquvi/pkg-descr | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/libquvi/Makefile b/multimedia/libquvi/Makefile index 340d13a..72df5bb 100644 --- a/multimedia/libquvi/Makefile +++ b/multimedia/libquvi/Makefile @@ -5,8 +5,7 @@ PORTNAME= libquvi PORTVERSION= 0.4.1 PORTREVISION= 4 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ - GOOGLE_CODE +MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cross-platform library for parsing flash media stream URLs @@ -31,8 +30,6 @@ USE_LDCONFIG= yes PORTDOCS= * -PROJECTHOST= quvi - LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit LUAJIT_USES_OFF= lua diff --git a/multimedia/libquvi/pkg-descr b/multimedia/libquvi/pkg-descr index aa44402..98b61e8 100644 --- a/multimedia/libquvi/pkg-descr +++ b/multimedia/libquvi/pkg-descr @@ -11,7 +11,5 @@ libquvi originates from the idea of allowing users to view the videos without having to install or use flash. It is a "workaround", not an "alternative" to flash. -git repo: http://repo.or.cz/w/libquvi.git - WWW: http://quvi.sourceforge.net/ -WWW: http://quvi.googlecode.com/ +WWW: http://repo.or.cz/w/libquvi.git |