diff options
-rw-r--r-- | audio/libtunepimp0.4/DESCR | 3 | ||||
-rw-r--r-- | audio/libtunepimp0.4/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/audio/libtunepimp0.4/DESCR b/audio/libtunepimp0.4/DESCR index 4f2832161e1..ea282a2d2f5 100644 --- a/audio/libtunepimp0.4/DESCR +++ b/audio/libtunepimp0.4/DESCR @@ -12,3 +12,6 @@ hierarchy. TunePimp includes the following features: * Read and write metadata from the music files * Optionally rename files according to a user specified file mask * Optionally move files to a user specified directory hierarchy + +This package contains the older 0.4 release; the current version +is in audio/libtunepimp. diff --git a/audio/libtunepimp0.4/Makefile b/audio/libtunepimp0.4/Makefile index 2c29d45d659..b220d01332c 100644 --- a/audio/libtunepimp0.4/Makefile +++ b/audio/libtunepimp0.4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/12 13:07:19 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/12 13:30:33 wiz Exp $ # DISTNAME= libtunepimp-0.4.2 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://musicbrainz.org/products/tunepimp/index.html -COMMENT= Library to support MusicBrainz enabled tagging +COMMENT= Library to support MusicBrainz enabled tagging (0.4 series) GNU_CONFIGURE= YES USE_LANGUAGES= c c++ |