Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 20:02:28 +0200
From:      "Aleksander Fafula" <alex@fafula.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/96787: [patch] update music/ruby-musicbrainz to 0.2.1
Message-ID:  <1146765748.18548@o>
Resent-Message-ID: <200605041800.k44I0aQ0078710@freefall.freebsd.org>

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

>Number:         96787
>Category:       ports
>Synopsis:       [patch] update music/ruby-musicbrainz to 0.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 04 18:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aleksander Fafula
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Fafula.com, BSDGuru.org 
>Environment:


System: FreeBSD 7.0-CURRENT #1: Thu Apr 13 20:02:38 CEST 2006
    root@o:/usr/obj/usr/src/sys/ALEX



>Description:





>How-To-Repeat:





>Fix:


--- ruby-musicbrainz.diff begins here ---
? ruby-musicbrainz.diff
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/ruby-musicbrainz/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	11 Nov 2005 01:17:19 -0000	1.8
+++ Makefile	4 May 2006 17:57:33 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	musicbrainz
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	audio ruby
 MASTER_SITES=	http://www.pablotron.org/download/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/ruby-musicbrainz/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	23 Nov 2005 23:29:45 -0000	1.5
+++ distinfo	4 May 2006 17:57:33 -0000
@@ -1,3 +1,3 @@
-MD5 (ruby/mb-ruby-0.2.0.tar.gz) = dc71a78de28c2a9e07403a3c63c9bea5
-SHA256 (ruby/mb-ruby-0.2.0.tar.gz) = 4f3e59b5d23b394a69c6f8ceaefe87e38dc98e11704abe2251fc9c7d507cef6e
-SIZE (ruby/mb-ruby-0.2.0.tar.gz) = 11877
+MD5 (ruby/mb-ruby-0.2.1.tar.gz) = 7116788d85a150b63502501b1eea9690
+SHA256 (ruby/mb-ruby-0.2.1.tar.gz) = 4bf7cd1665c85a668b20f2a03540d46324f4d3eac061e9938adeebc41d6781fb
+SIZE (ruby/mb-ruby-0.2.1.tar.gz) = 31304
Index: files/patch-extconf.rb
===================================================================
RCS file: /home/ncvs/ports/audio/ruby-musicbrainz/files/patch-extconf.rb,v
retrieving revision 1.3
diff -u -r1.3 patch-extconf.rb
--- files/patch-extconf.rb	25 Dec 2004 20:22:06 -0000	1.3
+++ files/patch-extconf.rb	4 May 2006 17:57:33 -0000
@@ -1,15 +1,15 @@
---- extconf.rb.orig	Sat Aug 21 19:41:02 2004
-+++ extconf.rb	Sun Dec 26 05:17:30 2004
-@@ -1,8 +1,8 @@
+--- extconf.rb.orig	Thu May  4 19:53:01 2006
++++ extconf.rb	Thu May  4 19:54:13 2006
+@@ -1,9 +1,9 @@
  require 'mkmf'
  
 -$LD_FLAGS = "-lstdc++ -lm"
-+$LDFLAGS="-L${PREFIX}/lib -lstdc++ -lm" 
++$LDFLAGS="-L${PREFIX}/lib -lstdc++ -lm"
  
--have_library('m', 'pow') and
+ have_func('pow', 'math.h') and
+ # note, this causes problems in cygwin.  any suggestions?
 -have_library('stdc++', '__cxa_rethrow') and
 -have_library('musicbrainz', 'mb_Query') and
-+have_library('m') and
 +have_library('stdc++') and 
 +have_library('musicbrainz') and
  create_makefile('musicbrainz')
--- ruby-musicbrainz.diff ends here ---



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



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