diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-11-05 02:48:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-11-05 02:48:06 +0000 |
commit | 898240467b95ede8ab77781c0b5e0fe2795e43ad (patch) | |
tree | 5f5b3c6798adc48e3fb37c8cf8cc3d046d08d19a /audio/id3ed/Makefile | |
parent | e3734330e2921396eb1e494f29fb8d01fb052c95 (diff) | |
download | pkgsrc-898240467b95ede8ab77781c0b5e0fe2795e43ad.tar.gz |
Jeff Rizzopdate to 1.10.2, per PR 11423 by Jeff Rizzo <riz@boogers.sf.ca.us>
Changes:
10/04/2000 - 1.10.2
It is now possible to clear a tag in interactive mode. (Eugene
Paskevich) (See NOTES in manpage for more info.)
09/06/2000 - 1.10.1
Fixed -NAYCKG options selecting wrong/multiple things. (Laurent
Alacoque)
02/22/2000 - 1.10
Added -m/M mp3 rename options. alpha-ish.
Added readline completion for genres
Fixed default genre type with no readline (Glenn Maynard)
Diffstat (limited to 'audio/id3ed/Makefile')
-rw-r--r-- | audio/id3ed/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index edfcc25ab91..83bf981e570 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2000/07/20 15:40:58 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/11/05 02:48:06 hubertf Exp $ # -DISTNAME= id3ed-1.9 +DISTNAME= id3ed-1.10.2 CATEGORIES= audio -MASTER_SITES= http://www.azstarnet.com/~donut/id3ed/ +MASTER_SITES= http://www.azstarnet.com/~donut/programs/id3ed/ MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://www.azstarnet.com/~donut/programs.html +HOMEPAGE= http://www.azstarnet.com/~donut/programs/index.html DEPENDS+= readline>=4.0:../../devel/readline |