From owner-svn-ports-head@FreeBSD.ORG Fri Nov 14 18:04:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89F7438E; Fri, 14 Nov 2014 18:04:03 +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 5D8C0AEC; Fri, 14 Nov 2014 18:04:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAEI433R068144; Fri, 14 Nov 2014 18:04:03 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAEI42E4068141; Fri, 14 Nov 2014 18:04:02 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201411141804.sAEI42E4068141@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 14 Nov 2014 18:04:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372567 - head/sysutils/sg3_utils X-SVN-Group: ports-head 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.18-1 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: Fri, 14 Nov 2014 18:04:03 -0000 Author: delphij Date: Fri Nov 14 18:04:02 2014 New Revision: 372567 URL: https://svnweb.freebsd.org/changeset/ports/372567 QAT: https://qat.redports.org/buildarchive/r372567/ Log: Update to 1.40. Modified: head/sysutils/sg3_utils/Makefile head/sysutils/sg3_utils/distinfo head/sysutils/sg3_utils/pkg-plist Modified: head/sysutils/sg3_utils/Makefile ============================================================================== --- head/sysutils/sg3_utils/Makefile Fri Nov 14 18:00:18 2014 (r372566) +++ head/sysutils/sg3_utils/Makefile Fri Nov 14 18:04:02 2014 (r372567) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sg3_utils -PORTVERSION= 1.39 +PORTVERSION= 1.40 CATEGORIES= sysutils MASTER_SITES= http://sg.danny.cz/sg/p/ Modified: head/sysutils/sg3_utils/distinfo ============================================================================== --- head/sysutils/sg3_utils/distinfo Fri Nov 14 18:00:18 2014 (r372566) +++ head/sysutils/sg3_utils/distinfo Fri Nov 14 18:04:02 2014 (r372567) @@ -1,2 +1,2 @@ -SHA256 (sg3_utils-1.39.tgz) = 0fb6eae3de7f8e71398bf1315712eceae5b6776b5b9ef882bcfd759063ea8709 -SIZE (sg3_utils-1.39.tgz) = 1129740 +SHA256 (sg3_utils-1.40.tgz) = 44a9ecfd3af018fa9f3586067a8fa5f4874451c3d773d74436d262a7e530ee83 +SIZE (sg3_utils-1.40.tgz) = 1179730 Modified: head/sysutils/sg3_utils/pkg-plist ============================================================================== --- head/sysutils/sg3_utils/pkg-plist Fri Nov 14 18:00:18 2014 (r372566) +++ head/sysutils/sg3_utils/pkg-plist Fri Nov 14 18:04:02 2014 (r372567) @@ -36,9 +36,11 @@ bin/sg_safte bin/sg_sanitize bin/sg_sat_identify bin/sg_sat_phy_event +bin/sg_sat_read_gplog bin/sg_sat_set_features bin/sg_senddiag bin/sg_ses +bin/sg_ses_microcode bin/sg_start bin/sg_stpg bin/sg_sync @@ -50,6 +52,7 @@ bin/sg_wr_mode bin/sg_write_buffer bin/sg_write_long bin/sg_write_same +bin/sg_write_verify include/scsi/sg_cmds.h include/scsi/sg_cmds_basic.h include/scsi/sg_cmds_extra.h @@ -99,9 +102,11 @@ man/man8/sg_safte.8.gz man/man8/sg_sanitize.8.gz man/man8/sg_sat_identify.8.gz man/man8/sg_sat_phy_event.8.gz +man/man8/sg_sat_read_gplog.8.gz man/man8/sg_sat_set_features.8.gz man/man8/sg_senddiag.8.gz man/man8/sg_ses.8.gz +man/man8/sg_ses_microcode.8.gz man/man8/sg_start.8.gz man/man8/sg_stpg.8.gz man/man8/sg_sync.8.gz @@ -113,4 +118,5 @@ man/man8/sg_wr_mode.8.gz man/man8/sg_write_buffer.8.gz man/man8/sg_write_long.8.gz man/man8/sg_write_same.8.gz -@dirrm include/scsi +man/man8/sg_write_verify.8.gz +@dir include/scsi