svn commit: r521608 - in head/net-mgmt/softflowd: . files
Renato Botelho
garga at FreeBSD.org
Tue Dec 31 11:15:01 UTC 2019
Author: garga
Date: Tue Dec 31 11:15:00 2019
New Revision: 521608
URL: https://svnweb.freebsd.org/changeset/ports/521608
Log:
net-mgmt/softflowd: update to 1.0.0
PR: 242960
Submitted by: R Williams <ross at ross-williams.net>
Approved by: maintainer
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
head/net-mgmt/softflowd/Makefile
head/net-mgmt/softflowd/distinfo
head/net-mgmt/softflowd/files/softflowd.in
Modified: head/net-mgmt/softflowd/Makefile
==============================================================================
--- head/net-mgmt/softflowd/Makefile Tue Dec 31 10:15:41 2019 (r521607)
+++ head/net-mgmt/softflowd/Makefile Tue Dec 31 11:15:00 2019 (r521608)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= softflowd
-PORTVERSION= 0.9.9
-PORTREVISION= 1
+PORTVERSION= 1.0.0
+DISTVERSIONPREFIX= softflowd-
CATEGORIES= net-mgmt
MAINTAINER= jmohacsi at bsd.hu
@@ -11,16 +11,16 @@ COMMENT= Flow-based network traffic analyzer and expor
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
Modified: head/net-mgmt/softflowd/distinfo
==============================================================================
--- head/net-mgmt/softflowd/distinfo Tue Dec 31 10:15:41 2019 (r521607)
+++ head/net-mgmt/softflowd/distinfo Tue Dec 31 11:15:00 2019 (r521608)
@@ -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
Modified: head/net-mgmt/softflowd/files/softflowd.in
==============================================================================
--- head/net-mgmt/softflowd/files/softflowd.in Tue Dec 31 10:15:41 2019 (r521607)
+++ head/net-mgmt/softflowd/files/softflowd.in Tue Dec 31 11:15:00 2019 (r521608)
@@ -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"
More information about the svn-ports-head
mailing list