diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-18 16:09:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-18 16:09:23 +0000 |
commit | 798bcc77b18dd66dd83df5b71750c87f5abfe4a0 (patch) | |
tree | fdc6c5b539725c31f48beddbc091fdd27199d37d /multimedia/libquvi-scripts09 | |
parent | f2d72da4df5fe875708c2be49137336827515e53 (diff) |
Update RUN_DEPENDS
- While I'm here, update WWW
- Bump PORTREVISION for dependency change
PR: 200337
Reported by: olivierd
Notes
Notes:
svn path=/head/; revision=434364
Diffstat (limited to 'multimedia/libquvi-scripts09')
-rw-r--r-- | multimedia/libquvi-scripts09/Makefile | 6 | ||||
-rw-r--r-- | multimedia/libquvi-scripts09/pkg-descr | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/libquvi-scripts09/Makefile b/multimedia/libquvi-scripts09/Makefile index 5c3a0cafa5f5..451709b37694 100644 --- a/multimedia/libquvi-scripts09/Makefile +++ b/multimedia/libquvi-scripts09/Makefile @@ -3,6 +3,7 @@ PORTNAME= libquvi-scripts PORTVERSION= 0.9.20131130 +PORTREVISION= 1 CATEGORIES= multimedia devel MASTER_SITES= SF/quvi/${PORTVERSION}/${PORTNAME}/ PKGNAMESUFFIX= 09 @@ -13,6 +14,11 @@ COMMENT= Embedded lua scripts for libquvi and utility scripts LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}bitop>=1.0.1:devel/lua-bitop \ + ${LUA_PKGNAMEPREFIX}luaexpat>=1.2.0:textproc/luaexpat \ + ${LUA_PKGNAMEPREFIX}json>=1.1.1:converters/lua-json \ + ${LUA_PKGNAMEPREFIX}luasocket>=2.0.2:net/luasocket + OPTIONS_DEFINE= NSFW OPTIONS_SUB= yes NSFW_DESC= Enable adult website support diff --git a/multimedia/libquvi-scripts09/pkg-descr b/multimedia/libquvi-scripts09/pkg-descr index 2afcfeb25278..280359283dd0 100644 --- a/multimedia/libquvi-scripts09/pkg-descr +++ b/multimedia/libquvi-scripts09/pkg-descr @@ -8,4 +8,4 @@ libquvi-scripts contains the embedded lua scripts that libquvi uses for parsing the media details. Some additional utility scripts are also included. WWW: http://quvi.sourceforge.net/ -WWW: http://repo.or.cz/w/libquvi-scripts.git +WWW: https://github.com/legatvs/libquvi-scripts |