svn commit: r413907 - head/dns/dns_balance

Steve Wills swills at FreeBSD.org
Sat Apr 23 19:54:49 UTC 2016


Author: swills
Date: Sat Apr 23 19:54:48 2016
New Revision: 413907
URL: https://svnweb.freebsd.org/changeset/ports/413907

Log:
  dns/dns_balance: convert to USES=shebangfix and mark broken

Modified:
  head/dns/dns_balance/Makefile

Modified: head/dns/dns_balance/Makefile
==============================================================================
--- head/dns/dns_balance/Makefile	Sat Apr 23 19:46:18 2016	(r413906)
+++ head/dns/dns_balance/Makefile	Sat Apr 23 19:54:48 2016	(r413907)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dns_balance
 PORTVERSION=	2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 MASTER_SITES=	http://www.netlab.cs.tsukuba.ac.jp/~yokota/archive/ \
 		http://BSDforge.com/projects/source/dns/dns_balance/
@@ -13,13 +13,16 @@ MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Dynamic load-balancing DNS server
 
 USE_RUBY=	yes
+USES=		shebangfix
 USE_RC_SUBR=	dns_balance
 
 NO_BUILD=	yes
+BROKEN_RUBY22=	yes
+BROKEN_RUBY23=	yes
 
-RUBY_SHEBANG_FILES=	${WRKSRC}/dns_balance.rb \
-			${WRKSRC}/sample/makedb.rb \
-			${WRKSRC}/sample/make_namespace.rb
+SHEBANG_FILES=	${WRKSRC}/dns_balance.rb \
+		${WRKSRC}/sample/makedb.rb \
+		${WRKSRC}/sample/make_namespace.rb
 
 ETCS=		addrdb.rb \
 		namespace.rb


More information about the svn-ports-all mailing list