From owner-svn-ports-head@freebsd.org Thu May 3 22:30:59 2018 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 0AC02FBE738; Thu, 3 May 2018 22:30:59 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB51077527; Thu, 3 May 2018 22:30:58 +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 A66C72601A; Thu, 3 May 2018 22:30:58 +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 w43MUwmm057006; Thu, 3 May 2018 22:30:58 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w43MUwns057004; Thu, 3 May 2018 22:30:58 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201805032230.w43MUwns057004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 3 May 2018 22:30:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468992 - head/emulators/virtualbox-ose X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/emulators/virtualbox-ose X-SVN-Commit-Revision: 468992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 03 May 2018 22:30:59 -0000 Author: jkim Date: Thu May 3 22:30:58 2018 New Revision: 468992 URL: https://svnweb.freebsd.org/changeset/ports/468992 Log: Chase Guest Additions change. Reported by: Patrick Mackinlay (patrick at spacesurfer dot com) Modified: head/emulators/virtualbox-ose/Makefile head/emulators/virtualbox-ose/distinfo Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Thu May 3 22:18:05 2018 (r468991) +++ head/emulators/virtualbox-ose/Makefile Thu May 3 22:30:58 2018 (r468992) @@ -3,6 +3,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.10 +PORTREVISION= 1 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 Thu May 3 22:18:05 2018 (r468991) +++ head/emulators/virtualbox-ose/distinfo Thu May 3 22:30:58 2018 (r468992) @@ -1,5 +1,5 @@ -TIMESTAMP = 1523995003 +TIMESTAMP = 1525386398 SHA256 (VirtualBox-5.2.10.tar.bz2) = ed9e524cef571a8dbdb7a5f18bb42442a3dddf24d7fdbb3816e0b317feb324cc SIZE (VirtualBox-5.2.10.tar.bz2) = 118575607 -SHA256 (VBoxGuestAdditions_5.2.10.iso) = d44f9689429672f8cf8fac6fd40b91d8c0d4f1a28c277cc86252e075f03ad1a6 -SIZE (VBoxGuestAdditions_5.2.10.iso) = 57978880 +SHA256 (VBoxGuestAdditions_5.2.10.iso) = 78a4f18eb0968c7d14dbfe9decf96759c3f85d28f7e3e7ae339266f4a0b22bd1 +SIZE (VBoxGuestAdditions_5.2.10.iso) = 57974784