Date: Sat, 14 Mar 2009 13:18:38 GMT From: "Matthieu Guegan <Matthieu GUEGAN" <matt.guegan@free.fr> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132623: [MAINTAINER] audio/gimmix: update to 0.5.6 Message-ID: <200903141318.n2EDIctZ014693@www.freebsd.org> Resent-Message-ID: <200903141320.n2EDK3fe010216@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132623 >Category: ports >Synopsis: [MAINTAINER] audio/gimmix: update to 0.5.6 >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: Sat Mar 14 13:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthieu Guegan >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: FreeBSD 7.1-STABLE #26: Thu Jan 15 09:10:41 CET 2009 >Description: - Update to 0.5.6 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/audio/gimmix/Makefile /usr/local/ports/audio/gimmix/Makefile --- /usr/ports/audio/gimmix/Makefile 2009-01-11 19:29:19.000000000 +0100 +++ /usr/local/ports/audio/gimmix/Makefile 2009-03-14 13:22:32.000000000 +0100 @@ -6,8 +6,8 @@ # PORTNAME= gimmix -PORTVERSION= 0.4.3 -PORTREVISION= 2 +PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= gimmix @@ -16,18 +16,18 @@ COMMENT= Gimmix is a graphical MPD client written in C using GTK+2 LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ - tag.6:${PORTSDIR}/audio/taglib + tag.6:${PORTSDIR}/audio/taglib \ + nxml:${PORTSDIR}/textproc/libnxml -USE_GNOME= gtk20 libglade2 +USE_GNOME= gtk20 intltool libglade2 USE_BZIP2= yes GNU_CONFIGURE= yes - -BROKEN= needs update for new intltool +USE_GMAKE= yes post-patch: - ${LN} -sf ${LOCALBASE}/share/intltool/intltool-update.in ${WRKSRC}/intltool-update.in - ${LN} -sf ${LOCALBASE}/share/intltool/intltool-merge.in ${WRKSRC}/intltool-merge.in - ${LN} -sf ${LOCALBASE}/share/intltool/intltool-extract.in ${WRKSRC}/intltool-extract.in + ${LN} -sf ${LOCALBASE}/share/intltool/Makefile.in.in ${WRKSRC}/po/Makefile.in.in + @${REINPLACE_CMD} -e 's,libmpd-1.0\/libmpd,libmpd,' \ + ${WRKSRC}/src/gimmix.h .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/audio/gimmix/distinfo /usr/local/ports/audio/gimmix/distinfo --- /usr/ports/audio/gimmix/distinfo 2008-03-02 12:14:30.000000000 +0100 +++ /usr/local/ports/audio/gimmix/distinfo 2009-03-13 08:24:57.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (gimmix-0.4.3.tar.bz2) = 4b5061ac9fd6a8f0b640219ac1400c91 -SHA256 (gimmix-0.4.3.tar.bz2) = 7289e6c74187b7257175b5b75865c21883b5558d13f6d48759707ac61cd6986f -SIZE (gimmix-0.4.3.tar.bz2) = 526910 +MD5 (gimmix-0.5.6.tar.bz2) = ee94cca60f66d9241ee574e48f587826 +SHA256 (gimmix-0.5.6.tar.bz2) = 84712e2e9b5249d4263a5951e6f75233ecb4661e27beaa9ca2b8722e578bdb8e +SIZE (gimmix-0.5.6.tar.bz2) = 339269 diff -ruN --exclude=CVS /usr/ports/audio/gimmix/pkg-plist /usr/local/ports/audio/gimmix/pkg-plist --- /usr/ports/audio/gimmix/pkg-plist 2007-05-19 21:58:39.000000000 +0200 +++ /usr/local/ports/audio/gimmix/pkg-plist 2009-03-14 13:24:08.000000000 +0100 @@ -5,6 +5,7 @@ share/pixmaps/gimmix.png share/pixmaps/gimmix_logo_small.png share/pixmaps/gimmix_playlist.png +share/pixmaps/gimmix-album.png @dirrm %%DATADIR%% @dirrmtry share/applications @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903141318.n2EDIctZ014693>