pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
munge: fix some pkglint warnings
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Sat Mar 24 08:20:04 2018 +0100
Changeset: e826c8aa095f3d8cb6436a466fc6ca80cf99da55
Modified Files:
munge/Makefile
munge/distinfo
munge/patches/patch-src_etc_Makefile.in
Log Message:
munge: fix some pkglint warnings
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e826c8aa095f3d8cb6436a466fc6ca80cf99da55
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
munge/Makefile | 8 +++++---
munge/distinfo | 2 +-
munge/patches/patch-src_etc_Makefile.in | 2 ++
3 files changed, 8 insertions(+), 4 deletions(-)
diffs:
diff --git a/munge/Makefile b/munge/Makefile
index 5f99197c22..46a4864b45 100644
--- a/munge/Makefile
+++ b/munge/Makefile
@@ -10,9 +10,9 @@ MAINTAINER= bacon%NetBSD.org@localhost
HOMEPAGE= https://dun.github.io/munge/
COMMENT= Authentication service for creating and validating credentials
-USE_TOOLS= perl pkg-config
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+USE_TOOLS+= perl pkg-config
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
INSTALLATION_DIRS+= lib/pkgconfig
@@ -21,6 +21,8 @@ OWN_DIRS+= ${VARBASE}/log/munge
OWN_DIRS+= ${VARBASE}/run/munge
OWN_DIRS+= etc/munge
+BUILD_DEFS+= VARBASE
+
RCD_SCRIPTS+= munge
SUBST_CLASSES+= init
diff --git a/munge/distinfo b/munge/distinfo
index 2cc58ab983..8a813550b2 100644
--- a/munge/distinfo
+++ b/munge/distinfo
@@ -4,4 +4,4 @@ SHA1 (munge-0.5.13.tar.xz) = bcb0b89e44c5c0ec21f4bcfaacb4493b82aace61
RMD160 (munge-0.5.13.tar.xz) = 77c6e9df935ddc1ffe6cd481e015f59e2f74e1b7
SHA512 (munge-0.5.13.tar.xz) = 2e024c0438f9208379a037daabd1c31f206820ab74a410e2bb69870755e99f9c9fbf60c294c96941008bc43425fbb31dd2374e5f088b7978479e7c65816e9002
Size (munge-0.5.13.tar.xz) = 389952 bytes
-SHA1 (patch-src_etc_Makefile.in) = 0bb6713d0d403e2df89043e9f6bb251642211384
+SHA1 (patch-src_etc_Makefile.in) = 2133f8cf5e718d786bf2ec86c2f7fd3e2a4cdfee
diff --git a/munge/patches/patch-src_etc_Makefile.in b/munge/patches/patch-src_etc_Makefile.in
index f36fe2adf3..14b3bcdbab 100644
--- a/munge/patches/patch-src_etc_Makefile.in
+++ b/munge/patches/patch-src_etc_Makefile.in
@@ -1,5 +1,7 @@
$NetBSD: patch-src_etc_Makefile.in,v 1.4 2018/02/28 09:20:29 wiz Exp $
+Install configuration into example directory.
+
--- src/etc/Makefile.in.orig 2017-09-26 21:57:53.000000000 +0000
+++ src/etc/Makefile.in
@@ -298,6 +298,7 @@ sbindir = @sbindir@
Home |
Main Index |
Thread Index |
Old Index