summaryrefslogtreecommitdiff
path: root/smartmontools
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-05-09 12:48:14 +0200
committerJuergen Daubert <jue@jue.li>2016-05-09 12:48:14 +0200
commitafdfe2c85c4dfe890604e968913263eb33058733 (patch)
tree49d85552fae485f30937f20e2865adeedafacd2f /smartmontools
parent333c5ccb2d9a8bec939fcf10ced39f968f3a962e (diff)
downloadopt-afdfe2c85c4dfe890604e968913263eb33058733.tar.gz
opt-afdfe2c85c4dfe890604e968913263eb33058733.tar.xz
smartmontools: update to 6.5
Diffstat (limited to 'smartmontools')
-rw-r--r--smartmontools/.footprint14
-rw-r--r--smartmontools/.md5sum2
-rw-r--r--smartmontools/Pkgfile8
3 files changed, 11 insertions, 13 deletions
diff --git a/smartmontools/.footprint b/smartmontools/.footprint
index 907d8b870..46ec152be 100644
--- a/smartmontools/.footprint
+++ b/smartmontools/.footprint
@@ -5,18 +5,18 @@ drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root etc/smartd_warning.d/
-rwxr-xr-x root/root etc/smartd_warning.sh
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/smartd.conf.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/smartctl.8.gz
--rw-r--r-- root/root usr/man/man8/smartd.8.gz
--rw-r--r-- root/root usr/man/man8/update-smart-drivedb.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/smartctl
-rwxr-xr-x root/root usr/sbin/smartd
-rwxr-xr-x root/root usr/sbin/update-smart-drivedb
drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/smartd.conf.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/smartctl.8.gz
+-rw-r--r-- root/root usr/share/man/man8/smartd.8.gz
+-rw-r--r-- root/root usr/share/man/man8/update-smart-drivedb.8.gz
drwxr-xr-x root/root usr/share/smartmontools/
-rw-r--r-- root/root usr/share/smartmontools/drivedb.h
drwxr-xr-x root/root var/
diff --git a/smartmontools/.md5sum b/smartmontools/.md5sum
index 419e19d81..50e756e7d 100644
--- a/smartmontools/.md5sum
+++ b/smartmontools/.md5sum
@@ -1,2 +1,2 @@
ba7af77aa9b178ebd30766bc26aae116 smartd
-56812c8312fd123ed40ef65afde1049e smartmontools-6.4.tar.gz
+093aeec3f8f39fa9a37593c4012d3156 smartmontools-6.5.tar.gz
diff --git a/smartmontools/Pkgfile b/smartmontools/Pkgfile
index fba14d392..971101366 100644
--- a/smartmontools/Pkgfile
+++ b/smartmontools/Pkgfile
@@ -4,7 +4,7 @@
# Packager: Juergen Daubert, jue at crux dot nu
name=smartmontools
-version=6.4
+version=6.5
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz \
smartd)
@@ -13,13 +13,11 @@ build () {
cd $name-$version
./configure --prefix=/usr \
- --mandir=/usr/man \
--sysconfdir=/etc \
--with-initscriptdir=/etc/rc.d \
--localstatedir=/var \
- --enable-drivedb \
- --enable-savestates \
- --enable-attributelog
+ --with-savestates \
+ --with-attributelog
make
make DESTDIR=$PKG install

Generated by cgit