Date: Sat, 1 Aug 2009 11:00:30 GMT From: Toni Gundogdu <legatvs@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137329: [maintainer update] multimedia/abby to 0.4.2 Message-ID: <200908011100.n71B0Ujl006472@www.freebsd.org> Resent-Message-ID: <200908011110.n71BA6oW010942@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137329 >Category: ports >Synopsis: [maintainer update] multimedia/abby 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 Aug 01 11:10:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Toni Gundogdu >Release: FreeBSD 7.2-RELEASE-p2 i386 >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-07-06 01:05:13.000000000 +0300 +++ abby/Makefile 2009-08-01 13:51:23.000000000 +0300 @@ -6,15 +6,15 @@ # PORTNAME= abby -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.2 CATEGORIES= multimedia net MASTER_SITES= GOOGLE_CODE MAINTAINER= legatvs@gmail.com COMMENT= Front-end for c/clive -OPTIONS= CCLIVE "Use cclive as back-end" on \ - CLIVE "Use clive as back-end" off +OPTIONS= CCLIVE "Use cclive backend" on \ + CLIVE "Use clive backend" off USE_BZIP2= yes USE_QT_VER= 4 @@ -25,7 +25,7 @@ do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} "QT+=network xml" -unix PREFIX=${PREFIX} abby.pro + ${QMAKE} -unix PREFIX=${PREFIX} abby.pro .include <bsd.port.pre.mk> @@ -33,11 +33,11 @@ ${INSTALL_PROGRAM} ${WRKSRC}/abby ${PREFIX}/bin/abby .if defined(WITHOUT_CCLIVE) -RUN_DEPENDS+= cclive>=0.4.4:${PORTSDIR}/multimedia/cclive +RUN_DEPENDS+= cclive>=0.4.6:${PORTSDIR}/multimedia/cclive .endif .if defined(WITH_CLIVE) -RUN_DEPENDS+= clive>=2.2.1:${PORTSDIR}/multimedia/clive +RUN_DEPENDS+= clive>=2.2.3:${PORTSDIR}/multimedia/clive .endif .include <bsd.port.post.mk> diff -ruN /usr/ports/multimedia/abby/distinfo abby/distinfo --- /usr/ports/multimedia/abby/distinfo 2009-07-06 01:05:13.000000000 +0300 +++ abby/distinfo 2009-08-01 13:47:59.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (abby-0.4.0.tar.bz2) = 50b41c0a63457c272f871d4997d33b88 -SHA256 (abby-0.4.0.tar.bz2) = d42e2b6ee8259904d80d50b7147be3b966f991333367b256aaa86ba960192124 -SIZE (abby-0.4.0.tar.bz2) = 38985 +MD5 (abby-0.4.2.tar.bz2) = 5ee4b1d085461a7fda7bba46c4fa677b +SHA256 (abby-0.4.2.tar.bz2) = c57634d9815f43b0af1f71dcd4a9f16c454de9afa275e01d8099a471e558a608 +SIZE (abby-0.4.2.tar.bz2) = 40385 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908011100.n71B0Ujl006472>