aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-02 21:49:44 +0800
committerbapt <bapt@FreeBSD.org>2014-07-02 21:49:44 +0800
commitefb166672cedcf2021204bf54752ac260af563f6 (patch)
tree7b9bc0a3330ef199da7607608d676da48156691c
parentba2fd1205d23418bcf203b217318c5a6f5e15b95 (diff)
downloadfreebsd-ports-gnome-efb166672cedcf2021204bf54752ac260af563f6.tar.gz
freebsd-ports-gnome-efb166672cedcf2021204bf54752ac260af563f6.tar.zst
freebsd-ports-gnome-efb166672cedcf2021204bf54752ac260af563f6.zip
Deprecate all non stage ports with expiration date 2014-08-31
Please note that no ports with a valid PR will be removed! Deprecation will automatically go away as soon as stagification is done Reviewed by: mat
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 43a3bed43aa4..452a05b92ab6 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1134,6 +1134,11 @@ MAKE_ENV+= XDG_DATA_HOME=${WRKDIR} \
.include "${PORTSDIR}/Mk/bsd.commands.mk"
+.if defined(NO_STAGE)
+DEPRECATED?= Not staged
+EXPIRATION_DATE?= 2014-08-31
+.endif
+
.if defined(X_BUILD_FOR)
.if defined(NO_STAGE)
IGNORE= Cross building is only compatible with stagified ports