Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2006 15:08:14 -0400
From:      "Tom McLaughlin" <tmclaugh@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/104839: [Update] audio/cowbell: Update to 0.2.7.1, convert to USE_GNOME, move to LOCALBASE
Message-ID:  <1161889694.96462@bofh.straycat.dhs.org>
Resent-Message-ID: <200610261910.k9QJATB7005454@freefall.freebsd.org>

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

>Number:         104839
>Category:       ports
>Synopsis:       [Update] audio/cowbell: Update to 0.2.7.1, convert to USE_GNOME, move to LOCALBASE
>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 Oct 26 19:10:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tom McLaughlin
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-PRERELEASE #1: Tue Oct 10 13:44:00 EDT 2006
    root@bofh.meditech.com:/usr/obj/usr/src/sys/GENERIC_ULE



>Description:


Attached patch updates port to 0.2.7.1, removes the {BUILD,RUN}_DEPENDS
on gtk-sharp20 in favor of the USE_GNOME=gtksharp20, and moves the port to
LOCALBASE.  May I have permission to commit this after freeze?  Thanks.

(There's also a port revision bump because I've had this in the BSD# project
repo since I made the LOCALBASE change and recently I updated gtk# there.)


>How-To-Repeat:





>Fix:


--- audio-cowbell.patch begins here ---
diff --exclude CVS --exclude *.orig --exclude *.rej -ruN /usr/local/src/FREEBSD/ports/audio/cowbell/Makefile audio/cowbell/Makefile
--- /usr/local/src/FREEBSD/ports/audio/cowbell/Makefile	Sat Apr  1 21:52:27 2006
+++ audio/cowbell/Makefile	Thu Oct 26 00:28:47 2006
@@ -6,7 +6,8 @@
 #
 
 PORTNAME=	cowbell
-PORTVERSION=	0.2.6.2
+PORTVERSION=	0.2.7.1
+PORTREVISION=	1
 CATEGORIES=	audio gnome
 MASTER_SITES=	http://more-cowbell.org/releases/
 
@@ -14,13 +15,8 @@
 COMMENT=	An elegant music organizer
 
 LIB_DEPENDS=	tag:${PORTSDIR}/audio/taglib
-BUILD_DEPENDS=	gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
-		mono:${PORTSDIR}/lang/mono
-RUN_DEPENDS=	gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
-		mono:${PORTSDIR}/lang/mono
 
-USE_GNOME=	gnomehack gnomeprefix gnometarget intltool
-USE_X_PREFIX=	yes
+USE_GNOME=	gnomehack gnomeprefix gnometarget intltool gtksharp20
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
diff --exclude CVS --exclude *.orig --exclude *.rej -ruN /usr/local/src/FREEBSD/ports/audio/cowbell/distinfo audio/cowbell/distinfo
--- /usr/local/src/FREEBSD/ports/audio/cowbell/distinfo	Mon Mar 20 23:39:49 2006
+++ audio/cowbell/distinfo	Mon Oct  9 20:10:50 2006
@@ -1,3 +1,3 @@
-MD5 (cowbell-0.2.6.2.tar.gz) = bfa486925c6b2f26f4c2254694d48e8b
-SHA256 (cowbell-0.2.6.2.tar.gz) = 21755bcd76d2c4ef51b8586501751b617c4bf320ba48c1547a778e8b9d56934a
-SIZE (cowbell-0.2.6.2.tar.gz) = 270997
+MD5 (cowbell-0.2.7.1.tar.gz) = fcf32bcf60be2ca204519192eb26bacc
+SHA256 (cowbell-0.2.7.1.tar.gz) = 6f72a39efdd3322a9a73f76b37c2c350c47ccb5a4d4fa9388edd788086ddde86
+SIZE (cowbell-0.2.7.1.tar.gz) = 447145
diff --exclude CVS --exclude *.orig --exclude *.rej -ruN /usr/local/src/FREEBSD/ports/audio/cowbell/pkg-plist audio/cowbell/pkg-plist
--- /usr/local/src/FREEBSD/ports/audio/cowbell/pkg-plist	Tue Mar  7 20:28:27 2006
+++ audio/cowbell/pkg-plist	Mon Oct  9 20:25:22 2006
@@ -1,8 +1,13 @@
 bin/cowbell
 lib/cowbell/cowbell.exe
 lib/cowbell/cowbell.exe.config
+lib/cowbell/libtaglibsharpglue.a
+lib/cowbell/libtaglibsharpglue.la
+lib/cowbell/libtaglibsharpglue.so
 share/gnome/applications/cowbell.desktop
-share/gnome/pixmaps/cowbell.png
+share/icons/hicolor/48x48/apps/cowbell.png
+share/icons/hicolor/icon-theme.cache
+share/icons/hicolor/scalable/apps/cowbell.svg
 share/locale/de/LC_MESSAGES/cowbell.mo
 share/locale/en_CA/LC_MESSAGES/cowbell.mo
 share/locale/es/LC_MESSAGES/cowbell.mo
--- audio-cowbell.patch ends here ---



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



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