forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
wiz
committed
May 29, 2017
1 parent
ae4af37
commit 60dda60
Showing
2 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
# $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 | ||
COMMENT= PAR 2.0 compatible file verification and repair tool | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |