From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 14:48:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B47DC99A; Mon, 7 Jul 2014 14:48:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1D652D33; Mon, 7 Jul 2014 14:48:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67EmIEh020206; Mon, 7 Jul 2014 14:48:18 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67EmIaY020204; Mon, 7 Jul 2014 14:48:18 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201407071448.s67EmIaY020204@svn.freebsd.org> From: Mark Felder Date: Mon, 7 Jul 2014 14:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361096 - head/sysutils/xe-guest-utilities X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 07 Jul 2014 14:48:18 -0000 Author: feld Date: Mon Jul 7 14:48:17 2014 New Revision: 361096 URL: http://svnweb.freebsd.org/changeset/ports/361096 QAT: https://qat.redports.org/buildarchive/r361096/ Log: Update to a fresher git revision which fixes support for pfSense 2.2 The main version still stays at 6.0.2 as this internally the scripts are based on XenServer 6.0.2's Linux Xen Tools Modified: head/sysutils/xe-guest-utilities/Makefile head/sysutils/xe-guest-utilities/distinfo Modified: head/sysutils/xe-guest-utilities/Makefile ============================================================================== --- head/sysutils/xe-guest-utilities/Makefile Mon Jul 7 14:46:59 2014 (r361095) +++ head/sysutils/xe-guest-utilities/Makefile Mon Jul 7 14:48:17 2014 (r361096) @@ -3,7 +3,7 @@ PORTNAME= xe-guest-utilities PORTVERSION= 6.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://github.com/${GIT_ACCOUNT}/${GIT_PROJECT}/tarball/${GIT_VERSION}/ DISTNAME= ${GIT_ACCOUNT}-${GIT_PROJECT}-${GIT_VERSION} @@ -15,7 +15,7 @@ RUN_DEPENDS= xen-tools>0:${PORTSDIR}/sys GIT_ACCOUNT= felderado GIT_PROJECT= freebsd-xen-tools-scripts -GIT_VERSION= 5a355c9 +GIT_VERSION= 8cc7fe1 GITSRC= ${WRKDIR}/${GIT_ACCOUNT}-${GIT_PROJECT}-${GIT_VERSION}/src/ USES= gmake Modified: head/sysutils/xe-guest-utilities/distinfo ============================================================================== --- head/sysutils/xe-guest-utilities/distinfo Mon Jul 7 14:46:59 2014 (r361095) +++ head/sysutils/xe-guest-utilities/distinfo Mon Jul 7 14:48:17 2014 (r361096) @@ -1,2 +1,2 @@ -SHA256 (felderado-freebsd-xen-tools-scripts-5a355c9.tar.gz) = c6d934103079cae5f9bd4abdb77586cea56eb04bdafd7dfc2e3401ab271bf278 -SIZE (felderado-freebsd-xen-tools-scripts-5a355c9.tar.gz) = 49171 +SHA256 (felderado-freebsd-xen-tools-scripts-8cc7fe1.tar.gz) = 02a18c323f3827418a2d8c1400a8a6b02435b9da756993b4a7bde509bec26954 +SIZE (felderado-freebsd-xen-tools-scripts-8cc7fe1.tar.gz) = 49268