Ticket #48128: smartmontools.diff

File smartmontools.diff, 2.3 KB (added by RJVB (René Bertin), 9 years ago)
  • sysutils/smartmontools/Portfile

    diff --git a/sysutils/smartmontools/Portfile b/sysutils/smartmontools/Portfile
    index 048bebc..d48cdc7 100644
    a b  
    44PortSystem          1.0
    55
    66name                smartmontools
    7 version             6.3
    8 revision            1
     7version             6.4
    98categories          sysutils
    109license             GPL-2+
    1110platforms           darwin
    1211
    13 maintainers         nomaintainer
     12maintainers         gmail.com:rjvbertin openmaintainer
    1413
    1514description         SMART hard drive monitoring
    1615
    long_description \ 
    2423homepage            http://smartmontools.sourceforge.net/
    2524master_sites        sourceforge
    2625
    27 checksums           rmd160  b51fa0dfd15820d33fb00506853b34bbebadd096 \
    28                     sha256  a777065d1a5965d71b3672e054b09b7696200ec73aaf45ab636f34016538fe19
     26checksums           rmd160  a90387c07488cfd3b1f87a34dcf9297983e174c5 \
     27                    sha256  eab75600c1eda9c34b13097db71138ab376f3dad8a6a4667fb4d1d081feb7a85
    2928
    3029configure.args      --mandir=${prefix}/share/man \
    31                     --enable-drivedb \
    32                     --disable-savestates \
    33                     --disable-attributelog \
     30                    --with-drivedb \
     31                    --without-savestates \
     32                    --without-attributelog \
    3433                    --enable-sample \
    3534                    --with-libcap-ng=no
    3635
    destroot.keepdirs ${destroot}${prefix}/var/run \ 
    4039default_variants    +savestates +attributelog
    4140
    4241variant savestates description {Use default smartd state files} {
    43     configure.args-delete --disable-savestates
    44     configure.args-append --enable-savestates
     42    configure.args-replace --without-savestates --with-savestates
    4543}
    4644
    4745variant attributelog description {Use default smartd attribute log files} {
    48     configure.args-delete --disable-attributelog
    49     configure.args-append --enable-attributelog
     46    configure.args-replace --without-attributelog --with-attributelog
    5047}
    5148
    5249startupitem.create      yes
    5350startupitem.name        smartd
    5451startupitem.executable  ${prefix}/sbin/smartd -n
     52
     53# kate: backspace-indents true; indent-pasted-text true; indent-width 4; keep-extra-spaces true; remove-trailing-spaces modified; replace-tabs true; replace-tabs-save true; syntax Tcl/Tk; tab-indents true; tab-width 4;