From owner-svn-ports-all@freebsd.org Wed Jun 7 17:32:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 279A3C79E09; Wed, 7 Jun 2017 17:32:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF92B7BC1B; Wed, 7 Jun 2017 17:32:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v57HW5Re004362; Wed, 7 Jun 2017 17:32:05 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v57HW4cw004358; Wed, 7 Jun 2017 17:32:04 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201706071732.v57HW4cw004358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 7 Jun 2017 17:32:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442856 - in head: . Mk Mk/Uses net net/samba42 net/samba43 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2017 17:32:06 -0000 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