Date: Wed, 22 Mar 2017 01:06:13 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436670 - head/net-mgmt/softflowd Message-ID: <201703220106.v2M16DmB020643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Mar 22 01:06:13 2017 New Revision: 436670 URL: https://svnweb.freebsd.org/changeset/ports/436670 Log: Fix MASTER_SITES (should've been part of r436656). Modified: head/net-mgmt/softflowd/Makefile Modified: head/net-mgmt/softflowd/Makefile ============================================================================== --- head/net-mgmt/softflowd/Makefile Wed Mar 22 01:01:13 2017 (r436669) +++ head/net-mgmt/softflowd/Makefile Wed Mar 22 01:06:13 2017 (r436670) @@ -4,7 +4,7 @@ PORTNAME= softflowd PORTVERSION= 0.9.9 CATEGORIES= net-mgmt ipv6 -MASTER_SITES= http://www2.mindrot.org/files/softflowd/ +MASTER_SITES= http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/softflowd/ MAINTAINER= jmohacsi@bsd.hu COMMENT= Flow-based network traffic analyzer and exporter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703220106.v2M16DmB020643>