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