Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 345FC7A2AE for ; Sun, 24 Jul 2016 23:40:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D49C585F05; Sun, 24 Jul 2016 23:40:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 635D485E82 for ; Sun, 24 Jul 2016 23:40:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sSIjm1NQdj-S for ; Sun, 24 Jul 2016 23:40:10 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DF1A684D04 for ; Sun, 24 Jul 2016 23:40:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0F57FBB5; Sun, 24 Jul 2016 23:40:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146940361018890" MIME-Version: 1.0 Date: Sun, 24 Jul 2016 23:40:10 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/sysutils/burp To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160724234010.D0F57FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146940361018890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Jul 24 23:40:10 UTC 2016 Modified Files: pkgsrc/sysutils/burp: Makefile PLIST Log Message: Fixed some pkglint warnings. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/burp/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/burp/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146940361018890 Content-Disposition: inline Content-Length: 2146 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/burp/Makefile diff -u pkgsrc/sysutils/burp/Makefile:1.3 pkgsrc/sysutils/burp/Makefile:1.4 --- pkgsrc/sysutils/burp/Makefile:1.3 Sat Mar 5 11:29:28 2016 +++ pkgsrc/sysutils/burp/Makefile Sun Jul 24 23:40:10 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:29:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/24 23:40:10 rillig Exp $ # DISTNAME= burp-1.4.40 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE: EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://burp.grke.net +HOMEPAGE= http://burp.grke.net/ COMMENT= Networked backup and restore program LICENSE= gnu-agpl-v3 @@ -27,14 +27,14 @@ SUBST_FILES.dirs= configs/server/burp.co configs/CA/burp_ca \ manpages/*.8 SUBST_SED.dirs= -e 's,@LIBEXECDIR@,${PREFIX}/libexec/burp,' \ - -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR:Q},' \ + -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},' \ -e 's,@SBINDIR@,${PREFIX}/sbin,' REPLACE_SH+= configs/certs/CA/burp_ca \ configs/server/notify_script \ configs/server/timer_script -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \ +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \ --mandir=${PREFIX}/${PKGMANDIR} \ --sbindir=${PREFIX}/sbin Index: pkgsrc/sysutils/burp/PLIST diff -u pkgsrc/sysutils/burp/PLIST:1.1 pkgsrc/sysutils/burp/PLIST:1.2 --- pkgsrc/sysutils/burp/PLIST:1.1 Sat Sep 12 22:55:18 2015 +++ pkgsrc/sysutils/burp/PLIST Sun Jul 24 23:40:10 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/09/12 22:55:18 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/07/24 23:40:10 rillig Exp $ libexec/burp/notify_script libexec/burp/ssl_extra_checks_script libexec/burp/summary_script @@ -11,10 +11,10 @@ sbin/bedup sbin/burp sbin/burp_ca sbin/vss_strip +share/examples/burp/CA.cnf share/examples/burp/autoupgrade/server/win32/script share/examples/burp/autoupgrade/server/win64/script -share/examples/burp/burp.conf share/examples/burp/burp-server.conf -share/examples/burp/CA.cnf +share/examples/burp/burp.conf share/examples/burp/clientconfdir/incexc/example share/examples/burp/clientconfdir/testclient --_----------=_146940361018890--