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 247407A2A4 for ; Thu, 27 Oct 2016 12:53:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BB16985E9B; Thu, 27 Oct 2016 12:53:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B55585E75 for ; Thu, 27 Oct 2016 12:53:14 +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 LCJjET5vl3SH for ; Thu, 27 Oct 2016 12:53:13 +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 9F42485E5C for ; Thu, 27 Oct 2016 12:53:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A525FBD2; Thu, 27 Oct 2016 12:53:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477572793105190" MIME-Version: 1.0 Date: Thu, 27 Oct 2016 12:53:13 +0000 From: "Emmanuel Dreyfus" Subject: CVS commit: pkgsrc/www/ap2-auth-mellon To: pkgsrc-changes@NetBSD.org Reply-To: manu@netbsd.org X-Mailer: log_accum Message-Id: <20161027125313.9A525FBD2@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. --_----------=_1477572793105190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: manu Date: Thu Oct 27 12:53:13 UTC 2016 Modified Files: pkgsrc/www/ap2-auth-mellon: Makefile distinfo pkgsrc/www/ap2-auth-mellon/patches: patch-0274 patch-0347 Log Message: Fix pkglint complains To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/ap2-auth-mellon/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ap2-auth-mellon/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ap2-auth-mellon/patches/patch-0274 \ pkgsrc/www/ap2-auth-mellon/patches/patch-0347 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1477572793105190 Content-Disposition: inline Content-Length: 2779 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ap2-auth-mellon/Makefile diff -u pkgsrc/www/ap2-auth-mellon/Makefile:1.36 pkgsrc/www/ap2-auth-mellon/Makefile:1.37 --- pkgsrc/www/ap2-auth-mellon/Makefile:1.36 Tue Oct 18 15:13:41 2016 +++ pkgsrc/www/ap2-auth-mellon/Makefile Thu Oct 27 12:53:13 2016 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.36 2016/10/18 15:13:41 manu Exp $ +# $NetBSD: Makefile,v 1.37 2016/10/27 12:53:13 manu Exp $ # -DISTNAME= mod_auth_mellon-0.12.0 +DISTNAME= mod_auth_mellon-0.12.0 PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/g} PKGREVISION= 3 CATEGORIES= www security -MASTER_SITES= https://github.com/UNINETT/mod_auth_mellon/releases/download/v${DISTNAME:C/.*-//}/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=UNINETT/}/mod_auth_mellon/releases/download/v${DISTNAME:C/.*-//}/ MAINTAINER= manu@NetBSD.org HOMEPAGE= https://github.com/UNINETT/mod_auth_mellon Index: pkgsrc/www/ap2-auth-mellon/distinfo diff -u pkgsrc/www/ap2-auth-mellon/distinfo:1.16 pkgsrc/www/ap2-auth-mellon/distinfo:1.17 --- pkgsrc/www/ap2-auth-mellon/distinfo:1.16 Tue Oct 18 15:13:41 2016 +++ pkgsrc/www/ap2-auth-mellon/distinfo Thu Oct 27 12:53:13 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2016/10/18 15:13:41 manu Exp $ +$NetBSD: distinfo,v 1.17 2016/10/27 12:53:13 manu Exp $ SHA1 (mod_auth_mellon-0.12.0.tar.gz) = 3d5cd4137154a7c848d8f3121e6497b88dc5f23e RMD160 (mod_auth_mellon-0.12.0.tar.gz) = 7ef278de6f4d0f0669d99c113706dc63d64f6fbc Size (mod_auth_mellon-0.12.0.tar.gz) = 136754 bytes -SHA1 (patch-0274) = e523b560f8220352090db686a32a5f81f6579fda +SHA1 (patch-0274) = b5dfdd4b944c3d2c3bf47cfb97869aa57c32ea68 SHA1 (patch-0347) = d14d5a20d05fae3962e5168a0b23ab55835452ca Index: pkgsrc/www/ap2-auth-mellon/patches/patch-0274 diff -u pkgsrc/www/ap2-auth-mellon/patches/patch-0274:1.1 pkgsrc/www/ap2-auth-mellon/patches/patch-0274:1.2 --- pkgsrc/www/ap2-auth-mellon/patches/patch-0274:1.1 Mon Mar 14 09:58:57 2016 +++ pkgsrc/www/ap2-auth-mellon/patches/patch-0274 Thu Oct 27 12:53:13 2016 @@ -1,3 +1,5 @@ +$NetBSD: patch-0274,v 1.2 2016/10/27 12:53:13 manu Exp $ + From fe0eb56e29f89513b2dcf3c222fa3a2e8a09383f Mon Sep 17 00:00:00 2001 From: Olav Morken Date: Mon, 14 Mar 2016 09:47:48 +0100 Index: pkgsrc/www/ap2-auth-mellon/patches/patch-0347 diff -u pkgsrc/www/ap2-auth-mellon/patches/patch-0347:1.1 pkgsrc/www/ap2-auth-mellon/patches/patch-0347:1.2 --- pkgsrc/www/ap2-auth-mellon/patches/patch-0347:1.1 Tue Oct 18 15:13:41 2016 +++ pkgsrc/www/ap2-auth-mellon/patches/patch-0347 Thu Oct 27 12:53:13 2016 @@ -1,3 +1,5 @@ +$NetBSD: patch-0347,v 1.2 2016/10/27 12:53:13 manu Exp $ + From 78fe67641918016a6108e325be351156999109c9 Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Tue, 18 Oct 2016 01:42:53 +0200 --_----------=_1477572793105190--