pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dnsdist



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Feb 20 16:59:55 UTC 2018

Modified Files:
        pkgsrc/net/dnsdist: Makefile
        pkgsrc/net/dnsdist/files/smf: manifest.xml

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/dnsdist/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/dnsdist/files/smf/manifest.xml

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

Modified files:

Index: pkgsrc/net/dnsdist/Makefile
diff -u pkgsrc/net/dnsdist/Makefile:1.4 pkgsrc/net/dnsdist/Makefile:1.5
--- pkgsrc/net/dnsdist/Makefile:1.4     Wed Jan 17 12:10:38 2018
+++ pkgsrc/net/dnsdist/Makefile Tue Feb 20 16:59:55 2018
@@ -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

Index: pkgsrc/net/dnsdist/files/smf/manifest.xml
diff -u pkgsrc/net/dnsdist/files/smf/manifest.xml:1.1 pkgsrc/net/dnsdist/files/smf/manifest.xml:1.2
--- pkgsrc/net/dnsdist/files/smf/manifest.xml:1.1       Fri Mar 31 20:49:51 2017
+++ pkgsrc/net/dnsdist/files/smf/manifest.xml   Tue Feb 20 16:59:55 2018
@@ -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