From 5b9894f4b4c5068c8d73e4d6c1c6bd46fc1407b5 Mon Sep 17 00:00:00 2001 From: feld Date: Sun, 28 Dec 2014 14:49:42 +0000 Subject: Update to 1.3.7 Changelog: - Fix various incompatibilities with newer php and Perl versions - Fix empty details graph, if too many channels or resources were selected. - Fix argument bug in selecting the dstmac statistics - Fix bug in create history profiles: compression flag was not applied properly - Add periodic reload feature for Perls with mem leak. --- net-mgmt/nfsen/Makefile | 5 +++-- net-mgmt/nfsen/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/nfsen/Makefile b/net-mgmt/nfsen/Makefile index fc1a5a0b4422..60dca98e06a2 100644 --- a/net-mgmt/nfsen/Makefile +++ b/net-mgmt/nfsen/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= nfsen -PORTVERSION= 1.3.6p1 -PORTREVISION= 3 +PORTVERSION= 1.3.7 +PORTREVISION= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} \ http://nfsen.sourceforge.net/ @@ -49,6 +49,7 @@ post-patch: .endfor ${CP} ${FILESDIR}/conf.php ${WRKSRC} @${REINPLACE_CMD} ${_SUB_LIST_TEMP} ${WRKSRC}/conf.php + @${REINPLACE_CMD} "s|/usr/bin/perl|${perl_CMD}|" ${WRKSRC}/libexec/Nfcomm.pm do-install: ${INSTALL} -d ${STAGEDIR}/${PREFIX}/var/${PORTNAME}/profiles-data/live diff --git a/net-mgmt/nfsen/distinfo b/net-mgmt/nfsen/distinfo index 8089a03dc760..eb795ba926be 100644 --- a/net-mgmt/nfsen/distinfo +++ b/net-mgmt/nfsen/distinfo @@ -1,2 +1,2 @@ -SHA256 (nfsen-1.3.6p1.tar.gz) = 810e95546338622756deb919d7ee6c39721bc9873bb75dc7ec411ec0b87e1265 -SIZE (nfsen-1.3.6p1.tar.gz) = 220620 +SHA256 (nfsen-1.3.7.tar.gz) = 635ba97564fe81cbeee0a3950735b9651677b69e1f53a67c654ddd5b00db469d +SIZE (nfsen-1.3.7.tar.gz) = 226463 -- cgit