summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-07-30 18:57:50 +0000
committerwiz <wiz@pkgsrc.org>2007-07-30 18:57:50 +0000
commit32ed52df79008713764ae03afeb3b28c54d2a37b (patch)
tree2c6aa9e5b399e9f5a6bd0c7118f0dcac5726ab9b
parentb8237309e37fec41f05b678ccf4e992a129e0df8 (diff)
downloadpkgsrc-32ed52df79008713764ae03afeb3b28c54d2a37b.tar.gz
Update to 2.1.2:
2.1.2 - July 12th, 2007 : ========================= * Added an option to update modification time of the parent directory when changing tag values of a file (useful for Amarok for example), * Added autoscroll in log view, * Added new Swedish documentation (thanks to Anders Strömer), * Fixed a problem to display the title in the Cddb window with translation languages (bug introduced in version 2.1.1), * Fixed the loose of focus after saving files : now the same control keep again the focus, * Fixed a mistake in the configure script (thanks to Thomas Klausner), * Swedish translation updated (thanks to Anders Strömer), * Brazilian Portuguese translation updated (thanks to doutor.zero), * Polish translation updated (thanks to Michał Smoczyk), * German translation updated (thanks to Götz Waschk), * French translation updated. VS: ----------------------------------------------------------------------
-rw-r--r--audio/easytag-current/Makefile4
-rw-r--r--audio/easytag-current/distinfo9
-rw-r--r--audio/easytag-current/patches/patch-aa13
3 files changed, 6 insertions, 20 deletions
diff --git a/audio/easytag-current/Makefile b/audio/easytag-current/Makefile
index f92def60e87..80bf64cfe65 100644
--- a/audio/easytag-current/Makefile
+++ b/audio/easytag-current/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/07 07:47:51 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/30 18:57:50 wiz Exp $
#
-DISTNAME= easytag-2.1.1
+DISTNAME= easytag-2.1.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
EXTRACT_SUFX= .tar.bz2
diff --git a/audio/easytag-current/distinfo b/audio/easytag-current/distinfo
index 9ee398f69f3..6b27daa8471 100644
--- a/audio/easytag-current/distinfo
+++ b/audio/easytag-current/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/07/07 07:47:51 wiz Exp $
+$NetBSD: distinfo,v 1.2 2007/07/30 18:57:50 wiz Exp $
-SHA1 (easytag-2.1.1.tar.bz2) = cdcebaa992c639246dbee64ec3a6acf1c7705182
-RMD160 (easytag-2.1.1.tar.bz2) = dcd88893185b7059a3911edcf6246f1009d1284a
-Size (easytag-2.1.1.tar.bz2) = 2949884 bytes
-SHA1 (patch-aa) = 7fe71d9ad92829dbf8ba56a42be37d920dc8a666
+SHA1 (easytag-2.1.2.tar.bz2) = ab437313ecfb0dfcf1aa00580bf997df859d2448
+RMD160 (easytag-2.1.2.tar.bz2) = 44f93e0af4ab2fca891e87295faade09d35ec52b
+Size (easytag-2.1.2.tar.bz2) = 2954397 bytes
diff --git a/audio/easytag-current/patches/patch-aa b/audio/easytag-current/patches/patch-aa
deleted file mode 100644
index 76adbdd7265..00000000000
--- a/audio/easytag-current/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/07/07 07:47:51 wiz Exp $
-
---- configure.orig 2007-07-04 18:50:16.000000000 +0000
-+++ configure
-@@ -21294,7 +21294,7 @@ _ACEOF
-
- fi
-
-- if test "x$enable_id3v23" == "xyes"; then
-+ if test "x$enable_id3v23" = "xyes"; then
- echo "$as_me:$LINENO: checking for library containing ID3Tag_Link" >&5
- echo $ECHO_N "checking for library containing ID3Tag_Link... $ECHO_C" >&6
- if test "${ac_cv_search_ID3Tag_Link+set}" = set; then