pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dnsdist net/dnsdist: Use the usual 'application' S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/425b840dcd2a
branches:  trunk
changeset: 375779:425b840dcd2a
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Feb 20 16:59:55 2018 +0000

description:
net/dnsdist: Use the usual 'application' SMF property group name
to avoid having to refer to the property group explicitly. Fixes
joyent/pkgsrc#84. Bump PKGREVISION.

diffstat:

 net/dnsdist/Makefile               |  4 ++--
 net/dnsdist/files/smf/manifest.xml |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 8c401fe8e4c2 -r 425b840dcd2a net/dnsdist/Makefile
--- a/net/dnsdist/Makefile      Tue Feb 20 15:21:21 2018 +0000
+++ b/net/dnsdist/Makefile      Tue Feb 20 16:59:55 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2018/01/17 12:10:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2018/02/20 16:59:55 fhajny Exp $
 
 DISTNAME=      dnsdist-1.2.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  https://downloads.powerdns.com/releases/
 EXTRACT_SUFX=  .tar.bz2
diff -r 8c401fe8e4c2 -r 425b840dcd2a net/dnsdist/files/smf/manifest.xml
--- a/net/dnsdist/files/smf/manifest.xml        Tue Feb 20 15:21:21 2018 +0000
+++ b/net/dnsdist/files/smf/manifest.xml        Tue Feb 20 16:59:55 2018 +0000
@@ -16,7 +16,7 @@
       <propval name="duration" type="astring" value="contract" />
       <propval name="ignore_error" type="astring" value="core,signal" />
     </property_group>
-    <property_group name="dnsdist" type="application">
+    <property_group name="application" type="application">
       <propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/dnsdist.conf" />
     </property_group>
     <template>



Home | Main Index | Thread Index | Old Index