Thursday, February 28, 2019

[UPDATE] sysutils/smartmontools 6.6 -> 7.0

Hi Giovanni, ports,

I wanted to check if i could read my nvme(4) ssd SMART infos, it seems
it's not possible, but since i've tried with the latest version too,
i felt like sharing the diff :)

The full changelog can be found here [1], some highlights:

- Experimental JSON output is now available through the
'-j' option
- There is a new build option '--with-cxx11-regex', 'no' being the
default. I've kept it as-is given what CONFIGURE_ARGS says.

It has been built and tested successfully on macppc and amd64.

Any comments are welcome!

Charlène.

[1]
https://www.smartmontools.org/browser/tags/RELEASE_7_0/smartmontools/NEWS


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/smartmontools/Makefile,v
retrieving revision 1.39
diff -u -p -u -p -r1.39 Makefile
--- Makefile 24 Oct 2018 14:28:10 -0000 1.39
+++ Makefile 28 Feb 2019 16:44:04 -0000
@@ -3,9 +3,8 @@
COMMENT= control and monitor storage systems using SMART

# XXX at update time check whether C++11 is actually needed
-DISTNAME= smartmontools-6.6
+DISTNAME= smartmontools-7.0
CATEGORIES= sysutils
-REVISION= 1

HOMEPAGE= https://www.smartmontools.org/
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/smartmontools/distinfo,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 distinfo
--- distinfo 1 Dec 2017 17:10:48 -0000 1.17
+++ distinfo 28 Feb 2019 16:44:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (smartmontools-6.6.tar.gz) = UfQ9D7Bk/Mr4I7vmjPDTF9CJX/iVqjU7MzmjsxalMFQ=
-SIZE (smartmontools-6.6.tar.gz) = 903847
+SHA256 (smartmontools-7.0.tar.gz) = 5eGsJ4a8h/29b5LQ7nUbeZ+7PhoJwKajefnrZLPo9hw=
+SIZE (smartmontools-7.0.tar.gz) = 944925
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/smartmontools/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 PLIST
--- pkg/PLIST 18 May 2015 17:17:40 -0000 1.7
+++ pkg/PLIST 28 Feb 2019 16:44:04 -0000
@@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.7 2015/05/18 17:17:40 giovanni Exp $
+@rcscript ${RCDIR}/smartd
@man man/man5/smartd.conf.5
@man man/man8/smartctl.8
@man man/man8/smartd.8
@@ -16,4 +17,3 @@ share/examples/smartmontools/Example5
share/examples/smartmontools/Example6
share/examples/smartmontools/README
share/examples/smartmontools/smartd_warning.sh
-@rcscript ${RCDIR}/smartd

No comments:

Post a Comment