Update to 5.2.2.

This commit is contained in:
Jung-uk Kim 2017-11-30 23:45:48 +00:00
parent eb53d36e45
commit b58bf791cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455237
8 changed files with 17 additions and 20 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= virtualbox-ose
PORTVERSION= 5.2.0
PORTREVISION= 1
PORTVERSION= 5.2.2
CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/
PKGNAMESUFFIX?= -additions

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1508350098
SHA256 (VirtualBox-5.2.0.tar.bz2) = 26fc73aee2df18142e4129beed1175fbd7eed69a9b6b150bcff7d9b92f4ade54
SIZE (VirtualBox-5.2.0.tar.bz2) = 117789406
TIMESTAMP = 1512074280
SHA256 (VirtualBox-5.2.2.tar.bz2) = 35ab0c307feedbd9191c14ed4056b46a85bea1918b0c0c40616f0470991bc017
SIZE (VirtualBox-5.2.2.tar.bz2) = 118424845

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= virtualbox-ose
PORTVERSION= 5.2.0
PORTREVISION= 1
PORTVERSION= 5.2.2
CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/
PKGNAMESUFFIX= -kmod
@ -58,7 +57,7 @@ BUILD_WRKSRC= ${VBOX_BIN}
KMK_BUILDTYPE= release
KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys
KMK_FLAGS= HostDrivers-scripts vboxdrv-mod VBoxNetFlt-src VBoxNetAdp-src
KMK_FLAGS= HostDrivers-scripts vboxdrv-src VBoxNetFlt-src VBoxNetAdp-src
.if ${PORT_OPTIONS:MDEBUG}
KMK_FLAGS+= BUILD_TYPE=debug

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1508350098
SHA256 (VirtualBox-5.2.0.tar.bz2) = 26fc73aee2df18142e4129beed1175fbd7eed69a9b6b150bcff7d9b92f4ade54
SIZE (VirtualBox-5.2.0.tar.bz2) = 117789406
TIMESTAMP = 1512074280
SHA256 (VirtualBox-5.2.2.tar.bz2) = 35ab0c307feedbd9191c14ed4056b46a85bea1918b0c0c40616f0470991bc017
SIZE (VirtualBox-5.2.2.tar.bz2) = 118424845

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= virtualbox-ose
PORTVERSION= 5.2.0
PORTREVISION= 1
PORTVERSION= 5.2.2
CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/
DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1508350098
SHA256 (VirtualBox-5.2.0.tar.bz2) = 26fc73aee2df18142e4129beed1175fbd7eed69a9b6b150bcff7d9b92f4ade54
SIZE (VirtualBox-5.2.0.tar.bz2) = 117789406
SHA256 (VBoxGuestAdditions_5.2.0.iso) = 841678a04a1800de26e76bbb7a0f8f7f48fe903deede77a67394b93bf2f2cde4
SIZE (VBoxGuestAdditions_5.2.0.iso) = 60325888
TIMESTAMP = 1512074280
SHA256 (VirtualBox-5.2.2.tar.bz2) = 35ab0c307feedbd9191c14ed4056b46a85bea1918b0c0c40616f0470991bc017
SIZE (VirtualBox-5.2.2.tar.bz2) = 118424845
SHA256 (VBoxGuestAdditions_5.2.2.iso) = 8317a0479a94877829b20a19df8a7c09187b31eecb3f1ed9d2b8cb8681a81bb8
SIZE (VBoxGuestAdditions_5.2.2.iso) = 60481536

View file

@ -7,7 +7,7 @@
- */
-
/*
* Copyright (C) 2008-2016 Oracle Corporation
* Copyright (C) 2008-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;

View file

@ -7,7 +7,7 @@
- */
-
/*
* Copyright (C) 2008-2016 Oracle Corporation
* Copyright (C) 2008-2017 Oracle Corporation
+ * Copyright (C) 2017 Mahdi Mokhtari
*
* This file is part of VirtualBox Open Source Edition (OSE), as