Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2021 12:37:52 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565131 - in head/net-mgmt/flow-tools: . files
Message-ID:  <202102131237.11DCbqJG041767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sat Feb 13 12:37:52 2021
New Revision: 565131
URL: https://svnweb.freebsd.org/changeset/ports/565131

Log:
  net-mgmt/flow-tools: Fix config path
  
  - Fix errors with python3.7 [1]
  
  PR:	251054 [1] , 252131
  Submitted by:	vladimir.pushkar@gmail.com [1]
  Reported by:	may@vlant.ru , andrew.hotlab@hotmail.com [1]

Deleted:
  head/net-mgmt/flow-tools/files/patch-lib_ftxlate.c
  head/net-mgmt/flow-tools/files/patch-src_acl2.c
Modified:
  head/net-mgmt/flow-tools/Makefile
  head/net-mgmt/flow-tools/distinfo
  head/net-mgmt/flow-tools/pkg-plist

Modified: head/net-mgmt/flow-tools/Makefile
==============================================================================
--- head/net-mgmt/flow-tools/Makefile	Sat Feb 13 12:31:09 2021	(r565130)
+++ head/net-mgmt/flow-tools/Makefile	Sat Feb 13 12:37:52 2021	(r565131)
@@ -4,7 +4,7 @@
 PORTNAME=	flow-tools
 PORTVERSION=	0.68.6
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -13,15 +13,13 @@ COMMENT=	Suite of tools and library to work with netfl
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	docbook-to-man:textproc/docbook-to-man
-
 USES=		autoreconf libtool:keepla python:patch shebangfix
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	flow_capture flow_fanout
 
 GH_ACCOUNT=	5u623l20
-GH_TAGNAME=	6e7c849
+GH_TAGNAME=	2ca53f5
 
 SHEBANG_FILES=	bin/flow-*
 GNU_CONFIGURE=	yes
@@ -58,5 +56,11 @@ post-patch:
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libft.so.0.0.0
+
+post-stage:
+.for f in asn.sym filter.cfg ip-prot.sym ip-type.sym map.cfg mask.cfg stat.cfg \
+	tag.cfg tag.sym tcp-port.sym xlate.cfg
+	@${MV} ${STAGEDIR}${ETCDIR}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample
+.endfor
 
 .include <bsd.port.post.mk>

Modified: head/net-mgmt/flow-tools/distinfo
==============================================================================
--- head/net-mgmt/flow-tools/distinfo	Sat Feb 13 12:31:09 2021	(r565130)
+++ head/net-mgmt/flow-tools/distinfo	Sat Feb 13 12:37:52 2021	(r565131)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553203482
-SHA256 (5u623l20-flow-tools-v0.68.6-6e7c849_GH0.tar.gz) = cea67317e205d1f52f9b8aeb980a1cda9ebbbb1886489fc4d56a61f948ecd72e
-SIZE (5u623l20-flow-tools-v0.68.6-6e7c849_GH0.tar.gz) = 1078840
+TIMESTAMP = 1613085161
+SHA256 (5u623l20-flow-tools-v0.68.6-2ca53f5_GH0.tar.gz) = db9e92d234911e4ad32744614ea75454601bfe0e7ebced6cdc17c395c36e01fb
+SIZE (5u623l20-flow-tools-v0.68.6-2ca53f5_GH0.tar.gz) = 1092146

Modified: head/net-mgmt/flow-tools/pkg-plist
==============================================================================
--- head/net-mgmt/flow-tools/pkg-plist	Sat Feb 13 12:31:09 2021	(r565130)
+++ head/net-mgmt/flow-tools/pkg-plist	Sat Feb 13 12:37:52 2021	(r565131)
@@ -22,17 +22,17 @@ bin/flow-split
 bin/flow-stat
 bin/flow-tag
 bin/flow-xlate
-%%ETCDIR%%/asn.sym
-%%ETCDIR%%/filter.cfg
-%%ETCDIR%%/ip-prot.sym
-%%ETCDIR%%/ip-type.sym
-%%ETCDIR%%/map.cfg
-%%ETCDIR%%/mask.cfg
-%%ETCDIR%%/stat.cfg
-%%ETCDIR%%/tag.cfg
-%%ETCDIR%%/tag.sym
-%%ETCDIR%%/tcp-port.sym
-%%ETCDIR%%/xlate.cfg
+@sample %%ETCDIR%%/asn.sym.sample
+@sample %%ETCDIR%%/filter.cfg.sample
+@sample %%ETCDIR%%/ip-prot.sym.sample
+@sample %%ETCDIR%%/ip-type.sym.sample
+@sample %%ETCDIR%%/map.cfg.sample
+@sample %%ETCDIR%%/mask.cfg.sample
+@sample %%ETCDIR%%/stat.cfg.sample
+@sample %%ETCDIR%%/tag.cfg.sample
+@sample %%ETCDIR%%/tag.sym.sample
+@sample %%ETCDIR%%/tcp-port.sym.sample
+@sample %%ETCDIR%%/xlate.cfg.sample
 include/ftlib.h
 include/ftqueue.h
 lib/libft.a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102131237.11DCbqJG041767>