diff options
author | az <az@FreeBSD.org> | 2011-09-15 14:25:11 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2011-09-15 14:25:11 +0800 |
commit | d620bc0e85039aa9d45caf2705a8b724d0b6ff11 (patch) | |
tree | 728598c19e4056502559a92b587e8767fc02295c /audio | |
parent | f3804eb78d8e29b5da926014ebab4303f41dcaae (diff) | |
download | freebsd-ports-gnome-d620bc0e85039aa9d45caf2705a8b724d0b6ff11.tar.gz freebsd-ports-gnome-d620bc0e85039aa9d45caf2705a8b724d0b6ff11.tar.zst freebsd-ports-gnome-d620bc0e85039aa9d45caf2705a8b724d0b6ff11.zip |
- Mark as DEPRECATED
Contains problem with autotools, security CVE-2005-3863.
PR: ports/160527
Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/orpheus/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/orpheus/Makefile b/audio/orpheus/Makefile index 3aabe2c78ae4..c253162f41fe 100644 --- a/audio/orpheus/Makefile +++ b/audio/orpheus/Makefile @@ -16,6 +16,9 @@ COMMENT= Light-weight console UI audio player application RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 +DEPRECATED= Contains problem with autotools, security CVE-2005-3863. Use audio/cmus instead +EXPIRATION_DATE=2011-10-01 + USE_BZIP2= yes HAS_CONFIGURE= yes USE_GMAKE= yes |