diff options
author | pi <pi@FreeBSD.org> | 2016-01-26 12:33:37 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-01-26 12:33:37 +0800 |
commit | 8a624bc3b8797af6e0727260b69e3c81ec9058df (patch) | |
tree | a3c51a679aafe0d22fb6e989a1fadd3d02bbb4a5 /dns | |
parent | 88d1afb2cc6a321d767cc79a0f980b2553c83343 (diff) | |
download | freebsd-ports-gnome-8a624bc3b8797af6e0727260b69e3c81ec9058df.tar.gz freebsd-ports-gnome-8a624bc3b8797af6e0727260b69e3c81ec9058df.tar.zst freebsd-ports-gnome-8a624bc3b8797af6e0727260b69e3c81ec9058df.zip |
dns/dns_balance: fix files/patch-dns_balance.rb for SHEBANG_FILES
PR: 205769
Submitted by: junovitch
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dns_balance/Makefile | 1 | ||||
-rw-r--r-- | dns/dns_balance/files/patch-dns_balance.rb | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/dns/dns_balance/Makefile b/dns/dns_balance/Makefile index 28470643747d..61f0d87da937 100644 --- a/dns/dns_balance/Makefile +++ b/dns/dns_balance/Makefile @@ -3,6 +3,7 @@ PORTNAME= dns_balance PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.netlab.cs.tsukuba.ac.jp/~yokota/archive/ \ http://BSDforge.com/projects/source/dns/dns_balance/ diff --git a/dns/dns_balance/files/patch-dns_balance.rb b/dns/dns_balance/files/patch-dns_balance.rb index 7d9fe4fc733e..d98fac7abcae 100644 --- a/dns/dns_balance/files/patch-dns_balance.rb +++ b/dns/dns_balance/files/patch-dns_balance.rb @@ -1,11 +1,5 @@ --- 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 $ |