diff options
author | timur <timur@FreeBSD.org> | 2018-03-14 10:06:29 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2018-03-14 10:06:29 +0800 |
commit | 13719653288942f95a727367e92a5ccde4384bd9 (patch) | |
tree | 9beda7e42750c2caaa39bc6df0936f5df2acc508 | |
parent | 5c49af250116eef23188e9a2bb9fbc99d012b9f4 (diff) | |
download | freebsd-ports-gnome-13719653288942f95a727367e92a5ccde4384bd9.tar.gz freebsd-ports-gnome-13719653288942f95a727367e92a5ccde4384bd9.tar.zst freebsd-ports-gnome-13719653288942f95a727367e92a5ccde4384bd9.zip |
Add deprecation date for the port. Officialy it's discontinued from 2018-03-13
-rw-r--r-- | net/samba45/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/samba45/Makefile b/net/samba45/Makefile index e3a4b9227e3e..62aaa0a9ba6a 100644 --- a/net/samba45/Makefile +++ b/net/samba45/Makefile @@ -13,6 +13,9 @@ COMMENT?= Free SMB/CIFS and AD/DC server and client for Unix LICENSE= GPLv3 +DEPRECATED= yes +EXPIRATION_DATE= 2018-06-13 + CONFLICTS?= samba4-4.0.* samba4[1-46-9]-4.* p5-Parse-Pidl-4.* #EXTRA_PATCHES= ${PATCHDIR}/extra-patch-security:-p1 |