Re: Fix for quvi-scripts and youtube

2013-11-12 Thread Dmitrij D. Czarkoff
Dmitrij D. Czarkoff said:
 Aparently there were more missing dependencies: devel/luabitop,
 textproc/luaexpat and currently missing from ports devel/luajson, which
 in turn requires lunit for test target.

Updated patch. New ports re-attached.

-- 
Dmitrij D. Czarkoff
Index: Makefile
===
RCS file: /var/cvs/ports/net/quvi/scripts/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile11 Nov 2013 14:56:46 -  1.13
+++ Makefile12 Nov 2013 03:46:54 -
@@ -7,10 +7,14 @@ COMMENT = scripts libquvi uses for parsi
 V =0.9.20131104
 DISTNAME = libquvi-scripts-${V}
 SUBST_VARS +=  V
+REVISION = 0
 
 MODULES =  lang/lua
 
-RUN_DEPENDS =  net/luasocket
+RUN_DEPENDS =  devel/luabitop \
+   devel/luajson \
+   net/luasocket \
+   textproc/luaexpat
 
 CONFIGURE_ARGS=--with-nsfw
 


luajson.tar.gz
Description: application/tar-gz


lunit.tar.gz
Description: application/tar-gz


Re: Fix for quvi-scripts and youtube

2013-11-09 Thread Dmitrij D. Czarkoff
Aparently there were more missing dependencies: devel/luabitop,
textproc/luaexpat and currently missing from ports devel/luajson, which
in turn requires lunit for test target. So, another patch and two
ports (paths relative to ${PORTSDIR}) are attached.

-- 
Dmitrij D. Czarkoff
Index: Makefile
===
RCS file: /var/cvs/ports/net/quvi/scripts/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile7 Nov 2013 15:49:11 -   1.12
+++ Makefile9 Nov 2013 19:46:11 -
@@ -5,11 +5,14 @@ PKG_ARCH =  *
 COMMENT =  scripts libquvi uses for parsing the media details
 
 DISTNAME = libquvi-scripts-0.9.20130903
-REVISION = 0
+REVISION = 1
 
 MODULES =  lang/lua
 
-RUN_DEPENDS =  net/luasocket
+RUN_DEPENDS =  devel/luabitop \
+   devel/luajson \
+   net/luasocket \
+   textproc/luaexpat
 
 CONFIGURE_ARGS=--with-nsfw
 


luajson.tar.gz
Description: application/tar-gz


lunit.tar.gz
Description: application/tar-gz


Fix for quvi-scripts and youtube

2013-11-07 Thread Dmitrij D. Czarkoff
Hello!

I installed a fresh system yesterday, and in process I noticed that quvi
complains on lack of luasocket. The diff below fixes it.

-- 
Dmitrij D. Czarkoff

Index: net/quvi/scripts/Makefile
===
RCS file: /var/cvs/ports/net/quvi/scripts/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- net/quvi/scripts/Makefile   26 Sep 2013 15:54:20 -  1.11
+++ net/quvi/scripts/Makefile   7 Nov 2013 15:25:03 -
@@ -8,6 +8,8 @@ DISTNAME =  libquvi-scripts-0.9.20130903
 
 MODULES =  lang/lua
 
+RUN_DEPENDS =  net/luasocket
+
 CONFIGURE_ARGS=--with-nsfw
 
 .include bsd.port.mk



Re: Fix for quvi-scripts and youtube

2013-11-07 Thread Stuart Henderson
On 2013/11/07 16:28, Dmitrij D. Czarkoff wrote:
 Hello!
 
 I installed a fresh system yesterday, and in process I noticed that quvi
 complains on lack of luasocket. The diff below fixes it.

Fixed, thanks (it needed a revision bump too).



Re: Fix for quvi-scripts and youtube

2013-11-07 Thread Dmitrij D. Czarkoff
Stuart Henderson said:
 (it needed a revision bump too)

Thanks for mentioning - I always forget about this bit...

-- 
Dmitrij D. Czarkoff