pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/dnsdoctor



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Dec 18 16:30:12 UTC 2016

Modified Files:
        pkgsrc/net/dnsdoctor: Makefile PLIST

Log Message:
Fixed pkglint warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/dnsdoctor/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/dnsdoctor/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/dnsdoctor/Makefile
diff -u pkgsrc/net/dnsdoctor/Makefile:1.13 pkgsrc/net/dnsdoctor/Makefile:1.14
--- pkgsrc/net/dnsdoctor/Makefile:1.13  Thu Sep  8 15:19:18 2016
+++ pkgsrc/net/dnsdoctor/Makefile       Sun Dec 18 16:30:12 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/09/08 15:19:18 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2016/12/18 16:30:12 rillig Exp $
 #
 
 DISTNAME=      dnsdoctor-1.0.1
@@ -17,7 +17,7 @@ WRKSRC=               ${WRKDIR}/dnsdoctor
 
 # Config name conflict, need many changes.
 RUBY_VERSIONS_ACCEPTED=        18
-NO_BUILD=      yes
+NO_BUILD=              yes
 
 DDOC_HTML_PATH?=       /dnsdoctor
 EGDIR=                 share/examples
@@ -30,9 +30,9 @@ RUBY_ENCODING_ARG=    -Ku
 REPLACE_RUBY+=         contrib/dig.rb dnsdoctor/zc.rb
 
 DDOC_INSTALLER_RB_ARGS+=       -DRUBY=${RUBY:Q}
-DDOC_INSTALLER_RB_ARGS+=       -DPREFIX=${PREFIX:Q}
-DDOC_INSTALLER_RB_ARGS+=       -DEGDIR=${PREFIX:Q}/${EGDIR:Q}
-DDOC_INSTALLER_RB_ARGS+=       -DETCDIR=${PKG_SYSCONFDIR:Q}
+DDOC_INSTALLER_RB_ARGS+=       -DPREFIX=${PREFIX}
+DDOC_INSTALLER_RB_ARGS+=       -DEGDIR=${PREFIX}/${EGDIR}
+DDOC_INSTALLER_RB_ARGS+=       -DETCDIR=${PKG_SYSCONFDIR}
 DDOC_INSTALLER_RB_ARGS+=       -DHTML_PATH=${DDOC_HTML_PATH:Q}
 
 CONF_FILES+=   ${DDOCEGDIR}/afnic.profile ${DDOCCONFDIR}/afnic.profile

Index: pkgsrc/net/dnsdoctor/PLIST
diff -u pkgsrc/net/dnsdoctor/PLIST:1.3 pkgsrc/net/dnsdoctor/PLIST:1.4
--- pkgsrc/net/dnsdoctor/PLIST:1.3      Sun Jun 14 18:09:25 2009
+++ pkgsrc/net/dnsdoctor/PLIST  Sun Dec 18 16:30:12 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:09:25 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/12/18 16:30:12 rillig Exp $
 bin/dnsdoctor
 libexec/dnsdoctor/cgi-bin/diagnose.cgi
 libexec/dnsdoctor/dnsdoctor/cache.rb
@@ -120,8 +120,8 @@ libexec/dnsdoctor/test/soa.rb
 libexec/dnsdoctor/www/html/form.html.en
 libexec/dnsdoctor/www/html/form.html.fr
 libexec/dnsdoctor/www/html/form.html.zh
-libexec/dnsdoctor/www/img/details.png
 libexec/dnsdoctor/www/img/ddoc-fav.png
+libexec/dnsdoctor/www/img/details.png
 libexec/dnsdoctor/www/img/element.png
 libexec/dnsdoctor/www/img/fatal.png
 libexec/dnsdoctor/www/img/gear.png



Home | Main Index | Thread Index | Old Index