svn commit: r442856 - in head: . Mk Mk/Uses net net/samba42 net/samba43

Rene Ladan rene at FreeBSD.org
Wed Jun 7 17:32:06 UTC 2017


Author: rene
Date: Wed Jun  7 17:32:04 2017
New Revision: 442856
URL: https://svnweb.freebsd.org/changeset/ports/442856

Log:
  Remove support for Samba 4.2 and 4.3, they are unsupported upstream.

Deleted:
  head/net/samba42/
  head/net/samba43/
Modified:
  head/MOVED
  head/Mk/Uses/samba.mk
  head/Mk/bsd.default-versions.mk
  head/net/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Jun  7 17:22:59 2017	(r442855)
+++ head/MOVED	Wed Jun  7 17:32:04 2017	(r442856)
@@ -9408,3 +9408,5 @@ security/p5-Crypt-PGPSimple||2017-06-07|Has expired: D
 mail/pgpsendmail||2017-06-07|Has expired: Depends on expired security/pgp
 security/pgp||2017-06-07|Has expired: This software was last updated in 1996, use security/gnupg1 as a drop-in replacement with legacy PGP support.
 dns/pear-Net_DNS||2017-06-07|Has expired: This Port use PHP4.2 - This PHP-Version is not longer supporded
+net/samba42|net/samba44|2016-09-07|Has expired: not supported upstream https://wiki.samba.org/index.php/Samba_Release_Planning
+net/samba43|net/samba44|2017-03-07|Has expired: not supported upstream https://wiki.samba.org/index.php/Samba_Release_Planning

Modified: head/Mk/Uses/samba.mk
==============================================================================
--- head/Mk/Uses/samba.mk	Wed Jun  7 17:22:59 2017	(r442855)
+++ head/Mk/Uses/samba.mk	Wed Jun  7 17:32:04 2017	(r442856)
@@ -23,9 +23,7 @@ IGNORE=		USES=samba has invalid arguments: ${samba_ARG
 
 SAMBAPORT=	net/samba${SAMBA_DEFAULT:S/.//}
 SAMBAINCLUDES=	${LOCALBASE}/include/samba4
-.if ${SAMBA_DEFAULT} == 4.2 || ${SAMBA_DEFAULT} == 4.3
-SAMBALIBS=	${LOCALBASE}/lib
-.elif ${SAMBA_DEFAULT} == 4.4 || ${SAMBA_DEFAULT} == 4.5 || ${SAMBA_DEFAULT} == 4.6
+.if ${SAMBA_DEFAULT} == 4.4 || ${SAMBA_DEFAULT} == 4.5 || ${SAMBA_DEFAULT} == 4.6
 SAMBALIBS=	${LOCALBASE}/lib/samba4
 .else
 IGNORE=		Invalid version of samba: ${SAMBA_DEFAULT}
@@ -42,4 +40,3 @@ RUN_DEPENDS+=	smbd:${SAMBAPORT}
 .endif
 
 .endif
-

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Wed Jun  7 17:22:59 2017	(r442855)
+++ head/Mk/bsd.default-versions.mk	Wed Jun  7 17:32:04 2017	(r442856)
@@ -83,7 +83,7 @@ PYTHON2_DEFAULT?=	2.7
 PYTHON3_DEFAULT?=	3.6
 # Possible values: 2.2, 2.3, 2.4
 RUBY_DEFAULT?=		2.3
-# Possible values: 4.2, 4.3, 4.4, 4.5, 4.6
+# Possible values: 4.4, 4.5, 4.6
 SAMBA_DEFAULT?=		4.4
 # Possible values: base, openssl, openssl-devel, libressl, libressl-devel
 .if !defined(SSL_DEFAULT)

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Jun  7 17:22:59 2017	(r442855)
+++ head/net/Makefile	Wed Jun  7 17:32:04 2017	(r442856)
@@ -1248,8 +1248,6 @@
     SUBDIR += rubygem-xmlrpc
     SUBDIR += rude
     SUBDIR += s3ql
-    SUBDIR += samba42
-    SUBDIR += samba43
     SUBDIR += samba44
     SUBDIR += samba45
     SUBDIR += samba46


More information about the svn-ports-all mailing list