From owner-svn-ports-all@freebsd.org Wed Sep 25 10:27:26 2019 Return-Path: Delivered-To: svn-ports-all@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 13C65122617; Wed, 25 Sep 2019 10:27:26 +0000 (UTC) (envelope-from bofh@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 46dZ4Y6WwCz3CKy; Wed, 25 Sep 2019 10:27:25 +0000 (UTC) (envelope-from bofh@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 BFE33E517; Wed, 25 Sep 2019 10:27:25 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8PARPaf010596; Wed, 25 Sep 2019 10:27:25 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8PAROAc010591; Wed, 25 Sep 2019 10:27:24 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201909251027.x8PAROAc010591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 25 Sep 2019 10:27:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512779 - in head/net-mgmt/flowd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/net-mgmt/flowd: . files X-SVN-Commit-Revision: 512779 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2019 10:27:26 -0000 Author: bofh Date: Wed Sep 25 10:27:24 2019 New Revision: 512779 URL: https://svnweb.freebsd.org/changeset/ports/512779 Log: net-mgmt/flowd: UNBREAK - Update MASTER_SITES - Update WWW - makepatch compatible patch files - Take MAINTAINERSHIP Modified: head/net-mgmt/flowd/Makefile head/net-mgmt/flowd/distinfo head/net-mgmt/flowd/files/patch-Makefile.in head/net-mgmt/flowd/files/patch-flowd.h head/net-mgmt/flowd/pkg-descr Modified: head/net-mgmt/flowd/Makefile ============================================================================== --- head/net-mgmt/flowd/Makefile Wed Sep 25 10:07:36 2019 (r512778) +++ head/net-mgmt/flowd/Makefile Wed Sep 25 10:27:24 2019 (r512779) @@ -5,18 +5,14 @@ PORTNAME= flowd PORTVERSION= 0.9.1 PORTREVISION= 3 CATEGORIES= net-mgmt ipv6 -MASTER_SITES= http://www2.mindrot.org/files/flowd/ +MASTER_SITES= http://mindrot.org/files/flowd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Small, fast, and secure NetFlow collector LICENSE= MIT BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 USES= gmake shebangfix SHEBANG_FILES= tools/*.pl Modified: head/net-mgmt/flowd/distinfo ============================================================================== --- head/net-mgmt/flowd/distinfo Wed Sep 25 10:07:36 2019 (r512778) +++ head/net-mgmt/flowd/distinfo Wed Sep 25 10:27:24 2019 (r512779) @@ -1,2 +1,3 @@ +TIMESTAMP = 1569403875 SHA256 (flowd-0.9.1.tar.gz) = 3ce5e0bbf93b69b5de16b9ea644b38b8591948aadabfbbd6165a7ae505ccc10c SIZE (flowd-0.9.1.tar.gz) = 187483 Modified: head/net-mgmt/flowd/files/patch-Makefile.in ============================================================================== --- head/net-mgmt/flowd/files/patch-Makefile.in Wed Sep 25 10:07:36 2019 (r512778) +++ head/net-mgmt/flowd/files/patch-Makefile.in Wed Sep 25 10:27:24 2019 (r512779) @@ -1,6 +1,6 @@ ---- Makefile.in.orig +--- Makefile.in.orig 2005-10-13 11:27:44 UTC +++ Makefile.in -@@ -95,7 +95,7 @@ +@@ -96,7 +96,7 @@ install-bin: $(TARGETS) install-conf: flowd.conf $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) test -f $(DESTDIR)$(sysconfdir)/flowd.conf || \ Modified: head/net-mgmt/flowd/files/patch-flowd.h ============================================================================== --- head/net-mgmt/flowd/files/patch-flowd.h Wed Sep 25 10:07:36 2019 (r512778) +++ head/net-mgmt/flowd/files/patch-flowd.h Wed Sep 25 10:27:24 2019 (r512779) @@ -1,6 +1,6 @@ ---- flowd.h.orig +--- flowd.h.orig 2007-10-24 01:04:10 UTC +++ flowd.h -@@ -34,7 +34,7 @@ +@@ -35,7 +35,7 @@ #define DEFAULT_CONFIG SYSCONFDIR "/flowd.conf" #define DEFAULT_PIDFILE PIDFILEDIR "/flowd.pid" Modified: head/net-mgmt/flowd/pkg-descr ============================================================================== --- head/net-mgmt/flowd/pkg-descr Wed Sep 25 10:07:36 2019 (r512778) +++ head/net-mgmt/flowd/pkg-descr Wed Sep 25 10:27:24 2019 (r512779) @@ -11,4 +11,4 @@ features: on-disk record format * Is licensed under a liberal BSD-like license -WWW: http://www.mindrot.org/flowd.html +WWW: https://www.mindrot.org/projects/flowd/