net-mgmt/softflowd: update to 1.0.0
PR: 242960 Submitted by: R Williams <ross@ross-williams.net> Approved by: maintainer Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
f30481a396
commit
300a76aba6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521608
3 changed files with 10 additions and 10 deletions
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= softflowd
|
||||
PORTVERSION= 0.9.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.0
|
||||
DISTVERSIONPREFIX= softflowd-
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= jmohacsi@bsd.hu
|
||||
|
@ -11,16 +11,16 @@ COMMENT= Flow-based network traffic analyzer and exporter
|
|||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= gmake autoreconf
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= irino
|
||||
GH_PROJECT= softflowd
|
||||
GH_TAGNAME= 3aa2af5
|
||||
|
||||
USES= gmake autoreconf
|
||||
GNU_CONFIGURE= yes
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
PLIST_FILES= sbin/softflowd sbin/softflowctl \
|
||||
PLIST_FILES= bin/softflowd bin/softflowctl \
|
||||
man/man8/softflowd.8.gz \
|
||||
man/man8/softflowctl.8.gz
|
||||
PORTDOCS= README
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1494777006
|
||||
SHA256 (irino-softflowd-0.9.9-3aa2af5_GH0.tar.gz) = be6b742b5b62d27742ca79db5f9aacf88e58626f3952742449a41b92b8a92231
|
||||
SIZE (irino-softflowd-0.9.9-3aa2af5_GH0.tar.gz) = 57901
|
||||
TIMESTAMP = 1577565880
|
||||
SHA256 (irino-softflowd-softflowd-1.0.0_GH0.tar.gz) = 98aa66026d730211b45fe89670cd6ce50959846d536880b82f5afbca6281e108
|
||||
SIZE (irino-softflowd-softflowd-1.0.0_GH0.tar.gz) = 168379
|
||||
|
|
|
@ -30,7 +30,7 @@ status_precmd="softflowd_precommand $@"
|
|||
poll_precmd="softflowd_precommand $@"
|
||||
rcvar_precmd="softflowd_precommand $@"
|
||||
stop_cmd="softflowd_stop"
|
||||
command="%%PREFIX%%/sbin/softflowd"
|
||||
command="%%PREFIX%%/bin/softflowd"
|
||||
_pidprefix="/var/run/softflowd"
|
||||
if [ -n $2 ]; then
|
||||
pidfile="${_pidprefix}.${2}.pid"
|
||||
|
@ -76,7 +76,7 @@ softflowd_precommand ()
|
|||
|
||||
softflowd_stop()
|
||||
{
|
||||
%%PREFIX%%/sbin/softflowctl -c ${ctlfile} shutdown
|
||||
%%PREFIX%%/bin/softflowctl -c ${ctlfile} shutdown
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
||||
|
|
Loading…
Reference in a new issue