Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2009 14:34:03 GMT
From:      Toni Gundogdu <legatvs@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136346: [maintainer update] multimedia/abby to 0.4.0
Message-ID:  <200907051434.n65EY3e1056832@www.freebsd.org>
Resent-Message-ID: <200907051440.n65Ee1MI006224@freefall.freebsd.org>

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

>Number:         136346
>Category:       ports
>Synopsis:       [maintainer update] multimedia/abby to 0.4.0
>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:   Sun Jul 05 14:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Toni Gundogdu
>Release:        FreeBSD 7.2-RELEASE-p2
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/multimedia/abby/Makefile abby/Makefile
--- /usr/ports/multimedia/abby/Makefile	2009-06-23 23:49:07.000000000 +0300
+++ abby/Makefile	2009-07-05 17:21:20.000000000 +0300
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=	abby
-PORTVERSION=	0.3.0
+PORTVERSION=	0.4.0
 CATEGORIES=	multimedia net
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	legatvs@gmail.com
-COMMENT=	Front-end for cclive
+COMMENT=	Front-end for c/clive
 
-RUN_DEPENDS=	cclive>=0.4.4:${PORTSDIR}/multimedia/cclive
+OPTIONS=	CCLIVE "Use cclive as back-end" on \
+		CLIVE  "Use clive as back-end" off
 
 USE_BZIP2=	yes
 USE_QT_VER=	4
@@ -31,4 +32,12 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/abby ${PREFIX}/bin/abby
 
+.if defined(WITH_CCLIVE)
+RUN_DEPENDS+=	cclive>=0.4.4:${PORTSDIR}/multimedia/cclive
+.endif
+
+.if defined(WITH_CLIVE)
+RUN_DEPENDS+=	clive>=2.2.1:${PORTSDIR}/multimedia/clive
+.endif
+
 .include <bsd.port.post.mk>
diff -ruN /usr/ports/multimedia/abby/distinfo abby/distinfo
--- /usr/ports/multimedia/abby/distinfo	2009-06-23 23:49:07.000000000 +0300
+++ abby/distinfo	2009-07-05 17:05:41.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (abby-0.3.0.tar.bz2) = 30dd020be3d71fcfa162bddd64ceb87e
-SHA256 (abby-0.3.0.tar.bz2) = 59fd5f91e2009f4f6ecd26b5ffad5373c49a4435edfdf27f1a564e00500954c9
-SIZE (abby-0.3.0.tar.bz2) = 41196
+MD5 (abby-0.4.0.tar.bz2) = 50b41c0a63457c272f871d4997d33b88
+SHA256 (abby-0.4.0.tar.bz2) = d42e2b6ee8259904d80d50b7147be3b966f991333367b256aaa86ba960192124
+SIZE (abby-0.4.0.tar.bz2) = 38985
diff -ruN /usr/ports/multimedia/abby/pkg-descr abby/pkg-descr
--- /usr/ports/multimedia/abby/pkg-descr	2009-04-04 20:58:24.000000000 +0300
+++ abby/pkg-descr	2009-07-05 17:27:14.000000000 +0300
@@ -1,3 +1,5 @@
-abby is a front-end for cclive and clive video extraction utilities.
+abby is a front-end for cclive and clive utilities that can
+be used to download videos from Youtube and similar video
+websites.
 
 WWW: http://code.google.com/p/abby


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



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