ports/103153: [maintainer update] dns/rbldnsd: new version, better examples, minor changes

Paul Chvostek paul+ports at it.ca
Mon Sep 11 18:40:19 UTC 2006


>Number:         103153
>Category:       ports
>Synopsis:       [maintainer update] dns/rbldnsd: new version, better examples, minor changes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 11 18:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Paul Chvostek
>Release:        FreeBSD 6.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD foo.int.it.ca 6.1-RELEASE-p6 FreeBSD 6.1-RELEASE-p6 #8: Sat Sep 9 17:36:16 EDT 2006 paul at foo.int.it.ca:/u/src/sys/i386/compile/foo i386


	
>Description:
	- Updating to current version (released 2006-07-26).
	- renamed start script to modern format (without .sh)
	- Added better example data (including pkg-message)
	
>How-To-Repeat:
	n/a
>Fix:


--- rbldnsd-0.996a.diff begins here ---
diff -ruN /usr/ports/dns/rbldnsd/Makefile rbldnsd/Makefile
--- /usr/ports/dns/rbldnsd/Makefile	Wed Feb 22 05:44:09 2006
+++ rbldnsd/Makefile	Sat Sep  9 21:47:49 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rbldnsd
-PORTVERSION=	0.996
+PORTVERSION=	0.996a
 CATEGORIES=	dns
 MASTER_SITES=	http://www.corpit.ru/mjt/rbldnsd/:0 \
 		http://www.it.ca/~paul/src/:0
@@ -70,7 +70,7 @@
 		@${INSTALL_DATA} ${WRKSRC}/rbldnsd.spec ${DOCSDIR}
 		@${INSTALL_DATA} ${DISTDIR}/rbldnsd.html ${DOCSDIR}
 .endif
-		@${INSTALL_SCRIPT} -m 751 ${WRKSRC}/rbldnsd.sh ${PREFIX}/etc/rc.d/rbldnsd.sh
+		@${INSTALL_SCRIPT} -m 744 ${WRKSRC}/rbldnsd.sh ${PREFIX}/etc/rc.d/rbldnsd
 
 post-install:
 		@${SED} ${SED_SCRIPT} < ${PKGMESSAGE}
diff -ruN /usr/ports/dns/rbldnsd/distinfo rbldnsd/distinfo
--- /usr/ports/dns/rbldnsd/distinfo	Wed Feb 22 05:44:09 2006
+++ rbldnsd/distinfo	Sat Sep  9 21:24:53 2006
@@ -1,5 +1,5 @@
-MD5 (rbldnsd_0.996.tar.gz) = adba618d40a724a4d07a9b176d86b645
-SHA256 (rbldnsd_0.996.tar.gz) = 383a3828ff6cad8568cadbe2b8ab0dac6936294460294ea9a90816ec1bd8422e
-SIZE (rbldnsd_0.996.tar.gz) = 110623
+MD5 (rbldnsd_0.996a.tar.gz) = bd2e54e1962408293fcbfaf7ccd66e81
+SHA256 (rbldnsd_0.996a.tar.gz) = 729033daeb3df51e24e13d6133d05ea204dd003c10c553b9ebf4a8e9f71f5458
+SIZE (rbldnsd_0.996a.tar.gz) = 112306
 MD5 (rbldnsd.html) = IGNORE
 SHA256 (rbldnsd.html) = IGNORE
diff -ruN /usr/ports/dns/rbldnsd/files/example rbldnsd/files/example
--- /usr/ports/dns/rbldnsd/files/example	Wed Feb 22 05:44:09 2006
+++ rbldnsd/files/example	Sat Sep  9 21:34:07 2006
@@ -6,6 +6,9 @@
 # A simplest case: single IP address, with default value.
 127.0.0.2
 #
+# And some example data...
+172.31 Hurray, your installation worked!
+#
 # Netblock - 256 IP addresses with it's own A and TXT records
 10.8.60.0/24 :127.0.0.3:Address $ is from private IP range
 #
diff -ruN /usr/ports/dns/rbldnsd/pkg-message rbldnsd/pkg-message
--- /usr/ports/dns/rbldnsd/pkg-message	Mon Apr 12 20:54:38 2004
+++ rbldnsd/pkg-message	Sat Sep  9 21:42:20 2006
@@ -8,9 +8,11 @@
 After starting the daemon with this example data, you should be able to
 test the success of your install with the command:
 
-	% host -a 1.1.168.192.bl.example.com. localhost
+	% host -a 1.1.31.172.bl.example.com. localhost
 or
-	% dig @localhost 1.1.168.192.bl.example.com. any
+	% dig @localhost 1.1.31.172.bl.example.com. any
+or
+	% nslookup -query=any 1.1.31.172.bl.example.com. localhost
 
 If you see a response that mentions 127.0.0.2, the install worked!
 
diff -ruN /usr/ports/dns/rbldnsd/pkg-plist rbldnsd/pkg-plist
--- /usr/ports/dns/rbldnsd/pkg-plist	Sun Jan 22 05:45:05 2006
+++ rbldnsd/pkg-plist	Sat Sep  9 21:48:41 2006
@@ -1,6 +1,6 @@
 sbin/rbldnsd
 etc/rbldnsd/example
-etc/rc.d/rbldnsd.sh
+etc/rc.d/rbldnsd
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES-0.81
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/TODO
--- rbldnsd-0.996a.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list