diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
commit | de61a8720881da46af35e6e0abf44f90665881a4 (patch) | |
tree | 3bf9892e82abdc673d0347fd10ca9dc8108c22a6 /audio/patchage | |
parent | graphics/gmic: Fix build by adding the devel/openmp dependency (diff) |
Deprecate a few ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=520894
Diffstat (limited to 'audio/patchage')
-rw-r--r-- | audio/patchage/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile index 4c4e3249099e..ea2f6b8778b1 100644 --- a/audio/patchage/Makefile +++ b/audio/patchage/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= http://download.drobilla.net/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Modular patch bay for Jack +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING |