Index: head/sysutils/munin-common/distinfo =================================================================== --- head/sysutils/munin-common/distinfo (revision 425051) +++ head/sysutils/munin-common/distinfo (revision 425052) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477576389 -SHA256 (munin-2.0.26.tar.gz) = fb5fff319820e63b1107528e8302f0e0f1a29a710a3af1b8e281cc6c3c34bb84 -SIZE (munin-2.0.26.tar.gz) = 1338865 +TIMESTAMP = 1477994522 +SHA256 (munin-2.0.27.tar.gz) = 78f832bf1494815833459923cbfc8f41d47765cb5667c4e5c33f461aec15417c +SIZE (munin-2.0.27.tar.gz) = 1340502 Index: head/sysutils/munin-common/files/patch-plugins_node.d_ntp__states.in =================================================================== --- head/sysutils/munin-common/files/patch-plugins_node.d_ntp__states.in (revision 425051) +++ head/sysutils/munin-common/files/patch-plugins_node.d_ntp__states.in (nonexistent) @@ -1,10 +0,0 @@ ---- plugins/node.d/ntp_states.in.orig 2014-11-24 21:46:24 UTC -+++ plugins/node.d/ntp_states.in -@@ -53,6 +53,7 @@ my %stateval = ( - "excess" => 2, - "backup" => 3, - "outlyer" => 4, -+ "outlier" => 4, - "candidate" => 5, - "sys.peer" => 6, - "pps.peer" => 7 Property changes on: head/sysutils/munin-common/files/patch-plugins_node.d_ntp__states.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/munin-common/files/patch-plugins_node.d_hddtemp__smartctl.in =================================================================== --- head/sysutils/munin-common/files/patch-plugins_node.d_hddtemp__smartctl.in (revision 425051) +++ head/sysutils/munin-common/files/patch-plugins_node.d_hddtemp__smartctl.in (nonexistent) @@ -1,11 +0,0 @@ ---- plugins/node.d/hddtemp_smartctl.in.orig 2014-11-24 21:46:24 UTC -+++ plugins/node.d/hddtemp_smartctl.in -@@ -162,7 +162,7 @@ if ($^O eq 'linux') { - - } elsif ($^O eq 'freebsd') { - opendir(DEV, '/dev'); -- @drives = grep /^ad[0-9]+$/, readdir DEV; -+ @drives = grep /^ad[0-9]+$|^ada[0-9]+$/, readdir DEV; - closedir(DEV); - } elsif ($^O eq 'solaris') { - @drives = map { s@.*/@@ ; $_ } glob '/dev/rdsk/c*t*d*s2'; Property changes on: head/sysutils/munin-common/files/patch-plugins_node.d_hddtemp__smartctl.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/munin-common/munin.mk =================================================================== --- head/sysutils/munin-common/munin.mk (revision 425051) +++ head/sysutils/munin-common/munin.mk (revision 425052) @@ -1,36 +1,36 @@ -MUNIN_VERSION= 2.0.26 +MUNIN_VERSION= 2.0.27 MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/ -DISTINFO_FILE= ${PORTSDIR}/sysutils/munin-common/distinfo +DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files PORTSCOUT= limitw:1,even DBDIR?= /var/${PORTNAME} DBDIRNODE?= /var/${PORTNAME} LOGDIR?= /var/log/${PORTNAME} STATEDIR?= /var/run/${PORTNAME} SPOOLDIR?= /var/spool/${PORTNAME} MUNIN_DIRS= BINDIR=${PREFIX}/bin \ CGIDIR=${PREFIX}/www/cgi-bin \ CONFDIR=${ETCDIR} \ DBDIR=${DBDIR} \ DBDIRNODE=${DBDIRNODE} \ DOCDIR=${DOCSDIR} \ HTMLDIR=${WWWDIR} \ LIBDIR=${DATADIR} \ LOGDIR=${LOGDIR} \ MANDIR=${MANPREFIX}/man \ SBINDIR=${PREFIX}/sbin \ STATEDIR=${STATEDIR} \ SPOOLDIR=${SPOOLDIR} MAKE_ARGS= ${MUNIN_DIRS} \ BASH=${LOCALBASE}/bin/bash \ PERL=${PERL} PERLLIB=${PREFIX}/${SITE_PERL_REL} USERS= munin GROUPS= munin PLIST_SUB= ${MUNIN_DIRS} USER=${USERS} GROUP=${GROUPS} SUB_LIST= ${MUNIN_DIRS} USER=${USERS} GROUP=${GROUPS} CPE_VENDOR= munin-monitoring MAKE_JOBS_UNSAFE= Try to use things before making thems.