diff options
author | salo <salo@pkgsrc.org> | 2003-01-10 17:53:06 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-10 17:53:06 +0000 |
commit | a2b45a660d5123ea2b861b2fb5416c0ef9753d73 (patch) | |
tree | 6224546f08326eb758910d460e6e6b9bc5442aab /audio | |
parent | acf0bcdd839a4bbe9a4c5dbb561aa03c51a85425 (diff) | |
download | pkgsrc-a2b45a660d5123ea2b861b2fb5416c0ef9753d73.tar.gz |
Update to 1.10.4
- update HOMEPAGE
- remove unneccessary post-extract target
Changes:
01/09/2003 - 1.10.4
- Fix build problem if curses was found but readline wasn't.
(reported by Adam Schuetze)
- Fix g++-3.2 compile warnings and errors. (Many people)
- Remove $(wildcard ..) use from Makefile, it works with BSD
make now. (suggested by Nick Nauwelaerts)
09/16/2001 - 1.10.3
- Include getopt.h if available. (Needed for cygwin, reported
by Scott Alfter)
- No longer attempt to set user/group in make install. (Needed
for cygwin, and probably better anyway. Scott Alfter)
- Fix lstat errors on files <128 bytes. (reported by Thomas Kunz?
From: was mangled so I'm not sure.)
- Fixed truncated name of genre 140. (was "Contemporary C")
Diffstat (limited to 'audio')
-rw-r--r-- | audio/id3ed/Makefile | 9 | ||||
-rw-r--r-- | audio/id3ed/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index eaac18da49a..c2b62a0c9bd 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.14 2002/10/25 18:22:53 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2003/01/10 17:53:06 salo Exp $ # -DISTNAME= id3ed-1.10.2 +DISTNAME= id3ed-1.10.4 CATEGORIES= audio MASTER_SITES= http://www.azstarnet.com/~donut/programs/id3ed/ MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://www.azstarnet.com/~donut/programs/index.html +HOMEPAGE= http://www.azstarnet.com/~donut/programs/id3ed.html COMMENT= Edit id3 description tags in mpeg3 files USE_BUILDLINK2= YES @@ -17,8 +17,5 @@ USE_GNU_READLINE= # uses rl_startup_hook LIBS+= ${LDFLAGS} -post-extract: - ${TOUCH} ${WRKSRC}/install.sh - .include "../../devel/readline/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/id3ed/distinfo b/audio/id3ed/distinfo index 3ef763251f2..cbed48a35d3 100644 --- a/audio/id3ed/distinfo +++ b/audio/id3ed/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/05/22 15:44:32 jlam Exp $ +$NetBSD: distinfo,v 1.4 2003/01/10 17:53:06 salo Exp $ -SHA1 (id3ed-1.10.2.tar.gz) = c7f60428bfb34a83f2fd3b13fa7b997a843c9218 -Size (id3ed-1.10.2.tar.gz) = 32014 bytes +SHA1 (id3ed-1.10.4.tar.gz) = b699e645fcea2fa42658886621eb10531d24008a +Size (id3ed-1.10.4.tar.gz) = 31610 bytes |