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 E133D7A1FB for ; Mon, 29 May 2017 11:43:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5821284DB9; Mon, 29 May 2017 11:43:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC3C484DAF for ; Mon, 29 May 2017 11:43:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4OIKfh20YbZ4 for ; Mon, 29 May 2017 11:43:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4DD8284CD8 for ; Mon, 29 May 2017 11:43:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 489BAFBE4; Mon, 29 May 2017 11:43:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149605821627180" MIME-Version: 1.0 Date: Mon, 29 May 2017 11:43:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/archivers/par2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170529114336.489BAFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149605821627180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 29 11:43:36 UTC 2017 Modified Files: pkgsrc/archivers/par2: Makefile Log Message: Add upstream bug report URL. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/archivers/par2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149605821627180 Content-Disposition: inline Content-Length: 734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/par2/Makefile diff -u pkgsrc/archivers/par2/Makefile:1.25 pkgsrc/archivers/par2/Makefile:1.26 --- pkgsrc/archivers/par2/Makefile:1.25 Mon May 29 10:55:06 2017 +++ pkgsrc/archivers/par2/Makefile Mon May 29 11:43:36 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/05/29 10:55:06 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2017/05/29 11:43:36 wiz Exp $ DISTNAME= par2cmdline-0.7.1 PKGNAME= ${DISTNAME:S/cmdline//} @@ -14,7 +14,8 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ GNU_CONFIGURE= yes -# tests 22-24 fail as of 0.7.1, reported upstream +# tests 22-24 fail as of 0.7.1 +# https://github.com/Parchive/par2cmdline/issues/102 TEST_TARGET= check .include "../../mk/bsd.pkg.mk" --_----------=_149605821627180--