Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2009 19:39:21 GMT
From:      Sascha Klauder <sklauder@trimind.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135223: [maintainer-update] update audio/gmm to 0.10.1
Message-ID:  <200906031939.n53JdLQX032604@www.freebsd.org>
Resent-Message-ID: <200906031940.n53Je1tJ000562@freefall.freebsd.org>

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

>Number:         135223
>Category:       ports
>Synopsis:       [maintainer-update] update audio/gmm to 0.10.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 03 19:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sascha Klauder
>Release:        
>Organization:
>Environment:
>Description:
update of ports/audio/gmm to version 0.10.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN gmm-0.9.18/Makefile gmm/Makefile
--- gmm-0.9.18/Makefile	2009-04-07 20:46:33.000000000 +0200
+++ gmm/Makefile	2009-06-03 21:26:42.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gmm
-PORTVERSION=	0.9.18
-PORTREVISION=	1
+PORTVERSION=	0.10.1
 CATEGORIES=	audio
 MASTER_SITES=	http://gogglesmm.googlecode.com/files/
 DISTNAME=	musicmanager-${PORTVERSION}
@@ -20,24 +19,22 @@
 		xine.1:${PORTSDIR}/multimedia/libxine		\
 		tag.6:${PORTSDIR}/audio/taglib			\
 		sqlite3.8:${PORTSDIR}/databases/sqlite3		\
-		dbus-1:${PORTSDIR}/devel/dbus			\
-		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+		dbus-1:${PORTSDIR}/devel/dbus
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_BZIP2=	yes
-WANT_GNOME=	yes
-USE_GNOME=	gtk20
+USE_GETTEXT=	yes
+WANT_GNOME=     yes
+USE_GNOME=      gtk20
 INSTALLS_ICONS=	yes
 
 PORTDOCS=	README AUTHORS
 PLIST_DIRS=	share/applications
 PLIST_FILES=	bin/gmm						\
-		bin/gmm-tray					\
 		share/applications/gmm.desktop			\
-		share/icons/hicolor/24x24/apps/gmm-tray.png	\
-		share/icons/hicolor/48x48/apps/gmm.png  \
-		share/icons/hicolor/48x48/apps/gmm-tray.png
+		share/icons/hicolor/48x48/apps/gmm.png		\
+		share/locale/de/LC_MESSAGES/gogglesmm.mo
 
 CONFIGURE_ENV=	OPT_CFLAGS=" "
 
@@ -52,13 +49,19 @@
 		${WRKSRC}/configure
 
 post-configure:
-	${REINPLACE_CMD} -i '' -e 's|-D -m|-m|' \
+	${REINPLACE_CMD} -i '' -e 's| -D | |' \
+		${WRKSRC}/Makefile
+
+	${REINPLACE_CMD} -i '' -e 's| -T | |' \
 		${WRKSRC}/Makefile
 
 pre-install:
 	[ -d ${PREFIX}/share/applications ] ||	\
 	    ${MKDIR} ${PREFIX}/share/applications
 
+	[ -d ${PREFIX}/share/locale/de/LC_MESSAGES ] ||
+	    ${MKDIR} ${PREFIX}/share/locale/de/LC_MESSAGES
+
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
diff -ruN gmm-0.9.18/distinfo gmm/distinfo
--- gmm-0.9.18/distinfo	2009-03-10 09:11:16.000000000 +0100
+++ gmm/distinfo	2009-06-03 18:23:27.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (musicmanager-0.9.18.tar.bz2) = ad0615e9bd1c22bae8972cb07eae22f5
-SHA256 (musicmanager-0.9.18.tar.bz2) = bf74132278247c2c3685f8d8feeba590021efc666792a4be200bcdfcdf1cb65a
-SIZE (musicmanager-0.9.18.tar.bz2) = 294704
+MD5 (musicmanager-0.10.1.tar.bz2) = 52dbce30838aa95cc51e67cc8f48e68a
+SHA256 (musicmanager-0.10.1.tar.bz2) = 27ecf3a22b7c2c6429296700094a990b67c207c2a0cd94d1a0e5a3d7130834e7
+SIZE (musicmanager-0.10.1.tar.bz2) = 314531


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



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