svn commit: r503341 - in head/net: samba46 samba47

Timur I. Bakeyev timur at FreeBSD.org
Mon Jun 3 02:40:56 UTC 2019


Author: timur
Date: Mon Jun  3 02:40:54 2019
New Revision: 503341
URL: https://svnweb.freebsd.org/changeset/ports/503341

Log:
  Fix QA error and set expiration date.
  
  PR:		238143

Modified:
  head/net/samba46/Makefile
  head/net/samba47/Makefile

Modified: head/net/samba46/Makefile
==============================================================================
--- head/net/samba46/Makefile	Mon Jun  3 01:49:04 2019	(r503340)
+++ head/net/samba46/Makefile	Mon Jun  3 02:40:54 2019	(r503341)
@@ -14,6 +14,8 @@ COMMENT?=			Free SMB/CIFS and AD/DC server and client 
 LICENSE=			GPLv3+
 LICENSE_FILE=			${WRKSRC}/COPYING
 
+DEPRECATED=			yes
+EXPIRATION_DATE=		2019-08-19
 BROKEN_powerpc64=		fails to compile: unrecognized command line option "-Wno-format-truncation"
 
 IGNORE_NONTHREAD_PYTHON=	needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support

Modified: head/net/samba47/Makefile
==============================================================================
--- head/net/samba47/Makefile	Mon Jun  3 01:49:04 2019	(r503340)
+++ head/net/samba47/Makefile	Mon Jun  3 02:40:54 2019	(r503341)
@@ -14,6 +14,9 @@ COMMENT=			Free SMB/CIFS and AD/DC server and client f
 LICENSE=			GPLv3+
 LICENSE_FILE=			${WRKSRC}/COPYING
 
+DEPRECATED=			yes
+EXPIRATION_DATE=		2019-08-19
+
 IGNORE_NONTHREAD_PYTHON=	needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support
 
 CONFLICTS_INSTALL?=		samba4-4.0.* samba4[1-689]-4.* p5-Parse-Pidl-4.*
@@ -233,12 +236,12 @@ SAMBA4_BUNDLED_LIBS+=		replace
 # Don't use external libcom_err
 SAMBA4_BUNDLED_LIBS+=		com_err
 # Set the test environment variables
+TEST_USES=			python
 TEST_ENV+=			PYTHON="${PYTHON_CMD}" \
 				SHA1SUM=/sbin/sha1 \
 				SHA256SUM=/sbin/sha256 \
 				MD5SUM=/sbin/md5
-TEST_DEPENDS+=			python:lang/python \
-				bash:shells/bash \
+TEST_DEPENDS+=			bash:shells/bash \
 				tshark:net/tshark
 ##############################################################################
 CONFIGURE_ARGS+=		\


More information about the svn-ports-head mailing list