Date: Tue, 2 Sep 2003 15:25:24 +0200 (CEST) From: Janos Mohacsi <mohacsi@niif.hu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56314: Maintaner update to: dns/zonecheck to version 2.0.0b7 Message-ID: <200309021325.h82DPOaL008625@norfolk.ki.iif.hu> Resent-Message-ID: <200309021330.h82DUJZe006348@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56314 >Category: ports >Synopsis: Maintaner update to: dns/zonecheck to version 2.0.0b7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 02 06:30:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 4.8-STABLE i386 >Organization: NIIF >Environment: System: FreeBSD norfolk.ki.iif.hu 4.8-STABLE FreeBSD 4.8-STABLE #2: Sun Jun 15 21:04:49 CEST 2003 root@norfolk.ki.iif.hu:/usr/obj/usr/src/sys/NORFOLK i386 >Description: Maintainer update ot dns/zonecheck to version 2.0.0b7 package changes: better locale handling inetd mode documentation improvement new test flags port changes: man page added now installs binary as zonecheck not zc >How-To-Repeat: Apply this diff. >Fix: diff -ruN zonecheck.bak/Makefile zonecheck/Makefile --- zonecheck.bak/Makefile Sat Aug 30 08:25:10 2003 +++ zonecheck/Makefile Tue Sep 2 14:49:02 2003 @@ -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_RUBY= yes NO_BUILD= yes RUBY_VER= 1.8 +MAN1= zonecheck.1 .include <bsd.port.mk> diff -ruN zonecheck.bak/distinfo zonecheck/distinfo --- zonecheck.bak/distinfo Sat Aug 30 08:25:10 2003 +++ zonecheck/distinfo Tue Sep 2 14:40:22 2003 @@ -1 +1 @@ -MD5 (zonecheck-2.0.0b5.tgz) = 7746b125b6389aeb2529de455d294f57 +MD5 (zonecheck-2.0.0b7.tgz) = bd31515da6e27206d8383948c375378c diff -ruN zonecheck.bak/files/patch-Makefile zonecheck/files/patch-Makefile --- zonecheck.bak/files/patch-Makefile Sat Aug 30 08:25:10 2003 +++ zonecheck/files/patch-Makefile Tue Sep 2 15:11:15 2003 @@ -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 -ruN zonecheck.bak/pkg-descr zonecheck/pkg-descr --- zonecheck.bak/pkg-descr Sat Aug 30 08:25:10 2003 +++ zonecheck/pkg-descr Tue Sep 2 14:42:44 2003 @@ -2,7 +2,7 @@ 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 -ruN zonecheck.bak/pkg-plist zonecheck/pkg-plist --- zonecheck.bak/pkg-plist Sat Aug 30 08:25:10 2003 +++ zonecheck/pkg-plist Tue Sep 2 15:09:10 2003 @@ -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.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/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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309021325.h82DPOaL008625>