1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- Update to 0.4.7

PR:		141747
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
This commit is contained in:
Martin Wilke 2009-12-18 22:28:58 +00:00
parent d7213e8fdc
commit f316277e20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246193
2 changed files with 7 additions and 10 deletions

View File

@ -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-configure:
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

View File

@ -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