From owner-svn-ports-all@freebsd.org Tue Jan 29 19:12:49 2019 Return-Path: Delivered-To: svn-ports-all@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 727F514C810C; Tue, 29 Jan 2019 19:12:49 +0000 (UTC) (envelope-from jkim@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 184F995502; Tue, 29 Jan 2019 19:12:49 +0000 (UTC) (envelope-from jkim@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 0B29BC2DB; Tue, 29 Jan 2019 19:12:49 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0TJCmRs064137; Tue, 29 Jan 2019 19:12:48 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0TJClE8064131; Tue, 29 Jan 2019 19:12:47 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201901291912.x0TJClE8064131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 29 Jan 2019 19:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491591 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod X-SVN-Commit-Revision: 491591 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 184F995502 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 29 Jan 2019 19:12:49 -0000 Author: jkim Date: Tue Jan 29 19:12:47 2019 New Revision: 491591 URL: https://svnweb.freebsd.org/changeset/ports/491591 Log: Update to 5.2.26. https://www.virtualbox.org/wiki/Changelog-5.2#v26 Modified: head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose-additions/distinfo head/emulators/virtualbox-ose-kmod/Makefile head/emulators/virtualbox-ose-kmod/distinfo head/emulators/virtualbox-ose/Makefile head/emulators/virtualbox-ose/distinfo Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Tue Jan 29 19:07:56 2019 (r491590) +++ head/emulators/virtualbox-ose-additions/Makefile Tue Jan 29 19:12:47 2019 (r491591) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.24 +PORTVERSION= 5.2.26 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions Modified: head/emulators/virtualbox-ose-additions/distinfo ============================================================================== --- head/emulators/virtualbox-ose-additions/distinfo Tue Jan 29 19:07:56 2019 (r491590) +++ head/emulators/virtualbox-ose-additions/distinfo Tue Jan 29 19:12:47 2019 (r491591) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547573855 -SHA256 (VirtualBox-5.2.24.tar.bz2) = 6c8672ff74f9fbe0a73522baab5f5600d2c65c5df4b0314d983a5d096e746457 -SIZE (VirtualBox-5.2.24.tar.bz2) = 118369194 +TIMESTAMP = 1548732081 +SHA256 (VirtualBox-5.2.26.tar.bz2) = 4debe583463be3917ac60ad76a31f6db27586423d86f1f53c060d70d5e70d467 +SIZE (VirtualBox-5.2.26.tar.bz2) = 118371765 Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Tue Jan 29 19:07:56 2019 (r491590) +++ head/emulators/virtualbox-ose-kmod/Makefile Tue Jan 29 19:12:47 2019 (r491591) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.24 +PORTVERSION= 5.2.26 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX= -kmod Modified: head/emulators/virtualbox-ose-kmod/distinfo ============================================================================== --- head/emulators/virtualbox-ose-kmod/distinfo Tue Jan 29 19:07:56 2019 (r491590) +++ head/emulators/virtualbox-ose-kmod/distinfo Tue Jan 29 19:12:47 2019 (r491591) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547573855 -SHA256 (VirtualBox-5.2.24.tar.bz2) = 6c8672ff74f9fbe0a73522baab5f5600d2c65c5df4b0314d983a5d096e746457 -SIZE (VirtualBox-5.2.24.tar.bz2) = 118369194 +TIMESTAMP = 1548732081 +SHA256 (VirtualBox-5.2.26.tar.bz2) = 4debe583463be3917ac60ad76a31f6db27586423d86f1f53c060d70d5e70d467 +SIZE (VirtualBox-5.2.26.tar.bz2) = 118371765 Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Tue Jan 29 19:07:56 2019 (r491590) +++ head/emulators/virtualbox-ose/Makefile Tue Jan 29 19:12:47 2019 (r491591) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.24 -PORTREVISION= 1 +PORTVERSION= 5.2.26 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} Modified: head/emulators/virtualbox-ose/distinfo ============================================================================== --- head/emulators/virtualbox-ose/distinfo Tue Jan 29 19:07:56 2019 (r491590) +++ head/emulators/virtualbox-ose/distinfo Tue Jan 29 19:12:47 2019 (r491591) @@ -1,5 +1,5 @@ -TIMESTAMP = 1547573855 -SHA256 (VirtualBox-5.2.24.tar.bz2) = 6c8672ff74f9fbe0a73522baab5f5600d2c65c5df4b0314d983a5d096e746457 -SIZE (VirtualBox-5.2.24.tar.bz2) = 118369194 -SHA256 (VBoxGuestAdditions_5.2.24.iso) = cb217dbc3a34862d36ee0a5f5a6b0756e7b639c4852e675eeec7c4422dc02599 -SIZE (VBoxGuestAdditions_5.2.24.iso) = 58429440 +TIMESTAMP = 1548732081 +SHA256 (VirtualBox-5.2.26.tar.bz2) = 4debe583463be3917ac60ad76a31f6db27586423d86f1f53c060d70d5e70d467 +SIZE (VirtualBox-5.2.26.tar.bz2) = 118371765 +SHA256 (VBoxGuestAdditions_5.2.26.iso) = b927c5d0d4c97a9da2522daad41fe96b616ed06bfb0c883f9c42aad2244f7c38 +SIZE (VBoxGuestAdditions_5.2.26.iso) = 58433536