From owner-svn-ports-all@freebsd.org Thu Feb 18 20:15:53 2016 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 C78BFAADEDD; Thu, 18 Feb 2016 20:15:53 +0000 (UTC) (envelope-from feld@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 94FEC17A3; Thu, 18 Feb 2016 20:15:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1IKFqFc094931; Thu, 18 Feb 2016 20:15:52 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1IKFqel094930; Thu, 18 Feb 2016 20:15:52 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602182015.u1IKFqel094930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 18 Feb 2016 20:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409126 - head/net/samba36 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.20 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: Thu, 18 Feb 2016 20:15:53 -0000 Author: feld Date: Thu Feb 18 20:15:52 2016 New Revision: 409126 URL: https://svnweb.freebsd.org/changeset/ports/409126 Log: net/samba36: Mark DEPRECATED This Samba port was not yet marked deprecated. It has been EoL since 2015-03-04 Modified: head/net/samba36/Makefile Modified: head/net/samba36/Makefile ============================================================================== --- head/net/samba36/Makefile Thu Feb 18 19:12:02 2016 (r409125) +++ head/net/samba36/Makefile Thu Feb 18 20:15:52 2016 (r409126) @@ -14,6 +14,10 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${DISTNAME}/COPYING CONFLICTS?= *samba3[2-5]-3.* + +DEPRECATED= not supported by the upstream +EXPIRATION_DATE= 2016-03-01 + # Additional patches from Sernet.de PATCH_STRIP= -p1 EXTRA_PATCHES= ${PATCHDIR}/sernet.patch