ports/opt (3.0): lm_sensors: updated to 3.3.5
commit 9881f9a28b8ff2bb74c848393effbaa706fd28b9 Author: Jose V Beneyto <sepen@crux.nu> Date: Thu Jan 23 11:34:15 2014 +0100 lm_sensors: updated to 3.3.5 diff --git a/lm_sensors/.footprint b/lm_sensors/.footprint index b31176b..dddb6c9 100644 --- a/lm_sensors/.footprint +++ b/lm_sensors/.footprint @@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/isadump.8.gz -rw-r--r-- root/root usr/man/man8/isaset.8.gz -rw-r--r-- root/root usr/man/man8/pwmconfig.8.gz +-rw-r--r-- root/root usr/man/man8/sensors-conf-convert.8.gz -rw-r--r-- root/root usr/man/man8/sensors-detect.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/fancontrol diff --git a/lm_sensors/.md5sum b/lm_sensors/.md5sum index d773e15..1089528 100644 --- a/lm_sensors/.md5sum +++ b/lm_sensors/.md5sum @@ -1 +1 @@ -60cfb98ab7a8915c3ac684af5459de2e lm_sensors-3.3.4.tar.bz2 +da506dedceb41822e64865f6ba34828a lm_sensors-3.3.5.tar.bz2 diff --git a/lm_sensors/Pkgfile b/lm_sensors/Pkgfile index d9fed63..d607245 100644 --- a/lm_sensors/Pkgfile +++ b/lm_sensors/Pkgfile @@ -5,12 +5,13 @@ # Nice to have: i2c-tools name=lm_sensors -version=3.3.4 +version=3.3.5 release=1 source=(http://dl.lm-sensors.org/lm-sensors/releases/$name-$version.tar.bz2) build () { cd $name-$version + make install PREFIX=/usr \ ETCDIR=/usr/etc \ DESTDIR=$PKG diff --git a/lm_sensors/README b/lm_sensors/README index 813d23e..6631c26 100644 --- a/lm_sensors/README +++ b/lm_sensors/README @@ -4,16 +4,10 @@ README for lm_sensors IMPORTANT NOTES - * The libsensors configuration file (/etc/sensors.conf) is never overwritten - by our installation process, so that you won't lose your personal settings - in that file. You still can get our latest default config file in - etc/sensors.conf.eg and manually copy it to /etc/sensors.conf if you want. - You will then want to edit it to fit your needs again. - - * The format of /etc/sensors.conf changed with lm-sensors >= 3.0.0. - If you have a custom configuration file using the old format, you can convert - it using the sensors-conf-convert script. Otherwise just overwrite your old - configuration file with the new default one. + * The format of /usr/etc/sensors3.conf changed with lm-sensors 3.0.0. + If you have a custom configuration file using the old format, you + can convert it using the sensors-conf-convert script. Otherwise just + overwrite your old configuration file with the new default one. KERNEL CONFIGURATION
participants (1)
-
crux@crux.nu