mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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.
This commit is contained in:
parent
df2025b4b2
commit
8b54fd0c20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375726
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user