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 D6B037A1AE for ; Mon, 29 May 2017 10:55:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3F4AE84DB9; Mon, 29 May 2017 10:55:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4B1984DAF for ; Mon, 29 May 2017 10:55:06 +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 E8LkjAcODKJd for ; Mon, 29 May 2017 10:55:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4EF3B84D8E for ; Mon, 29 May 2017 10:55:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49FB6FBE4; Mon, 29 May 2017 10:55:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496055306224740" MIME-Version: 1.0 Date: Mon, 29 May 2017 10:55:06 +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: <20170529105506.49FB6FBE4@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. --_----------=_1496055306224740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 29 10:55:06 UTC 2017 Modified Files: pkgsrc/archivers/par2: Makefile distinfo Log Message: Updated par2 to 0.7.1. 19 May 2017 Ike Devolder * release: 0.7.1 * fixed basepath issues #93 * made distcheck behaviour consistent with different --srcdir #96 * properly package distribution package #98 * cross compile for windows to get redistributable exe #94 * change distribution format to tar.gz and tar.bz2 for unix and keep zip for windows #97 To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/archivers/par2/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/archivers/par2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496055306224740 Content-Disposition: inline Content-Length: 2184 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.24 pkgsrc/archivers/par2/Makefile:1.25 --- pkgsrc/archivers/par2/Makefile:1.24 Thu Apr 27 12:51:35 2017 +++ pkgsrc/archivers/par2/Makefile Mon May 29 10:55:06 2017 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.24 2017/04/27 12:51:35 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/05/29 10:55:06 wiz Exp $ -DISTNAME= par2-0.7.0 +DISTNAME= par2cmdline-0.7.1 +PKGNAME= ${DISTNAME:S/cmdline//} CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=BlackIkeEagle/} GITHUB_PROJECT= par2cmdline -GITHUB_TAG= v${PKGVERSION_NOREV} +GITHUB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/BlackIkeEagle/par2cmdline @@ -12,11 +13,8 @@ COMMENT= PAR 2.0 compatible file verific LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ -USE_PKGLOCALEDIR= yes -USE_TOOLS+= autoconf automake autoreconf GNU_CONFIGURE= yes - -pre-configure: - cd ${WRKSRC} && autoreconf -fiv +# tests 22-24 fail as of 0.7.1, reported upstream +TEST_TARGET= check .include "../../mk/bsd.pkg.mk" Index: pkgsrc/archivers/par2/distinfo diff -u pkgsrc/archivers/par2/distinfo:1.16 pkgsrc/archivers/par2/distinfo:1.17 --- pkgsrc/archivers/par2/distinfo:1.16 Thu Apr 27 12:51:35 2017 +++ pkgsrc/archivers/par2/distinfo Mon May 29 10:55:06 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2017/04/27 12:51:35 wiz Exp $ +$NetBSD: distinfo,v 1.17 2017/05/29 10:55:06 wiz Exp $ -SHA1 (par2-0.7.0.tar.gz) = aba60160c3ecba4576de2d7e665797fef61303af -RMD160 (par2-0.7.0.tar.gz) = 497e304924bf83497c8779d5fe9f1f689e2bca38 -SHA512 (par2-0.7.0.tar.gz) = 5a33c665219fb5c4377ea88f98d894fa3771844970207f28ae23687bc480b0d1bc42fcabea624acaad179783eec1122b1149fe794a73ac1f013c8bf73d63ead3 -Size (par2-0.7.0.tar.gz) = 3556396 bytes +SHA1 (par2cmdline-0.7.1.tar.gz) = 90aa6e1474569ae28dd269945e6f8d0a689fa6e5 +RMD160 (par2cmdline-0.7.1.tar.gz) = fe874905966f4500e75966f80b2b98acf3e6bab9 +SHA512 (par2cmdline-0.7.1.tar.gz) = efb89c513ad03eebe3c7796f0d09e4cdb03841fa78fdfede165ad4f084593ab32a312f7cb718cc1af152dcbf61145928bb06bfa2ee4fb0555c56365643a5c1ca +Size (par2cmdline-0.7.1.tar.gz) = 3617334 bytes --_----------=_1496055306224740--