diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-01-11 20:00:27 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2011-01-11 20:00:27 +0000 |
commit | 78a4d863bcd9f18c69ed2a456beaa0fec37dd647 (patch) | |
tree | ff2339e629c8e2531c0de2ace9fc30f60584542f | |
parent | b27c9b3f25d79b82eef675a2d9a168a20a930b59 (diff) |
- Deprecate and set to expire obsolete apps.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=267670
-rw-r--r-- | audio/libjackasyn/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-jackasyn/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/audio/libjackasyn/Makefile b/audio/libjackasyn/Makefile index fb514c41f704..8fb19d7146c2 100644 --- a/audio/libjackasyn/Makefile +++ b/audio/libjackasyn/Makefile @@ -17,6 +17,9 @@ COMMENT= Allow use any sound program for the OSS system as a JACK client LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ samplerate.1:${PORTSDIR}/audio/libsamplerate +DEPRECATED= development has ceased; try audio/jack instead +EXPIRATION_DATE=2011-02-11 + USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/audio/xmms-jackasyn/Makefile b/audio/xmms-jackasyn/Makefile index 99f05e1cfe31..357f028c056e 100644 --- a/audio/xmms-jackasyn/Makefile +++ b/audio/xmms-jackasyn/Makefile @@ -19,6 +19,9 @@ COMMENT= XMMS plugin for jack using libjackasyn LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ jackasyn.0:${PORTSDIR}/audio/libjackasyn +DEPRECATED= development has ceased; try audio/xmms-jack instead +EXPIRATION_DATE=2011-02-11 + USE_GNOME= gtk12 gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes |