summaryrefslogtreecommitdiff
path: root/audio/mp3diags/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-21 12:48:01 +0000
committerwiz <wiz>2009-08-21 12:48:01 +0000
commit9dc7dcbc75545266bc4204c213c5717b10fb8b3a (patch)
tree156e5b84f3252f9a231d2305e6e37e2e37ee9c65 /audio/mp3diags/Makefile
parent79f03316c6dc0142530cec19414c085fa465d9d6 (diff)
downloadpkgsrc-9dc7dcbc75545266bc4204c213c5717b10fb8b3a.tar.gz
Update to 0.99.05.031:
18.08.2009 - 0.99.05.031 - crash detection - fixed small memory leak in config dialog - fixed small memory leak in the tag editor - content is shown for GEOB frames - .ID3 files are now loaded in addition to .MP3 - made the counter shown when applying transforms increment on new file (until now it was incremented for each transform) - "Various artists" no longer set as "artist" when downloading track info from MusicBrainz - fixed "current cell" in the tag editor (until now, when dragging the mouse to select several cells, the current cell was wrong, leading to setting values incorrectly - fixed a bug that didn't allow removal of the track number - slightly improved the normalizer, so a "busy" cursor is shown when the connection to the underlying process is lost (the program seems frozen, but it resumes after about 30 seconds)
Diffstat (limited to 'audio/mp3diags/Makefile')
-rw-r--r--audio/mp3diags/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3diags/Makefile b/audio/mp3diags/Makefile
index c83edffa3ea..74ac82ca72f 100644
--- a/audio/mp3diags/Makefile
+++ b/audio/mp3diags/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2009/07/29 17:42:39 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/21 12:48:01 wiz Exp $
#
-DISTNAME= MP3Diags-0.99.05.030
-PKGNAME= mp3diags-0.99.05.030
+DISTNAME= MP3Diags-0.99.05.031
+PKGNAME= ${DISTNAME:S/MP3D/mp3d/}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3diags/}