aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@utahime.org>2021-06-01 07:27:46 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-06-01 07:28:41 +0000
commit422dabd2a3854dbbcfd7360c32a4a4f049b5cffc (patch)
tree99abb9f9dfc91ddf9b73e3563a5c48087f9a5a79
parentdf8c6e81a1eda7084c792b028549e856f9c4b9ad (diff)
downloadports-422dabd2a3854dbbcfd7360c32a4a4f049b5cffc.tar.gz
ports-422dabd2a3854dbbcfd7360c32a4a4f049b5cffc.zip
devel/magit-popup: Mark DEPRECATED and set EXPIRATION_DATE
After devel/magit has been updated to 3.0.0, there is no consumer of this port in the ports tree, so mark it DEPRECATED and set EXPIRATION_DATE. PR: 256155 Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer) Approved by: lwhsu (mentor)
-rw-r--r--devel/magit-popup/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/magit-popup/Makefile b/devel/magit-popup/Makefile
index bb788fd1a474..d7c70128b1fc 100644
--- a/devel/magit-popup/Makefile
+++ b/devel/magit-popup/Makefile
@@ -11,6 +11,9 @@ COMMENT= Define prefix-infix-suffix command combos
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= No consumer in the ports tree any more.
+EXPIRATION_DATE= 2021-08-31
+
BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el@${EMACS_FLAVOR}
RUN_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el@${EMACS_FLAVOR}