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/id3ed/Makefile | |
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/id3ed/Makefile')
-rw-r--r-- | audio/id3ed/Makefile | 9 |
1 files changed, 3 insertions, 6 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" |