From owner-svn-ports-head@freebsd.org Tue Dec 31 11:15:01 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A12B1D1C49; Tue, 31 Dec 2019 11:15:01 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47nBXj17mDz49jw; Tue, 31 Dec 2019 11:15:01 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 081F919625; Tue, 31 Dec 2019 11:15:01 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBVBF0wn071294; Tue, 31 Dec 2019 11:15:00 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBVBF0rr071290; Tue, 31 Dec 2019 11:15:00 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201912311115.xBVBF0rr071290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 31 Dec 2019 11:15:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521608 - in head/net-mgmt/softflowd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: in head/net-mgmt/softflowd: . files X-SVN-Commit-Revision: 521608 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2019 11:15:01 -0000 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 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@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"