Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: ports/144857: [patch] audio/abraca: update to 0.4.3

0 views
Skip to first unread message

Guido Falsi

unread,
Apr 12, 2010, 9:10:04 AM4/12/10
to freebsd-p...@freebsd.org
The following reply was made to PR ports/144857; it has been noted by GNATS.

From: Guido Falsi <m...@madpilot.net>
To: FreeBSD-gn...@freebsd.org
Cc:
Subject: Re: ports/144857: [patch] audio/abraca: update to 0.4.3
Date: Mon, 12 Apr 2010 13:09:11 +0200

On Sun, Apr 11, 2010 at 06:13:53PM +0200, Olivier Smedts wrote:
> 2010/3/18 Guido Falsi <m...@madpilot.net>:
> >
> >>Submitter-Id:  current-users
> >>Originator:    Guido Falsi
> >>Organization:  None
> >>Confidential:  no
> >>Synopsis:      [patch] audio/abraca: update to 0.4.3
> >>Severity:      non-critical
> >>Priority:      low
> >>Category:      ports
> >>Class:         update
> >>Release:       FreeBSD 8.0-STABLE amd64
> >>Environment:
> > System: FreeBSD megatron.madpilot.net 8.0-STABLE FreeBSD 8.0-STABLE #11: Fri Feb 12 15:55:37 CET 2010 ro...@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64
> >
> >>Description:
> >
> > Update to 0.4.3. This version changed the build system to scons.
> >
> > Maintainer is CCed.
>
> Hello and thank you for the patch, not tested because I don't use
> xmms2 nor abraca any more, and abraca was quite dead for some time.
> 0.5.0 has just been released, could you test it and update your patch ?

I tried it just now, after getting the information from you. Unluckily
this latest version depends on the latest "vala" to compile. It
got out just 12 days ago. I see it's maintained by the gnome group.
Maybe it's update is in the pipe with the upcoming gnome update?

I'll check the situation and submit further information.

--
Guido Falsi <m...@madpilot.net>

Guido Falsi

unread,
Apr 12, 2010, 1:10:03 PM4/12/10
to freebsd-p...@freebsd.org
The following reply was made to PR ports/144857; it has been noted by GNATS.

From: Guido Falsi <m...@madpilot.net>
To: bug-fo...@FreeBSD.org, m...@madpilot.net
Cc:
Subject: Re: ports/144857: [patch] audio/abraca: update to 0.4.3

Date: Mon, 12 Apr 2010 19:07:37 +0200

This is a multi-part message in MIME format.
--------------000904010207070800090000
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Posting revised update to version 0.5.0.

Needed to add dependency on libgee.

It does not depend on newer vala as stated previously. My mistake.

I removed the files directory and all patches, since they are not needed
anymore.

Also updated the project URl in the pkg_descr.

--
Guido Falsi <m...@madpilot.net>

--------------000904010207070800090000
Content-Type: text/plain;
name="abraca-new.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="abraca-new.diff"

diff -ruN abraca.old/Makefile abraca/Makefile
--- abraca.old/Makefile 2010-04-12 20:19:15.000000000 +0200
+++ abraca/Makefile 2010-04-12 20:22:59.000000000 +0200
@@ -6,25 +6,25 @@
#

PORTNAME= abraca
-PORTVERSION= 0.4
-PORTREVISION= 2
-DISTVERSIONSUFFIX=-pre2
+PORTVERSION= 0.5.0
CATEGORIES= audio
-MASTER_SITES= http://abraca.xmms.se/attachments/download/100/
+MASTER_SITES= http://abraca.xmms.se/attachments/download/128/

MAINTAINER= oli...@gid0.org
COMMENT= Abraca is a GTK2 client for the XMMS2 music player

-LIB_DEPENDS= xmmsclient.5:${PORTSDIR}/audio/xmms2
+BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala
+LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \
+ gee.2:${PORTSDIR}/devel/libgee

-USE_GMAKE= yes
-ALL_TARGET= # defined
+USE_BZIP2= yes
+USE_SCONS= yes
USE_GNOME= gtk20

PLIST_FILES= bin/${PORTNAME}

do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/build/src/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.pre.mk>

diff -ruN abraca.old/distinfo abraca/distinfo
--- abraca.old/distinfo 2010-04-12 20:19:15.000000000 +0200
+++ abraca/distinfo 1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-MD5 (abraca-0.4-pre2.tar.gz) = ccfaf2bb1d01f0ab9915896bdad859c1
-SHA256 (abraca-0.4-pre2.tar.gz) = b2af3a885d6398735c581e43edb45658ed0190e69f99b3f55e7dfa3d6f85ce4b
-SIZE (abraca-0.4-pre2.tar.gz) = 155504
diff -ruN abraca.old/pkg-descr abraca/pkg-descr
--- abraca.old/pkg-descr 2010-04-12 20:19:15.000000000 +0200
+++ abraca/pkg-descr 2010-04-12 20:20:56.000000000 +0200
@@ -1,4 +1,4 @@
Abraca is a GTK2 client for the XMMS2 music player. It is designed with
collections in mind, which makes managing your music a breeze.

-WWW: http://nooms.de/projects/abraca
+WWW: http://abraca.xmms.se/wiki/abraca

--------------000904010207070800090000--

0 new messages