diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 03:40:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 03:40:17 +0800 |
commit | deb14976199b3606bf5332fb687641829aca12ed (patch) | |
tree | 0997cb9856d3f96af24aede808f6a8170a96d545 /multimedia/libquvi09 | |
parent | 5e1875b248e77296702258a607b76ca077a54d09 (diff) | |
download | freebsd-ports-gnome-deb14976199b3606bf5332fb687641829aca12ed.tar.gz freebsd-ports-gnome-deb14976199b3606bf5332fb687641829aca12ed.tar.zst freebsd-ports-gnome-deb14976199b3606bf5332fb687641829aca12ed.zip |
- Remove GOOGLE_CODE from MASTER_SITES
- Add git repository to WWW
- Cleanup WWW
Diffstat (limited to 'multimedia/libquvi09')
-rw-r--r-- | multimedia/libquvi09/Makefile | 5 | ||||
-rw-r--r-- | multimedia/libquvi09/pkg-descr | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/libquvi09/Makefile b/multimedia/libquvi09/Makefile index 420b77adb105..96bbe37e3cfe 100644 --- a/multimedia/libquvi09/Makefile +++ b/multimedia/libquvi09/Makefile @@ -5,8 +5,7 @@ PORTNAME= libquvi PORTVERSION= 0.9.4 PORTREVISION= 2 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ - GOOGLE_CODE +MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ PKGNAMESUFFIX= 09 MAINTAINER= sunpoet@FreeBSD.org @@ -31,8 +30,6 @@ USES= iconv libtool lua pathfix pkgconfig tar:xz PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX} PORTVERSION=${PORTVERSION} QUVIVERSION=${PORTVERSION:R} -PROJECTHOST= quvi - post-patch: @${REINPLACE_CMD} 's/lua-5.1/lua-${LUA_VER}/g' ${WRKSRC}/configure diff --git a/multimedia/libquvi09/pkg-descr b/multimedia/libquvi09/pkg-descr index aa44402933d3..98b61e8097aa 100644 --- a/multimedia/libquvi09/pkg-descr +++ b/multimedia/libquvi09/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 |