From owner-svn-ports-head@freebsd.org Mon Jan 25 20:10:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5A80A45259; Mon, 25 Jan 2016 20:10:20 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 51836E77; Mon, 25 Jan 2016 20:10:20 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PKAJ9m020912; Mon, 25 Jan 2016 20:10:19 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PKAJbM020910; Mon, 25 Jan 2016 20:10:19 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601252010.u0PKAJbM020910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 25 Jan 2016 20:10:18 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 20:10:20 -0000 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 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