pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/herrie Update to herrie-2.2. Change 'libmodplug...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91f476e1828d
branches:  trunk
changeset: 549365:91f476e1828d
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Fri Oct 31 22:48:02 2008 +0000

description:
Update to herrie-2.2.  Change 'libmodplug' option to 'modplug',
which was in options.description all along.  I've removed the
redundant 'libmodplug' option.

2008-10-14 -- Herrie 2.2:
 * Added: Ukranian translation - Viacheslav Chumushuk
 * Added: Option to disable yes/no questions - Viacheslav Chumushuk
 * Fixed: Add support for libSpiff 1.0.0 relative pathname support
 * Fixed: Don't write non-UTF-8 titles to disk - Peter Koeleman

diffstat:

 audio/herrie/Makefile   |  5 +++--
 audio/herrie/PLIST      |  3 ++-
 audio/herrie/distinfo   |  8 ++++----
 audio/herrie/options.mk |  4 ++--
 4 files changed, 11 insertions(+), 9 deletions(-)

diffs (70 lines):

diff -r d1f9af4de1cd -r 91f476e1828d audio/herrie/Makefile
--- a/audio/herrie/Makefile     Fri Oct 31 22:45:08 2008 +0000
+++ b/audio/herrie/Makefile     Fri Oct 31 22:48:02 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2008/07/16 07:21:23 bjs Exp $
+# $NetBSD: Makefile,v 1.11 2008/10/31 22:48:02 bjs Exp $
 #
 
-DISTNAME=      herrie-2.1
+DISTNAME=      herrie-2.2
 CATEGORIES=    audio
 MASTER_SITES=  http://herrie.info/distfiles/
 EXTRACT_SUFX=  .tar.bz2
@@ -15,6 +15,7 @@
 HAS_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake msgfmt pkg-config
+USE_PKGLOCALEDIR=      yes
 
 CONFIGURE_ARGS+=       verbose
 
diff -r d1f9af4de1cd -r 91f476e1828d audio/herrie/PLIST
--- a/audio/herrie/PLIST        Fri Oct 31 22:45:08 2008 +0000
+++ b/audio/herrie/PLIST        Fri Oct 31 22:48:02 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/03/27 14:24:36 bjs Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/10/31 22:48:02 bjs Exp $
 bin/herrie
 man/man1/herrie.1
 share/examples/herrie/herrie.conf
@@ -14,6 +14,7 @@
 share/locale/ru/LC_MESSAGES/herrie.mo
 share/locale/sv/LC_MESSAGES/herrie.mo
 share/locale/tr/LC_MESSAGES/herrie.mo
+share/locale/uk/LC_MESSAGES/herrie.mo
 share/locale/vi/LC_MESSAGES/herrie.mo
 share/locale/zh_CN/LC_MESSAGES/herrie.mo
 @dirrm share/examples/herrie
diff -r d1f9af4de1cd -r 91f476e1828d audio/herrie/distinfo
--- a/audio/herrie/distinfo     Fri Oct 31 22:45:08 2008 +0000
+++ b/audio/herrie/distinfo     Fri Oct 31 22:48:02 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2008/07/16 07:21:23 bjs Exp $
+$NetBSD: distinfo,v 1.5 2008/10/31 22:48:02 bjs Exp $
 
-SHA1 (herrie-2.1.tar.bz2) = da9f0838826954066abe9900e618ed8ad4da85ca
-RMD160 (herrie-2.1.tar.bz2) = 638561a51aad2ee46a5915dc0ff921e5468218d3
-Size (herrie-2.1.tar.bz2) = 70592 bytes
+SHA1 (herrie-2.2.tar.bz2) = ae5c39be11aeb19898cd3f968580eafc623830b7
+RMD160 (herrie-2.2.tar.bz2) = e0f70ca4d867cf6cdbb452bd0f0860ef1f5a9f39
+Size (herrie-2.2.tar.bz2) = 71596 bytes
 SHA1 (patch-aa) = ee64594d6a4157869e6c99dd419c9c538c78bb52
diff -r d1f9af4de1cd -r 91f476e1828d audio/herrie/options.mk
--- a/audio/herrie/options.mk   Fri Oct 31 22:45:08 2008 +0000
+++ b/audio/herrie/options.mk   Fri Oct 31 22:48:02 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2008/03/27 14:24:36 bjs Exp $
+# $NetBSD: options.mk,v 1.7 2008/10/31 22:48:02 bjs Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.herrie
 PKG_SUPPORTED_OPTIONS=         curl libao modplug libspiff sndfile     \
@@ -30,7 +30,7 @@
 .  include "../../audio/libao/buildlink3.mk"
 .endif
 
-.if !empty(PKG_OPTIONS:Mlibmodplug)
+.if !empty(PKG_OPTIONS:Mmodplug)
 .  include "../../audio/libmodplug/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       no_modplug



Home | Main Index | Thread Index | Old Index