Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2009 17:51:40 GMT
From:      legatvs <legatvs@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134211: [maintainer update] multimedia/cclive to 0.4.1
Message-ID:  <200905041751.n44Hpef0064202@www.freebsd.org>
Resent-Message-ID: <200905041800.n44I04HU056517@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134211
>Category:       ports
>Synopsis:       [maintainer update] multimedia/cclive to 0.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 04 18:00:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     legatvs
>Release:        FreeBSD 7.1-RELEASE-p5
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/multimedia/cclive/Makefile cclive/Makefile
--- /usr/ports/multimedia/cclive/Makefile	2009-04-27 02:44:22.000000000 +0300
+++ cclive/Makefile	2009-05-04 20:35:19.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cclive
-PORTVERSION=	0.3.2
+PORTVERSION=	0.4.1
 CATEGORIES=	multimedia net
 MASTER_SITES=	GOOGLE_CODE
 
@@ -15,8 +15,8 @@
 
 LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
 
-OPTIONS=	TITLE 	 "Enable video title parsing (req. Perl)" off \
-		SIGWINCH "Enable SIGWINCH handling; resize progressbar" on
+OPTIONS=	PERL "Embed Perl interpreter" off \
+		SIGWINCH "Handle SIGWINCH" on
 
 MAN1=		cclive.1
 
@@ -29,14 +29,14 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_TITLE)
+.if defined(WITH_PERL)
 CONFIGURE_ARGS+=--with-perl
 USE_PERL5=	5.8.2+
 RUN_DEPENDS+=	p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser
 .endif
 
 .if defined(WITH_SIGWINCH)
-CONFIGURE_ARGS+=	--with-sigwinch
+CONFIGURE_ARGS+=	--enable-sigwinch
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN /usr/ports/multimedia/cclive/distinfo cclive/distinfo
--- /usr/ports/multimedia/cclive/distinfo	2009-04-27 02:44:22.000000000 +0300
+++ cclive/distinfo	2009-05-04 20:38:17.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (cclive-0.3.2.tar.bz2) = 1136b0550c19aa58f47d053e4939ed58
-SHA256 (cclive-0.3.2.tar.bz2) = 33f73200b61ae0da31d1c1634c09bbe1c4ff4ee5312208e3ff26091d1e28ba65
-SIZE (cclive-0.3.2.tar.bz2) = 122248
+MD5 (cclive-0.4.1.tar.bz2) = f7a8327b8a843bda97d5a580ca881428
+SHA256 (cclive-0.4.1.tar.bz2) = e3d23a440ac3eebb2603aa464a0d825d1e1985099cf66b1ce083138ecf6c3117
+SIZE (cclive-0.4.1.tar.bz2) = 133722


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905041751.n44Hpef0064202>