aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-01-14 08:57:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-01-14 08:57:17 +0000
commitfcc8d58fc3c27040da175eb1cc99044d99cc846b (patch)
tree8c7481190c6782d30dbd54863a1cb84e3d1f6b0b /devel
parent58df1fa043fcec69c63adf29c31c932095497dd3 (diff)
downloadports-fcc8d58fc3c27040da175eb1cc99044d99cc846b.tar.gz
ports-fcc8d58fc3c27040da175eb1cc99044d99cc846b.zip
Deprecate old versions of some samba libraries
With hat: portmgr
Notes
Notes: svn path=/head/; revision=522997
Diffstat (limited to 'devel')
-rw-r--r--devel/talloc1/Makefile3
-rw-r--r--devel/tevent1/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/talloc1/Makefile b/devel/talloc1/Makefile
index c4e73d89c2db..61a5639a8e34 100644
--- a/devel/talloc1/Makefile
+++ b/devel/talloc1/Makefile
@@ -12,6 +12,9 @@ COMMENT= Hierarchical pool based memory allocator
LICENSE= LGPL3
+DEPRECATED= Old version, uses EOLed python27
+EXPIRATION_DATE= 2020-02-15
+
IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support
CONFLICTS_INSTALL= talloc-*
diff --git a/devel/tevent1/Makefile b/devel/tevent1/Makefile
index 5a13d16a4692..97e6fd3c0429 100644
--- a/devel/tevent1/Makefile
+++ b/devel/tevent1/Makefile
@@ -13,6 +13,9 @@ COMMENT= Talloc based event loop library
LICENSE= LGPL3
+DEPRECATED= Old version, uses EOLed python27
+EXPIRATION_DATE= 2020-02-15
+
IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support
BUILD_DEPENDS= talloc1>=2.1.11:devel/talloc1