pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/par2 Updated par2 to 0.7.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13c11d75e73b
branches:  trunk
changeset: 362913:13c11d75e73b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 29 10:55:06 2017 +0000

description:
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

diffstat:

 archivers/par2/Makefile |  14 ++++++--------
 archivers/par2/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 13 deletions(-)

diffs (47 lines):

diff -r cd40b7bb1a39 -r 13c11d75e73b archivers/par2/Makefile
--- a/archivers/par2/Makefile   Mon May 29 10:45:49 2017 +0000
+++ b/archivers/par2/Makefile   Mon May 29 10:55:06 2017 +0000
@@ -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@localhost
 HOMEPAGE=      https://github.com/BlackIkeEagle/par2cmdline
@@ -12,11 +13,8 @@
 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"
diff -r cd40b7bb1a39 -r 13c11d75e73b archivers/par2/distinfo
--- a/archivers/par2/distinfo   Mon May 29 10:45:49 2017 +0000
+++ b/archivers/par2/distinfo   Mon May 29 10:55:06 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index