Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 12:23:37 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329171 - head/dns/opendnssec13
Message-ID:  <201310031223.r93CNbMm046838@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Oct  3 12:23:37 2013
New Revision: 329171
URL: http://svnweb.freebsd.org/changeset/ports/329171

Log:
  dns/opendnssec13: fix pkg-plist without AUDITOR
  
  - FIx pkg-plist without AUDITOR
  
  Reported by:	mat

Modified:
  head/dns/opendnssec13/Makefile
  head/dns/opendnssec13/pkg-plist

Modified: head/dns/opendnssec13/Makefile
==============================================================================
--- head/dns/opendnssec13/Makefile	Thu Oct  3 12:22:04 2013	(r329170)
+++ head/dns/opendnssec13/Makefile	Thu Oct  3 12:23:37 2013	(r329171)
@@ -56,7 +56,6 @@ BUILD_DEPENDS+=	rubygem-soap4r>=0:${PORT
 BUILD_DEPENDS+=	rubygem-dnsruby>=1.53:${PORTSDIR}/dns/rubygem-dnsruby
 USE_RUBY=	yes
 PLIST_SUB+=	AUDITOR=""
-MAN1+=		ods-auditor.1 ods-kaspcheck.1
 .else
 CONFIGURE_ARGS+=	--disable-auditor
 PLIST_SUB+=	AUDITOR="@comment "

Modified: head/dns/opendnssec13/pkg-plist
==============================================================================
--- head/dns/opendnssec13/pkg-plist	Thu Oct  3 12:22:04 2013	(r329170)
+++ head/dns/opendnssec13/pkg-plist	Thu Oct  3 12:23:37 2013	(r329171)
@@ -23,10 +23,10 @@ bin/ods-kasp2html
 %%AUDITOR%%lib/opendnssec/kasp_auditor/partial_auditor.rb
 %%AUDITOR%%lib/opendnssec/kasp_checker.rb
 %%AUDITOR%%lib/opendnssec/time_shift.rb
-man/man1/ods-auditor.1.gz
+%%AUDITOR%%man/man1/ods-auditor.1.gz
 man/man1/ods-hsmspeed.1.gz
 man/man1/ods-hsmutil.1.gz
-man/man1/ods-kaspcheck.1.gz
+%%AUDITOR%%man/man1/ods-kaspcheck.1.gz
 man/man1/ods-ksmutil.1.gz
 man/man5/ods-timing.5.gz
 man/man7/opendnssec.7.gz
@@ -57,8 +57,8 @@ sbin/ods-signerd
 @dirrm var/opendnssec/signconf
 @dirrm var/opendnssec
 @dirrm %%DATADIR%%
-@dirrm lib/opendnssec/kasp_auditor
-@dirrm lib/opendnssec
+%%AUDITOR%%@dirrm lib/opendnssec/kasp_auditor
+%%AUDITOR%%@dirrm lib/opendnssec
 @dirrm %%ETCDIR%%
 @exec mkdir -p %D/var/run/opendnssec
 @exec mkdir -p %D/var/opendnssec/unsigned



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031223.r93CNbMm046838>