Date: Thu, 23 Feb 2006 13:42:08 +0100 From: "Andreas Kohn" <andreas@syndrom23.de> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/93747: [MAINTAINER-UPDATE] audio/cowbell to 0.2.6 Message-ID: <1140698528.28222@klamath.syndrom23.de> Resent-Message-ID: <200602231250.k1NCoAAa010697@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93747 >Category: ports >Synopsis: [MAINTAINER-UPDATE] audio/cowbell to 0.2.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: Thu Feb 23 12:50:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andreas Kohn >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #31: Mon Feb 13 18:37:20 CET 2006 root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH >Description: Cowbell Changes: Fix compile warnings in some cases, new translations, UI fixes. Support mono 1.1.13. Port Changes: enable I18N (unconditional for now) >How-To-Repeat: >Fix: --- cowbell-0.2.5.1-0.2.6.diff begins here --- diff -x CVS -x .svn -ruN /usr/ports/audio/cowbell/Makefile ./Makefile --- /usr/ports/audio/cowbell/Makefile Sun Feb 19 07:57:12 2006 +++ ./Makefile Thu Feb 23 13:27:40 2006 @@ -2,12 +2,11 @@ # Date created: 2005-08-06 # Whom: Andreas Kohn <andreas@syndrom23.de> # -# $FreeBSD: ports/audio/cowbell/Makefile,v 1.3 2006/02/19 06:57:12 tmclaugh Exp $ +# $FreeBSD$ # PORTNAME= cowbell -PORTVERSION= 0.2.5.1 -PORTREVISION= 1 +PORTVERSION= 0.2.6 CATEGORIES= audio gnome MASTER_SITES= http://more-cowbell.org/releases/ @@ -25,6 +24,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes +USE_GETTEXT= yes +USE_ICONV= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> diff -x CVS -x .svn -ruN /usr/ports/audio/cowbell/distinfo ./distinfo --- /usr/ports/audio/cowbell/distinfo Sun Dec 4 01:23:19 2005 +++ ./distinfo Thu Feb 23 12:50:29 2006 @@ -1,3 +1,3 @@ -MD5 (cowbell-0.2.5.1.tar.gz) = 6d06e1523262d2404253c00a8a961dc4 -SHA256 (cowbell-0.2.5.1.tar.gz) = 230603578eba80a73db307575e853bc4e1a43b2fd20f3131afd827746ec5c768 -SIZE (cowbell-0.2.5.1.tar.gz) = 252872 +MD5 (cowbell-0.2.6.tar.gz) = c3395145567ae62e8c3d37b94896c456 +SHA256 (cowbell-0.2.6.tar.gz) = 2e1d63e237282c949ee4939b742558d3bdb4510d666477846e6352c7979f1d67 +SIZE (cowbell-0.2.6.tar.gz) = 270082 diff -x CVS -x .svn -ruN /usr/ports/audio/cowbell/pkg-plist ./pkg-plist --- /usr/ports/audio/cowbell/pkg-plist Sun Nov 13 03:43:07 2005 +++ ./pkg-plist Thu Feb 23 13:31:41 2006 @@ -3,4 +3,16 @@ lib/cowbell/cowbell.exe.config share/gnome/applications/cowbell.desktop share/gnome/pixmaps/cowbell.png +share/locale/de/LC_MESSAGES/cowbell.mo +share/locale/en_CA/LC_MESSAGES/cowbell.mo +share/locale/es/LC_MESSAGES/cowbell.mo +share/locale/fi/LC_MESSAGES/cowbell.mo +share/locale/fr/LC_MESSAGES/cowbell.mo +share/locale/hu/LC_MESSAGES/cowbell.mo +share/locale/ja/LC_MESSAGES/cowbell.mo +share/locale/nb/LC_MESSAGES/cowbell.mo +share/locale/no/LC_MESSAGES/cowbell.mo +share/locale/pt_BR/LC_MESSAGES/cowbell.mo +share/locale/sv/LC_MESSAGES/cowbell.mo +share/locale/tr/LC_MESSAGES/cowbell.mo @dirrm lib/cowbell --- cowbell-0.2.5.1-0.2.6.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?1140698528.28222>