From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 12:35:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41472C73; Thu, 19 Feb 2015 12:35:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BE79E75; Thu, 19 Feb 2015 12:35:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JCZNJT045213; Thu, 19 Feb 2015 12:35:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JCZLDx045207; Thu, 19 Feb 2015 12:35:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502191235.t1JCZLDx045207@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 19 Feb 2015 12:35:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379341 - in head/multimedia: audacious audacious-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 12:35:23 -0000 Author: pi Date: Thu Feb 19 12:35:21 2015 New Revision: 379341 URL: https://svnweb.freebsd.org/changeset/ports/379341 QAT: https://qat.redports.org/buildarchive/r379341/ Log: multimedia/audacious, -plugins: fix non-NLS build issue, 3.5 -> 3.5.2 - fix build if NLS option is not selected - updated translations - fixes for a few more bugs, including #457, #458, and #462 PR: 197250 Submitted by: amdmi3 Approved by: oliver (maintainer timeout) Modified: head/multimedia/audacious-plugins/Makefile head/multimedia/audacious-plugins/distinfo head/multimedia/audacious-plugins/pkg-plist head/multimedia/audacious/Makefile head/multimedia/audacious/distinfo Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Thu Feb 19 11:34:05 2015 (r379340) +++ head/multimedia/audacious-plugins/Makefile Thu Feb 19 12:35:21 2015 (r379341) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacious-plugins -PORTVERSION= 3.5 -PORTREVISION= 5 +PORTVERSION= 3.5.2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ Modified: head/multimedia/audacious-plugins/distinfo ============================================================================== --- head/multimedia/audacious-plugins/distinfo Thu Feb 19 11:34:05 2015 (r379340) +++ head/multimedia/audacious-plugins/distinfo Thu Feb 19 12:35:21 2015 (r379341) @@ -1,2 +1,2 @@ -SHA256 (audacious-plugins-3.5.tar.bz2) = 11bc39e5e386b218db62122411de15363cd5795f2e86ea7989d10d640f2dd4d2 -SIZE (audacious-plugins-3.5.tar.bz2) = 1710000 +SHA256 (audacious-plugins-3.5.2.tar.bz2) = 179600d7f8ae31a7d9c5785ce6fa7e09184dbd1271e0adb8c57760432c6a4cd9 +SIZE (audacious-plugins-3.5.2.tar.bz2) = 1734588 Modified: head/multimedia/audacious-plugins/pkg-plist ============================================================================== --- head/multimedia/audacious-plugins/pkg-plist Thu Feb 19 11:34:05 2015 (r379340) +++ head/multimedia/audacious-plugins/pkg-plist Thu Feb 19 12:35:21 2015 (r379341) @@ -209,6 +209,8 @@ share/audacious/Skins/TinyPlayer/volume. %%NLS%%share/locale/lt/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/lv/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/ml_IN/LC_MESSAGES/audacious-plugins.mo +%%NLS%%share/locale/ms/LC_MESSAGES/audacious-plugins.mo +%%NLS%%share/locale/nl/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/pl/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/audacious-plugins.mo @@ -217,6 +219,7 @@ share/audacious/Skins/TinyPlayer/volume. %%NLS%%share/locale/sk/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/sr/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/sr_RS/LC_MESSAGES/audacious-plugins.mo +%%NLS%%share/locale/sv/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/ta/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/tr/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/uk/LC_MESSAGES/audacious-plugins.mo Modified: head/multimedia/audacious/Makefile ============================================================================== --- head/multimedia/audacious/Makefile Thu Feb 19 11:34:05 2015 (r379340) +++ head/multimedia/audacious/Makefile Thu Feb 19 12:35:21 2015 (r379341) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= audacious -PORTVERSION= 3.5 +PORTVERSION= 3.5.2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -15,7 +15,7 @@ LIB_DEPENDS= libmcs.so:${PORTSDIR}/devel libmowgli.so:${PORTSDIR}/devel/libmowgli GNU_CONFIGURE= yes -USES= pkgconfig gmake tar:bzip2 desktop-file-utils +USES= pkgconfig gmake tar:bzip2 desktop-file-utils gettext-tools USE_XORG= x11 sm USE_GNOME= gtk30 libxml2 USE_LDCONFIG= yes @@ -49,7 +49,7 @@ USES+= iconv .endif .if ${PORT_OPTIONS:MNLS} -USES+= gettext +USES+= gettext-runtime CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Modified: head/multimedia/audacious/distinfo ============================================================================== --- head/multimedia/audacious/distinfo Thu Feb 19 11:34:05 2015 (r379340) +++ head/multimedia/audacious/distinfo Thu Feb 19 12:35:21 2015 (r379341) @@ -1,2 +1,2 @@ -SHA256 (audacious-3.5.tar.bz2) = 4180a1a922b42ef2b1fe47c708a226e03e7400b35e04ece4b2e73c01c5d42514 -SIZE (audacious-3.5.tar.bz2) = 443556 +SHA256 (audacious-3.5.2.tar.bz2) = 3915b9692ef8acb2588b0e26c2738e59e36766cfe83e7e52c0e601688e6c1956 +SIZE (audacious-3.5.2.tar.bz2) = 448436