diff options
author | jhale <jhale@FreeBSD.org> | 2014-03-28 14:47:21 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-03-28 14:47:21 +0800 |
commit | 46cca58f75330953ccbb1cc1e81a2c0588183985 (patch) | |
tree | f4fe2b6547f9f2711522dba41c06c1afcbf26f48 /audio | |
parent | a066c338423a372ab61023b82a5c743e990dc240 (diff) | |
download | freebsd-ports-gnome-46cca58f75330953ccbb1cc1e81a2c0588183985.tar.gz freebsd-ports-gnome-46cca58f75330953ccbb1cc1e81a2c0588183985.tar.zst freebsd-ports-gnome-46cca58f75330953ccbb1cc1e81a2c0588183985.zip |
- Deprecate and set EXPIRATION_DATE to 1 month from now
- No other ports depend on this and audio/libmusicbrainz5 can and should
be used in its place
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmusicbrainz4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/libmusicbrainz4/Makefile b/audio/libmusicbrainz4/Makefile index 1ca14cb49211..f46fa9e1964a 100644 --- a/audio/libmusicbrainz4/Makefile +++ b/audio/libmusicbrainz4/Makefile @@ -13,6 +13,9 @@ LICENSE= LGPL21 LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +DEPRECATED= Please use audio/libmusicbrainz5 instead +EXPIRATION_DATE= 2014-04-28 + USES= cmake USE_LDCONFIG= yes |