Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 14:32:13 -0700 (PDT)
From:      Jeremy Chadwick <jdc@koitsu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177088: sysutils/smartmontools -- update to 6.1
Message-ID:  <20130318213213.E3FCB73A1C@icarus.home.lan>
Resent-Message-ID: <201303182140.r2ILe5h2022041@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177088
>Category:       ports
>Synopsis:       sysutils/smartmontools -- update to 6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 18 21:40:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Chadwick
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD icarus.home.lan 9.1-STABLE FreeBSD 9.1-STABLE #0 r248403: Sat Mar 16 20:33:01 PDT 2013 root@icarus.home.lan:/usr/obj/usr/src/sys/X7SBA_RELENG_9_amd64 amd64
>Description:
	Update smartmontools to 6.1, released 2013/03/16.

	Changes: http://sourceforge.net/apps/trac/smartmontools/browser/tags/RELEASE_6_1/smartmontools/NEWS
>How-To-Repeat:
	n/a
>Fix:
	Apply below patch.  Patch will also be available at the following URL
	once I get a PR number: http://jdc.koitsu.org/freebsd/{prnum}

	Note: files/patch-atacam should be removed/deleted.


Index: Makefile
===================================================================
--- Makefile	(revision 314601)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	smartmontools
-PORTVERSION=	6.0
+PORTVERSION=	6.1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
Index: distinfo
===================================================================
--- distinfo	(revision 314601)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (smartmontools-6.0.tar.gz) = 9fe4ff2b7bcd00fde19db82bba168f5462ed6e857d3ef439495e304e3231d3a6
-SIZE (smartmontools-6.0.tar.gz) = 771540
+SHA256 (smartmontools-6.1.tar.gz) = a9003b8bccc82682f658ce76d70edb1842411e51dc56d4cd6b56618da1d9ce07
+SIZE (smartmontools-6.1.tar.gz) = 787091
Index: files/patch-atacam
===================================================================
--- files/patch-atacam	(revision 314601)
+++ files/patch-atacam	(working copy)
@@ -1,15 +0,0 @@
---- os_freebsd.cpp	2012-06-19 13:37:05.000000000 -0700
-+++ os_freebsd.cpp	2012-07-02 01:51:10.998181000 -0700
-@@ -1795,8 +1795,10 @@
-         * We are searching for latest name
-         */
-         periph_result =  &ccb.cdm.matches[i].result.periph_result;
--        devname = strprintf("%s%s%d", _PATH_DEV, periph_result->periph_name, periph_result->unit_number);
--        changed = 0;
-+        if (strcmp(periph_result->periph_name, "pass")) {
-+           devname = strprintf("%s%s%d", _PATH_DEV, periph_result->periph_name, periph_result->unit_number);
-+           changed = 0;
-+        }
-       };
-       if ((changed == 1 || show_all) && !devname.empty()) {
-         names.push_back(devname);
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 314601)
+++ pkg-plist	(working copy)
@@ -1,6 +1,7 @@
 @stopdaemon smartd
 etc/periodic/daily/smart
 etc/smartd.conf.sample
+etc/smartd_warning.sh
 sbin/smartctl
 sbin/smartd
 sbin/update-smart-drivedb
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130318213213.E3FCB73A1C>