summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/smartmontools/Makefile5
-rw-r--r--sysutils/smartmontools/PLIST3
-rw-r--r--sysutils/smartmontools/distinfo10
-rw-r--r--sysutils/smartmontools/patches/patch-aa16
4 files changed, 16 insertions, 18 deletions
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile
index 4e94ddb0697..c27fc6e1e47 100644
--- a/sysutils/smartmontools/Makefile
+++ b/sysutils/smartmontools/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2015/06/12 13:58:07 jperkin Exp $
+# $NetBSD: Makefile,v 1.28 2015/09/24 22:30:29 tnn Exp $
-DISTNAME= smartmontools-6.3
-PKGREVISION= 1
+DISTNAME= smartmontools-6.4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/}
diff --git a/sysutils/smartmontools/PLIST b/sysutils/smartmontools/PLIST
index a21770fb80c..db59c820d04 100644
--- a/sysutils/smartmontools/PLIST
+++ b/sysutils/smartmontools/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2015/04/08 01:43:32 rodent Exp $
+@comment $NetBSD: PLIST,v 1.9 2015/09/24 22:30:29 tnn Exp $
man/man5/smartd.conf.5
man/man8/smartctl.8
man/man8/smartd.8
@@ -14,7 +14,6 @@ share/doc/smartmontools/INSTALL
share/doc/smartmontools/NEWS
share/doc/smartmontools/README
share/doc/smartmontools/TODO
-share/doc/smartmontools/WARNINGS
share/doc/smartmontools/examplescripts/Example1
share/doc/smartmontools/examplescripts/Example2
share/doc/smartmontools/examplescripts/Example3
diff --git a/sysutils/smartmontools/distinfo b/sysutils/smartmontools/distinfo
index b8b67757b85..61f718963a0 100644
--- a/sysutils/smartmontools/distinfo
+++ b/sysutils/smartmontools/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2015/06/12 13:58:07 jperkin Exp $
+$NetBSD: distinfo,v 1.25 2015/09/24 22:30:29 tnn Exp $
-SHA1 (smartmontools-6.3.tar.gz) = 716c5dc339d408d628c55dbe69028b1561df4c7e
-RMD160 (smartmontools-6.3.tar.gz) = b51fa0dfd15820d33fb00506853b34bbebadd096
-Size (smartmontools-6.3.tar.gz) = 809790 bytes
-SHA1 (patch-aa) = 93a7725aa9e240d950d76f0da2d6b96f8d24f112
+SHA1 (smartmontools-6.4.tar.gz) = 855c7d555dd405e5b392b1631dc36dd9632db8b8
+RMD160 (smartmontools-6.4.tar.gz) = a90387c07488cfd3b1f87a34dcf9297983e174c5
+Size (smartmontools-6.4.tar.gz) = 822539 bytes
+SHA1 (patch-aa) = bd08aff267f0e9e9307ebc57858e61e35144bf16
SHA1 (patch-ag) = bbf85278f08390d51ac9bb428ac7026763e5ffcf
SHA1 (patch-os__netbsd.cpp) = 9c197ae492ef377d72df009be40d0abc1a827a31
diff --git a/sysutils/smartmontools/patches/patch-aa b/sysutils/smartmontools/patches/patch-aa
index 0a736a00d02..8cff33042d5 100644
--- a/sysutils/smartmontools/patches/patch-aa
+++ b/sysutils/smartmontools/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.8 2015/04/08 01:43:33 rodent Exp $
+$NetBSD: patch-aa,v 1.9 2015/09/24 22:30:29 tnn Exp $
Don't install Linux init.d files nor CONF_FILES.
---- Makefile.in.orig 2014-07-26 09:50:18.000000000 +0000
+--- Makefile.in.orig 2015-06-04 16:30:22.000000000 +0000
+++ Makefile.in
-@@ -182,11 +182,10 @@ mkinstalldirs = $(install_sh) -d
+@@ -189,11 +189,10 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
@@ -17,17 +17,17 @@ Don't install Linux init.d files nor CONF_FILES.
"$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(systemdsystemunitdir)"
PROGRAMS = $(sbin_PROGRAMS)
am__smartctl_SOURCES_DIST = smartctl.cpp smartctl.h atacmdnames.cpp \
-@@ -585,8 +584,7 @@ docs_DATA = \
+@@ -595,8 +594,7 @@ docs_DATA = \
+ INSTALL \
NEWS \
README \
- TODO \
-- WARNINGS \
+- TODO \
- smartd.conf
-+ WARNINGS
++ TODO
examplesdir = $(exampledir)
examples_DATA = \
-@@ -1666,7 +1664,7 @@ info-am:
+@@ -1686,7 +1684,7 @@ info-am:
install-data-am: install-data-local install-docsDATA \
install-drivedbDATA install-examplesDATA \