aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-10-09 09:48:11 +0800
committerdougb <dougb@FreeBSD.org>2011-10-09 09:48:11 +0800
commiteb1221028bf4fede5dc01dc23b74966d773c049b (patch)
tree153fb0d88bd6601344c2524ac04cbc8ae17c769d /audio
parenta15575996b7a05b74a53ffd92fcd79e396aca6ad (diff)
downloadfreebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.tar.gz
freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.tar.zst
freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.zip
For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3butler/Makefile3
-rw-r--r--audio/p5-MusicBrainz-Client/Makefile5
2 files changed, 6 insertions, 2 deletions
diff --git a/audio/mp3butler/Makefile b/audio/mp3butler/Makefile
index ad719c431b88..f7f62af8421b 100644
--- a/audio/mp3butler/Makefile
+++ b/audio/mp3butler/Makefile
@@ -13,6 +13,9 @@ MASTER_SITES= http://iainlea.dyndns.org/software/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A program for renaming mp3 files and looking ID3 tags for it
+DEPRECATED= Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
+EXPIRATION_DATE= 2011-10-31
+
RUN_DEPENDS= ${SITE_PERL}/CDDB.pm:${PORTSDIR}/audio/p5-CDDB \
${SITE_PERL}/MP3/Tag.pm:${PORTSDIR}/audio/p5-MP3-Tag \
${SITE_PERL}/${PERL_ARCH}/MusicBrainz/Client.pm:${PORTSDIR}/audio/p5-MusicBrainz-Client
diff --git a/audio/p5-MusicBrainz-Client/Makefile b/audio/p5-MusicBrainz-Client/Makefile
index 6192fdd2013f..ea1549778733 100644
--- a/audio/p5-MusicBrainz-Client/Makefile
+++ b/audio/p5-MusicBrainz-Client/Makefile
@@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A Perl module that provides access to the musicbrainz client API
-DEPRECATED= Disappear from CPAN
-EXPIRATION_DATE= 2011-09-01
+# Depended on by audio/mp3butler
+DEPRECATED= Disappeared from CPAN
+EXPIRATION_DATE= 2011-10-31
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MusicBrainz/Queries.pm:${PORTSDIR}/audio/p5-MusicBrainz-Queries