Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 13:13:09 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379160 - head/audio/easytag
Message-ID:  <201502171313.t1HDD924009358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Feb 17 13:13:08 2015
New Revision: 379160
URL: https://svnweb.freebsd.org/changeset/ports/379160
QAT: https://qat.redports.org/buildarchive/r379160/

Log:
  audio/easytag: 2.2.4 -> 2.2.6, NLS fix
  
  Changes:
  2.2.5:
  https://mail.gnome.org/archives/easytag-list/2014-November/msg00039.html
  2.2.6:
  https://mail.gnome.org/archives/easytag-list/2015-February/msg00003.html
  
  And applied gettext fix mentioned in:
  
  https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098053.html
  
  PR:		196187
  Submitted by:	martin.dieringer@gmx.de
  Approved by:	novel (maintainer timeout)

Modified:
  head/audio/easytag/Makefile
  head/audio/easytag/distinfo
  head/audio/easytag/pkg-plist

Modified: head/audio/easytag/Makefile
==============================================================================
--- head/audio/easytag/Makefile	Tue Feb 17 13:11:02 2015	(r379159)
+++ head/audio/easytag/Makefile	Tue Feb 17 13:13:08 2015	(r379160)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	easytag
-PORTVERSION=	2.2.4
-PORTREVISION=	1
+PORTVERSION=	2.2.6
 CATEGORIES=	audio
 MASTER_SITES=	GNOME
 
@@ -22,7 +21,7 @@ LIB_DEPENDS=	libid3.so:${PORTSDIR}/audio
 		libFLAC.so:${PORTSDIR}/audio/flac \
 		libtag.so:${PORTSDIR}/audio/taglib
 
-USES=		desktop-file-utils gmake pkgconfig tar:xz
+USES=		desktop-file-utils gmake pkgconfig tar:xz gettext-tools
 USE_GNOME=	glib20 intltool intlhack libxslt
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
@@ -43,7 +42,6 @@ OPTIONS_SUB=	yes
 
 WAVPACK_LIB_DEPENDS=	libwavpack.so:${PORTSDIR}/audio/wavpack
 WAVPACK_CONFIGURE_ENABLE=	wavpack
-NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 OPUS_LIB_DEPENDS=	libopusfile.so:${PORTSDIR}/audio/opusfile
 OPUS_CONFIGURE_ENABLE=	opus
@@ -52,6 +50,8 @@ SPEEX_CONFIGURE_ENABLE=	speex
 
 .include <bsd.port.options.mk>
 
+NLS_USES=		gettext-runtime
+
 .if ${PORT_OPTIONS:MGTK2}
 USE_GNOME+=	gtk20
 CONFIGURE_ARGS+=--with-gtk2

Modified: head/audio/easytag/distinfo
==============================================================================
--- head/audio/easytag/distinfo	Tue Feb 17 13:11:02 2015	(r379159)
+++ head/audio/easytag/distinfo	Tue Feb 17 13:13:08 2015	(r379160)
@@ -1,2 +1,2 @@
-SHA256 (easytag-2.2.4.tar.xz) = 458329ab17e07fac5e92a2d732f0f4e9b12ea8aa31707506b39d3b2428d0c091
-SIZE (easytag-2.2.4.tar.xz) = 989660
+SHA256 (easytag-2.2.6.tar.xz) = 26437f0d698c3b16794336c335b40f53fa26aefeb77322e45e4e2501c4cff14a
+SIZE (easytag-2.2.6.tar.xz) = 1016508

Modified: head/audio/easytag/pkg-plist
==============================================================================
--- head/audio/easytag/pkg-plist	Tue Feb 17 13:11:02 2015	(r379159)
+++ head/audio/easytag/pkg-plist	Tue Feb 17 13:13:08 2015	(r379160)
@@ -26,6 +26,7 @@ share/icons/hicolor/scalable/apps/easyta
 %%NLS%%share/locale/ja/LC_MESSAGES/easytag.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/easytag.mo
 %%NLS%%share/locale/lt/LC_MESSAGES/easytag.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/easytag.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/easytag.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/easytag.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/easytag.mo



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