diff --git net-mgmt/softflowd/Makefile net-mgmt/softflowd/Makefile index 1a45020a352..9af103f1788 100644 --- net-mgmt/softflowd/Makefile +++ net-mgmt/softflowd/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= softflowd -PORTVERSION= 0.9.9 -PORTREVISION= 1 +DISTVERSIONPREFIX= softflowd- +PORTVERSION= 1.0.0 CATEGORIES= net-mgmt MAINTAINER= jmohacsi@bsd.hu @@ -14,13 +14,12 @@ LICENSE= BSD2CLAUSE 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 diff --git net-mgmt/softflowd/distinfo net-mgmt/softflowd/distinfo index 33abf434a1d..272a2d3c303 100644 --- net-mgmt/softflowd/distinfo +++ net-mgmt/softflowd/distinfo @@ -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 diff --git net-mgmt/softflowd/files/softflowd.in net-mgmt/softflowd/files/softflowd.in index 33020e7d1e4..7ed8417f404 100644 --- net-mgmt/softflowd/files/softflowd.in +++ net-mgmt/softflowd/files/softflowd.in @@ -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"