Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2010 17:10:03 GMT
From:      Guido Falsi <mad@madpilot.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/144857: [patch] audio/abraca: update to 0.4.3
Message-ID:  <201004121710.o3CHA30s060521@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/144857; it has been noted by GNATS.

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org, mad@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 <mad@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=	olivier@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--



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