diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-02 21:49:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-02 21:49:44 +0800 |
commit | efb166672cedcf2021204bf54752ac260af563f6 (patch) | |
tree | 7b9bc0a3330ef199da7607608d676da48156691c | |
parent | ba2fd1205d23418bcf203b217318c5a6f5e15b95 (diff) | |
download | freebsd-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.mk | 5 |
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 |