From owner-svn-ports-head@freebsd.org Wed Feb 27 09:40:38 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 8B09F1516C04; Wed, 27 Feb 2019 09:40:38 +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 31C866ED7D; Wed, 27 Feb 2019 09:40:38 +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 21EF01AE85; Wed, 27 Feb 2019 09:40:38 +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 x1R9ec0v064402; Wed, 27 Feb 2019 09:40:38 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1R9ebWx064397; Wed, 27 Feb 2019 09:40:37 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201902270940.x1R9ebWx064397@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:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494039 - in head: . emulators emulators/xen-kernel411 sysutils sysutils/xen-tools411 X-SVN-Group: ports-head X-SVN-Commit-Author: royger X-SVN-Commit-Paths: in head: . emulators emulators/xen-kernel411 sysutils sysutils/xen-tools411 X-SVN-Commit-Revision: 494039 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 31C866ED7D 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.98)[-0.975,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:40:38 -0000 Author: royger (src committer) Date: Wed Feb 27 09:40:36 2019 New Revision: 494039 URL: https://svnweb.freebsd.org/changeset/ports/494039 Log: emulators/xen-kernel411 & sysutils/xen-tools411: drop version number from port I don't have the bandwidth to maintain multiple version of Xen, and going forward all newer version of Xen should work on FreeBSD without issues. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19284 Modified: head/MOVED head/emulators/Makefile head/emulators/xen-kernel411/Makefile head/sysutils/Makefile head/sysutils/xen-tools411/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Feb 27 09:36:25 2019 (r494038) +++ head/MOVED Wed Feb 27 09:40:36 2019 (r494039) @@ -10323,8 +10323,6 @@ vietnamese/kde4-l10||2018-07-17|Has expired: broken fo graphics/projectm-libvisual|graphics/libprojectm|2018-07-17|Code of projectm-libvisual was merged into graphics/libprojectm graphics/yafray|graphics/yafaray|2018-07-20|Project renamed lang/spec.alpha||2018-07-21|Unused in the ports tree -sysutils/xen-tools|sysutils/xen-tools47|2018-07-23|Renamed to support multiple versions -emulators/xen-kernel|emulators/xen-kernel47|2018-07-23|Renamed to support multiple versions emulators/xen||2018-07-23|Removed to support multiple versions devel/py-levenshtein|devel/py-python-Levenshtein|2018-07-28|Remove the duplicate comms/xwota||2018-07-28|Has expired: No server message and no upstream releases @@ -11640,3 +11638,5 @@ net-im/py-xmpppy-yahoo||2019-02-23|Yahoo messenger has graphics/glitz||2019-02-23|Development stopped in 2008, not depended on x11/xfree86_xkb_xml||2019-02-24|The project is discontinued devel/rtichoke|devel/radian|2019-02-26|Project is renamed +sysutils/xen-tools411|sysutils/xen-tools|2019-02-27|Rename in preparation for having a single Xen port +emulators/xen-kernel411|emulators/xen-kernel|2019-02-27|Rename in preparation for having a single Xen port Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Wed Feb 27 09:36:25 2019 (r494038) +++ head/emulators/Makefile Wed Feb 27 09:40:36 2019 (r494039) @@ -174,7 +174,7 @@ SUBDIR += x49gp SUBDIR += xbraitenberg SUBDIR += xcpc - SUBDIR += xen-kernel411 + SUBDIR += xen-kernel SUBDIR += xen-kernel47 SUBDIR += xhomer SUBDIR += xsystem35 Modified: head/emulators/xen-kernel411/Makefile ============================================================================== --- head/emulators/xen-kernel411/Makefile Wed Feb 27 09:36:25 2019 (r494038) +++ head/emulators/xen-kernel411/Makefile Wed Feb 27 09:40:36 2019 (r494039) @@ -5,7 +5,7 @@ PORTVERSION= 4.11.0 PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ -PKGNAMESUFFIX= -kernel411 +PKGNAMESUFFIX= -kernel MAINTAINER= royger@FreeBSD.org COMMENT= Hypervisor using a microkernel design Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Feb 27 09:36:25 2019 (r494038) +++ head/sysutils/Makefile Wed Feb 27 09:40:36 2019 (r494039) @@ -1502,7 +1502,7 @@ SUBDIR += xe SUBDIR += xe-guest-utilities SUBDIR += xen-guest-tools - SUBDIR += xen-tools411 + SUBDIR += xen-tools SUBDIR += xen-tools47 SUBDIR += xfburn SUBDIR += xfce4-battery-plugin Modified: head/sysutils/xen-tools411/Makefile ============================================================================== --- head/sysutils/xen-tools411/Makefile Wed Feb 27 09:36:25 2019 (r494038) +++ head/sysutils/xen-tools411/Makefile Wed Feb 27 09:40:36 2019 (r494039) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xen -PKGNAMESUFFIX= -tools411 +PKGNAMESUFFIX= -tools PORTVERSION= 4.11.0 PORTREVISION= 7 CATEGORIES= sysutils emulators