diff options
author | makc <makc@FreeBSD.org> | 2012-05-14 04:42:44 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-05-14 04:42:44 +0800 |
commit | 3a1a77062b6808f715324aca9eef49d3036806f6 (patch) | |
tree | 3b96f07aff186ef9e2c6d3d05e16c51709edb9b6 /audio | |
parent | 80da03e9c659e6b2fb36cad83818d88ab610c2c3 (diff) | |
download | freebsd-ports-gnome-3a1a77062b6808f715324aca9eef49d3036806f6.tar.gz freebsd-ports-gnome-3a1a77062b6808f715324aca9eef49d3036806f6.tar.zst freebsd-ports-gnome-3a1a77062b6808f715324aca9eef49d3036806f6.zip |
- Mark audio/libtunepimp-old DEPRECATED as the MusicBrainz RDF webservice no
longer functions
- Set EXPIRATION_DATE to two weeks from now
- No other ports depend on this port
PR: ports/165785
Submitted by: Jason E. Hale <bsdkaffee at gmail.com>
Approved by: maintainer timeout (2 months)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libtunepimp-old/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile index 72e3fa80d337..d01d0a72d2fb 100644 --- a/audio/libtunepimp-old/Makefile +++ b/audio/libtunepimp-old/Makefile @@ -26,6 +26,9 @@ LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ tag:${PORTSDIR}/audio/taglib \ vorbis:${PORTSDIR}/audio/libvorbis +DEPRECATED= MusicBrainz RDF webservice no longer functions +EXPIRATION_DATE= 2012-05-30 + CONFLICTS= trm-0* USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig |