From owner-svn-ports-head@freebsd.org Wed Feb 27 09:36:07 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4D8A1516AE6; Wed, 27 Feb 2019 09:36:07 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7409E6EAF2; Wed, 27 Feb 2019 09:36:07 +0000 (UTC) (envelope-from royger@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 67E0B1AE4D; Wed, 27 Feb 2019 09:36:07 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1R9a7eX060943; Wed, 27 Feb 2019 09:36:07 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1R9a7fw060941; Wed, 27 Feb 2019 09:36:07 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201902270936.x1R9a7fw060941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Wed, 27 Feb 2019 09:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494037 - in head: emulators/xen-kernel47 sysutils/xen-tools47 X-SVN-Group: ports-head X-SVN-Commit-Author: royger X-SVN-Commit-Paths: in head: emulators/xen-kernel47 sysutils/xen-tools47 X-SVN-Commit-Revision: 494037 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7409E6EAF2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2019 09:36:08 -0000 Author: royger (src committer) Date: Wed Feb 27 09:36:06 2019 New Revision: 494037 URL: https://svnweb.freebsd.org/changeset/ports/494037 Log: emulators/xen-kernel47 & sysutils/xen-tools47: deprecate It's about to go out of security support, so mark it as deprecated. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19283 Modified: head/emulators/xen-kernel47/Makefile head/sysutils/xen-tools47/Makefile Modified: head/emulators/xen-kernel47/Makefile ============================================================================== --- head/emulators/xen-kernel47/Makefile Wed Feb 27 09:25:37 2019 (r494036) +++ head/emulators/xen-kernel47/Makefile Wed Feb 27 09:36:06 2019 (r494037) @@ -14,6 +14,9 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 +DEPRECATED= This port is about to be removed, please update to a newer Xen version +EXPIRATION_DATE=2019-07-01 + USES= cpe gmake python:2.7,build # We need to use ld from ports because the version in base doesn't Modified: head/sysutils/xen-tools47/Makefile ============================================================================== --- head/sysutils/xen-tools47/Makefile Wed Feb 27 09:25:37 2019 (r494036) +++ head/sysutils/xen-tools47/Makefile Wed Feb 27 09:36:06 2019 (r494037) @@ -26,6 +26,9 @@ OPTIONS_DEFINE= DOCS ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than amd64" +DEPRECATED= This port is about to be removed, please update to a newer Xen version +EXPIRATION_DATE=2019-07-01 + USES= cpe gettext gmake libtool localbase:ldflags perl5 pkgconfig \ python:2.7 shebangfix USE_GNOME= glib20