Date: Mon, 25 Jan 2016 20:10:18 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407238 - in head/dns/dns_balance: . files Message-ID: <201601252010.u0PKAJbM020910@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Jan 25 20:10:18 2016 New Revision: 407238 URL: https://svnweb.freebsd.org/changeset/ports/407238 Log: dns/dns_balance: unbreak, submitter becomes MAINTAINER PR: 205769 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Modified: head/dns/dns_balance/Makefile head/dns/dns_balance/files/patch-dns_balance.rb Modified: head/dns/dns_balance/Makefile ============================================================================== --- head/dns/dns_balance/Makefile Mon Jan 25 19:10:39 2016 (r407237) +++ head/dns/dns_balance/Makefile Mon Jan 25 20:10:18 2016 (r407238) @@ -4,10 +4,11 @@ PORTNAME= dns_balance PORTVERSION= 2.0 CATEGORIES= dns -MASTER_SITES= http://www.netlab.cs.tsukuba.ac.jp/~yokota/archive/ +MASTER_SITES= http://www.netlab.cs.tsukuba.ac.jp/~yokota/archive/ \ + http://BSDforge.com/projects/source/dns/dns_balance/ DISTNAME= DNS-Balance-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Dynamic load-balancing DNS server USE_RUBY= yes Modified: head/dns/dns_balance/files/patch-dns_balance.rb ============================================================================== --- head/dns/dns_balance/files/patch-dns_balance.rb Mon Jan 25 19:10:39 2016 (r407237) +++ head/dns/dns_balance/files/patch-dns_balance.rb Mon Jan 25 20:10:18 2016 (r407238) @@ -1,5 +1,11 @@ ---- dns_balance.rb.orig Sat Jun 11 02:23:56 2005 -+++ dns_balance.rb Tue Aug 8 23:51:31 2006 +--- dns_balance.rb.orig 2005-06-10 22:23:56 UTC ++++ dns_balance.rb +@@ -1,4 +1,4 @@ +-#!/usr/bin/ruby ++#!/usr/local/bin/ruby22 + # + # DNS Balance --- 動的負荷分散を行なう DNS サーバ + # @@ -7,14 +7,7 @@ # $Id: dns_balance.rb,v 1.25 2003/06/13 22:07:27 elca Exp $ @@ -16,7 +22,7 @@ $LOAD_PATH.freeze require 'socket' -@@ -204,6 +197,14 @@ +@@ -204,6 +197,14 @@ OptionParser::new { opt.on("--as", "Enable AS namespace") { OPT["as"] = true } @@ -31,7 +37,7 @@ opt.on_tail("-h", "--help", "Show this help message and exit") { STDERR.printf("%s", opt.to_s) exit(111) -@@ -212,10 +213,42 @@ +@@ -212,10 +213,42 @@ OptionParser::new { } OPT.freeze @@ -77,7 +83,7 @@ ML.log("start") -@@ -224,7 +257,7 @@ +@@ -224,7 +257,7 @@ ML.log("start") # Thread::start { loop { @@ -86,7 +92,7 @@ begin load("addr") -@@ -234,7 +267,7 @@ +@@ -234,7 +267,7 @@ Thread::start { end end
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601252010.u0PKAJbM020910>