Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2009 13:39:10 GMT
From:      Toni Gundogdu <legatvs@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141747: [maintainer update] multimedia/abby to 0.4.7
Message-ID:  <200912181339.nBIDdAUg078331@www.freebsd.org>
Resent-Message-ID: <200912181340.nBIDe3sk031759@freefall.freebsd.org>

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

>Number:         141747
>Category:       ports
>Synopsis:       [maintainer update] multimedia/abby to 0.4.7
>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:   Fri Dec 18 13:40:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Toni Gundogdu
>Release:        FreeBSD 8.0-RELEASE (GENERIC)
>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-12-13 02:21:32.000000000 +0200
+++ abby/Makefile	2009-12-18 14:23:32.000000000 +0200
@@ -6,15 +6,14 @@
 #
 
 PORTNAME=	abby
-PORTVERSION=	0.4.6.1
+PORTVERSION=	0.4.7
 CATEGORIES=	multimedia net
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	legatvs@gmail.com
 COMMENT=	Front-end for c/clive
 
-OPTIONS=	CCLIVE "Use cclive backend" on \
-		CLIVE  "Use clive backend" off
+OPTIONS=	CCLIVE "Use cclive backend (instead of clive)" on
 
 USE_BZIP2=	yes
 USE_QT_VER=	4
@@ -32,11 +31,9 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/abby ${PREFIX}/bin/abby
 
-.if defined(WITHOUT_CCLIVE)
+.if defined(WITH_CCLIVE)
 RUN_DEPENDS+=	cclive>=0.5.6:${PORTSDIR}/multimedia/cclive
-.endif
-
-.if defined(WITH_CLIVE)
+.else
 RUN_DEPENDS+=	clive>=2.2.5:${PORTSDIR}/multimedia/clive
 .endif
 
diff -ruN /usr/ports/multimedia/abby/distinfo abby/distinfo
--- /usr/ports/multimedia/abby/distinfo	2009-12-13 02:21:32.000000000 +0200
+++ abby/distinfo	2009-12-18 14:19:17.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (abby-0.4.6.1.tar.bz2) = f8ca71a7c4a07b4aa1c51bc1b66d24d7
-SHA256 (abby-0.4.6.1.tar.bz2) = 6068e7d28e823cd3017a56a78bf1bd89b0ea7e5d27e5e079de7fd810ca0929a0
-SIZE (abby-0.4.6.1.tar.bz2) = 47853
+MD5 (abby-0.4.7.tar.bz2) = c9ed01675da814435dc60fde5c38b9ec
+SHA256 (abby-0.4.7.tar.bz2) = ed061ef36c7843775b6ce7f67f765eb89a0fc75303d79d76b04638d22bdf20d8
+SIZE (abby-0.4.7.tar.bz2) = 50959


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



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