Here is an update to softflowd 0.9.9.

Tested on amd64 and i386.

Regards
André


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/softflowd/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    4 Sep 2012 03:40:34 -0000       1.5
+++ Makefile    16 Jun 2013 01:13:24 -0000
@@ -1,24 +1,21 @@
-# $OpenBSD: Makefile,v 1.5 2012/09/04 03:40:34 jeremy Exp $
+# $OpenBSD$
 
 COMMENT=       flow-based network traffic analyser
 
-DISTNAME=      softflowd-0.9.8
+DISTNAME=      softflowd-0.9.9
 REVISION=      0
 CATEGORIES=    net
 
 # BSD
-PERMIT_PACKAGE_CDROM=  Yes
-PERMIT_PACKAGE_FTP=    Yes
-PERMIT_DISTFILES_CDROM=        Yes
-PERMIT_DISTFILES_FTP=  Yes
+PERMIT_PACKAGE_CDROM= Yes
 
-MASTER_SITES=  http://www2.mindrot.org/files/softflowd/
+MASTER_SITES=  http://softflowd.googlecode.com/files/
 
 WANTLIB=       c pcap
 
 CONFIGURE_STYLE= gnu
 
 USE_GROFF =    Yes
-NO_REGRESS= Yes
+NO_TEST=       Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/softflowd/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    5 Apr 2007 16:20:16 -0000       1.3
+++ distinfo    16 Jun 2013 01:13:24 -0000
@@ -1,5 +1,2 @@
-MD5 (softflowd-0.9.8.tar.gz) = AFTRyASUOWzBXtsKHHdIsQ==
-RMD160 (softflowd-0.9.8.tar.gz) = XvRpxWG+8FXHQX57UeFZfz7h+wg=
-SHA1 (softflowd-0.9.8.tar.gz) = bqGM/p09OGV0n1n5tGalb8f7hss=
-SHA256 (softflowd-0.9.8.tar.gz) = UpyFSoJ0KAkigTzPCrl89JLJFfG+F89rdqgr0avquMM=
-SIZE (softflowd-0.9.8.tar.gz) = 89839
+SHA256 (softflowd-0.9.9.tar.gz) = IxPyxQ6ps/LbNSTjjsfNcfmm6IWsLjtVqwN7zPgXNhI=
+SIZE (softflowd-0.9.9.tar.gz) = 91939
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/softflowd/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   3 Apr 2005 02:22:31 -0000       1.1.1.1
+++ pkg/PLIST   16 Jun 2013 01:13:24 -0000
@@ -1,5 +1,6 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/03 02:22:31 msf Exp $
+@comment $OpenBSD$
 @man man/man8/softflowctl.8
 @man man/man8/softflowd.8
-sbin/softflowctl
-sbin/softflowd
+@bin sbin/softflowctl
+@bin sbin/softflowd
+@rcscript ${RCDIR}/softflowd
Index: pkg/softflowd.rc
===================================================================
RCS file: pkg/softflowd.rc
diff -N pkg/softflowd.rc
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/softflowd.rc    16 Jun 2013 01:13:24 -0000
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# $OpenBSD$
+
+daemon="${TRUEPREFIX}/sbin/softflowd"
+
+. /etc/rc.d/rc.subr
+
+rc_reload=NO
+
+rc_cmd $1

Reply via email to