Index: head/sysutils/symon/Makefile =================================================================== --- head/sysutils/symon/Makefile (revision 417914) +++ head/sysutils/symon/Makefile (revision 417915) @@ -1,71 +1,70 @@ # Created by: Ulrich Spoerlein # $FreeBSD$ PORTNAME= symon -PORTVERSION= 2.86 -PORTREVISION= 4 +PORTVERSION= 2.87 CATEGORIES= sysutils MASTER_SITES= http://wpd.home.xs4all.nl/symon/philes/ \ LOCAL/uqs MAINTAINER= uqs@FreeBSD.org COMMENT= Performance and information monitoring tool SUB_FILES= pkg-message USES= perl5 shebangfix SHEBANG_FILES= client/getsymonitem.pl USE_PERL5= build MAKE_JOBS_UNSAFE= yes USERS= _symon GROUPS= _symon # Synonym for WITHOUT_SYMUX .if defined(WITHOUT_RRD) WITHOUT_SYMUX= yes .endif .if !defined(WITHOUT_SYMUX) LIB_DEPENDS+= librrd.so:databases/rrdtool .endif .if defined(WITHOUT_SYMUX) && defined(WITHOUT_SYMON) IGNORE= you have defined both WITHOUT_SYMUX or WITHOUT_RRD *and* WITHOUT_SYMON .endif SUBDIR= lib .if !defined(WITHOUT_SYMON) SUBDIR+= symon PLIST_SUB+= SYMON="" USE_RC_SUBR+= symon .else PLIST_SUB+= SYMON="@comment " .endif .if !defined(WITHOUT_SYMUX) SUBDIR+= symux PLIST_SUB+= SYMUX="" USE_RC_SUBR+= symux .else PLIST_SUB+= SYMUX="@comment " .endif SUBDIR+= client MAKE_ARGS+= SUBDIR="${SUBDIR}" RRDDIR="${LOCALBASE}" \ SYSCONFDIR="${PREFIX}/etc" PREFIX="${STAGEDIR}/${PREFIX}" .include post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} post-patch: # We need to teach symon about mbstat changes/removal in r253351 and r253361. .if ${OSVERSION} > 1000000 @${RM} ${WRKSRC}/platform/FreeBSD/sm_mbuf.c .endif .if ${OSVERSION} >= 1100070 @${REINPLACE_CMD} 's|altq/|net/&|' ${WRKSRC}/platform/FreeBSD/sm_pfq.c .endif .include Index: head/sysutils/symon/distinfo =================================================================== --- head/sysutils/symon/distinfo (revision 417914) +++ head/sysutils/symon/distinfo (revision 417915) @@ -1,2 +1,3 @@ -SHA256 (symon-2.86.tar.gz) = c36457e53e91cbb478cb57d96bf40c718a8582e0b19bd4cba247002b7a6068b3 -SIZE (symon-2.86.tar.gz) = 106791 +TIMESTAMP = 1467363103 +SHA256 (symon-2.87.tar.gz) = 3c0fa1aa0073f66c45697ffc12bb8da669eb67aeac22041d21235bbc515a8602 +SIZE (symon-2.87.tar.gz) = 107607 Index: head/sysutils/symon/files/patch-client__SymuxClient.pm =================================================================== --- head/sysutils/symon/files/patch-client__SymuxClient.pm (revision 417914) +++ head/sysutils/symon/files/patch-client__SymuxClient.pm (nonexistent) @@ -1,18 +0,0 @@ ---- ./client/SymuxClient.pm.orig 2014-09-20 01:14:36.791963224 +0400 -+++ ./client/SymuxClient.pm 2014-09-20 01:14:52.651148220 +0400 -@@ -267,6 +267,8 @@ - - =head2 METHODS - -+=over 4 -+ - =item getitem (host, stream, item) - - Refresh the measured data and get an item from a stream for a particular -@@ -304,4 +306,6 @@ - # which hosts packets_out was that? - print $sc->getsource(); - -+=back -+ - =cut Property changes on: head/sysutils/symon/files/patch-client__SymuxClient.pm ___________________________________________________________________ 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