summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-02 13:56:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-02 13:56:37 +0000
commitc0868f669d47dfaa7030dfebbddae66134ac3a3d (patch)
tree5360fa9f74c597d61d39be28f3e1669be03b10dc /dns
parentfix plist (add missed PI.pod) (diff)
- Update to version 2.0.0b7
o better locale handling o inetd mode o documentation improvement o new test flags o man page added o now installs binary as zonecheck not zc PR: 56314 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=88352
Diffstat (limited to 'dns')
-rw-r--r--dns/zonecheck/Makefile3
-rw-r--r--dns/zonecheck/distinfo2
-rw-r--r--dns/zonecheck/files/patch-Makefile19
-rw-r--r--dns/zonecheck/pkg-descr2
-rw-r--r--dns/zonecheck/pkg-plist6
5 files changed, 21 insertions, 11 deletions
diff --git a/dns/zonecheck/Makefile b/dns/zonecheck/Makefile
index b64a3d1daeb5..7502c4cce895 100644
--- a/dns/zonecheck/Makefile
+++ b/dns/zonecheck/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= zonecheck
-PORTVERSION= 2.0.0b5
+PORTVERSION= 2.0.0b7
CATEGORIES= dns ipv6 ruby
MASTER_SITES= http://savannah.nongnu.org/download/zonecheck/
EXTRACT_SUFX= .tgz
@@ -21,5 +21,6 @@ USE_GMAKE= yes
USE_RUBY= yes
NO_BUILD= yes
RUBY_VER= 1.8
+MAN1= zonecheck.1
.include <bsd.port.mk>
diff --git a/dns/zonecheck/distinfo b/dns/zonecheck/distinfo
index 11208b833931..a10f29619fdb 100644
--- a/dns/zonecheck/distinfo
+++ b/dns/zonecheck/distinfo
@@ -1 +1 @@
-MD5 (zonecheck-2.0.0b5.tgz) = 7746b125b6389aeb2529de455d294f57
+MD5 (zonecheck-2.0.0b7.tgz) = bd31515da6e27206d8383948c375378c
diff --git a/dns/zonecheck/files/patch-Makefile b/dns/zonecheck/files/patch-Makefile
index a685729afd15..b5fbca9ac2cf 100644
--- a/dns/zonecheck/files/patch-Makefile
+++ b/dns/zonecheck/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Jun 9 21:36:42 2003
-+++ Makefile Thu Jul 10 13:27:09 2003
+--- Makefile.orig Wed Aug 27 10:51:19 2003
++++ Makefile Tue Sep 2 15:10:51 2003
@@ -37,7 +37,7 @@
#
@@ -9,7 +9,7 @@
HTML_PATH ?= /zc
LIBEXEC=$(PREFIX)/libexec
-@@ -83,7 +83,7 @@
+@@ -84,7 +84,7 @@
@echo "Not automatized yet"
@@ -18,7 +18,7 @@
install-common:
-@@ -114,12 +114,11 @@
+@@ -115,12 +115,11 @@
@echo "==> Installing default configuration file"
$(INSTALL) -d $(ETCDIR)
@@ -35,12 +35,17 @@
@echo "** Don't forget to edit the zc.conf to reflect your system"
@echo "** configuration"
@echo "*************************"
-@@ -141,7 +140,7 @@
+@@ -142,10 +141,10 @@
install-cli:
@echo "==> Installing CLI"
$(INSTALL) -d $(BINDIR)
- $(LN) -f $(LIBEXEC)/zc/zc/zc.rb $(BINDIR)/zc
-+ $(LN) -s $(LIBEXEC)/zc/zc/zc.rb $(BINDIR)/zc
+- $(LN) -f $(LIBEXEC)/zc/zc/zc.rb $(BINDIR)/zonecheck
++ #$(LN) -f $(LIBEXEC)/zc/zc/zc.rb $(BINDIR)/zc
++ $(LN) -s $(LIBEXEC)/zc/zc/zc.rb $(BINDIR)/zonecheck
+ $(INSTALL) -d $(MANDIR)/man1
+- $(INSTALL) -m 0644 man/zonecheck.1 $(MANDIR)/man1/zc.1
++ #$(INSTALL) -m 0644 man/zonecheck.1 $(MANDIR)/man1/zc.1
+ $(INSTALL) -m 0644 man/zonecheck.1 $(MANDIR)/man1/zonecheck.1
@echo
- install-doc:
diff --git a/dns/zonecheck/pkg-descr b/dns/zonecheck/pkg-descr
index df10cb061a10..38b96dc86a38 100644
--- a/dns/zonecheck/pkg-descr
+++ b/dns/zonecheck/pkg-descr
@@ -2,7 +2,7 @@ ZoneCheck is intended to help solving misconfigurations or inconsistencies
of DNS zone files.
Features
- * Powerfull configuration file
+ * Powerful configuration file
* Does not depend on policies
* Fine grained test selection (by test, by categories, by zones)
* Full IPv6 support (connectivity and AAAA records)
diff --git a/dns/zonecheck/pkg-plist b/dns/zonecheck/pkg-plist
index c323242cc684..22ef595f5a2c 100644
--- a/dns/zonecheck/pkg-plist
+++ b/dns/zonecheck/pkg-plist
@@ -1,4 +1,4 @@
-bin/zc
+bin/zonecheck
libexec/zc/lib/address.rb
libexec/zc/lib/address/common.rb
libexec/zc/lib/address/ipv4.rb
@@ -25,6 +25,8 @@ libexec/zc/locale/cli.en
libexec/zc/locale/cli.fr
libexec/zc/locale/gtk.en
libexec/zc/locale/gtk.fr
+libexec/zc/locale/inetd.en
+libexec/zc/locale/inetd.fr
libexec/zc/locale/test/axfr.en
libexec/zc/locale/test/axfr.fr
libexec/zc/locale/test/connectivity.en
@@ -78,7 +80,9 @@ libexec/zc/zc/framework.rb
libexec/zc/zc/input/cgi.rb
libexec/zc/zc/input/cli.rb
libexec/zc/zc/input/gtk.rb
+libexec/zc/zc/input/inetd.rb
libexec/zc/zc/instructions.rb
+libexec/zc/zc/locale.rb
libexec/zc/zc/mail.rb
libexec/zc/zc/msgcat.rb
libexec/zc/zc/param.rb