Hi,

Here is a trivial update to cclive-0.7.12. While here, use MODLUA_WANTLIB.

Works fine on i386/amd64.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/cclive/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile    11 Mar 2013 11:44:41 -0000      1.5
+++ Makefile    15 Mar 2013 07:41:24 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              media download tool
 
-DISTNAME =             cclive-0.7.11
+DISTNAME =             cclive-0.7.12
 EXTRACT_SUFX =         .tar.xz
 
 CATEGORIES =           www
@@ -10,16 +10,16 @@ CATEGORIES =                www
 HOMEPAGE =             http://cclive.sourceforge.net
 
 # GPLv3+
-PERMIT_PACKAGE_CDROM =         Yes
+PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB +=             c crypto m ssl stdc++ z lua5.1 curl idn quvi
-WANTLIB +=             boost_date_time-mt boost_filesystem-mt 
-WANTLIB +=             boost_iostreams-mt boost_program_options-mt
-WANTLIB +=             boost_system-mt pcre pcrecpp pthread
+WANTLIB += boost_date_time-mt boost_filesystem-mt boost_iostreams-mt
+WANTLIB += boost_program_options-mt boost_system-mt c crypto curl
+WANTLIB += idn m pcre pcrecpp pthread quvi ssl stdc++ z ${MODLUA_WANTLIB}
 
 MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=cclive/}
 
-MODULES =              devel/gettext
+MODULES =              devel/gettext \
+                       lang/lua
 
 LIB_DEPENDS =          devel/boost \
                        devel/pcre \
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/cclive/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo    23 Dec 2012 03:28:44 -0000      1.3
+++ distinfo    15 Mar 2013 07:41:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (cclive-0.7.11.tar.xz) = Vmp53icuiU0rABeeqOU2X6GfobSYLr0MF8PRSOKXHvA=
-SIZE (cclive-0.7.11.tar.xz) = 264684
+SHA256 (cclive-0.7.12.tar.xz) = K2NANMV7I5Q1mQ5YbR92YsrzFHDKese9LxM+eoF7DZA=
+SIZE (cclive-0.7.12.tar.xz) = 266732

Reply via email to