Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2009 09:10:07 GMT
From:      legatvs <legatvs@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134384: [maintainer update] multimedia/cclive to 0.4.2
Message-ID:  <200905090910.n499A7Bq055768@www.freebsd.org>
Resent-Message-ID: <200905090920.n499K5lp040201@freefall.freebsd.org>

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

>Number:         134384
>Category:       ports
>Synopsis:       [maintainer update] multimedia/cclive to 0.4.2
>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:   Sat May 09 09:20:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     legatvs
>Release:        FreeBSD 7.2-RELEASE
>Organization:
>Environment:
FreeBSD legioix 7.2-RELEASE FreeBSD 7.2-RELEASE #1: Thu May  7 21:56:47 EEST 2009     legatvs@tbird:/usr/obj/usr/src/sys/OPTIMAL  i386
>Description:
Closes:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134211
>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-09 11:45:09.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cclive
-PORTVERSION=	0.3.2
+PORTVERSION=	0.4.2
 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
 
@@ -24,19 +24,20 @@
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USE_GCC=	4.2+
 MAKE_JOBS_SAFE=	yes
 USE_GNOME=	pkgconfig
 
 .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-09 11:47:25.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.2.tar.bz2) = da38b5699641ec4e8029c7675a78ab03
+SHA256 (cclive-0.4.2.tar.bz2) = d502a8661d5f86dc310044f9f1baff9fb1bfabd68ff1a074c293ebd6b8a924ba
+SIZE (cclive-0.4.2.tar.bz2) = 134002


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



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