- update to version 3.17

- take maintainer

 I got OK from old maintainer per PM

PR:		153311
Submitted by:	ohauer
Approved by:	Gregory Edigarov <greg _at_ bestnet.kharkov.ua> (old maintainer)
This commit is contained in:
Olli Hauer 2010-12-30 17:56:02 +00:00
parent ab8cef386e
commit e142856c6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267170
2 changed files with 13 additions and 6 deletions

View file

@ -6,11 +6,11 @@
#
PORTNAME= sflowtool
PORTVERSION= 3.13
PORTVERSION= 3.17
CATEGORIES= net
MASTER_SITES= http://www.inmon.com/bin/
MAINTAINER= greg@bestnet.kharkov.ua
MAINTAINER= ohauer@FreeBSD.org
COMMENT= This is a sFlow capture and sFlow-to-NetFlow conversion tool
GNU_CONFIGURE= yes
@ -18,11 +18,19 @@ USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= bin/sflowtool
PORTDOCS= README
PORTEXAMPLES= README ipTopTalkers ipTrafficMatrix sflowRRDChart.cgi \
sflowRRDLoad sflowenable
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.ifndef(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
. for f in ${PORTEXAMPLES}
@${INSTALL_DATA} ${WRKSRC}/scripts/$f ${EXAMPLESDIR}/
. endfor
.endif
.include <bsd.port.mk>

View file

@ -1,3 +1,2 @@
MD5 (sflowtool-3.13.tar.gz) = 62761a36d3545d4c27449ba227cbc7ad
SHA256 (sflowtool-3.13.tar.gz) = e0f40fa0ab60cbd72564f221e904943de2235c0ef6cdc378510c6ef2805f3a36
SIZE (sflowtool-3.13.tar.gz) = 124946
SHA256 (sflowtool-3.17.tar.gz) = e102c4edcc9dde91cd6f020ce4699fbf55f43fa5ffd215809436da5e6848af0b
SIZE (sflowtool-3.17.tar.gz) = 153277