diff options
author | wiz <wiz@pkgsrc.org> | 2017-05-29 11:43:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-05-29 11:43:36 +0000 |
commit | 07f8c3fd8259722ce9c08197c9973d52aeb032aa (patch) | |
tree | 415cf59ccaae0b66e0767667e993ebe730ec3e10 /archivers | |
parent | aded5e978c90f6fb6cf2bd8cf777351e84a12c5a (diff) | |
download | pkgsrc-07f8c3fd8259722ce9c08197c9973d52aeb032aa.tar.gz |
Add upstream bug report URL.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/par2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/par2/Makefile b/archivers/par2/Makefile index 0cd2fcd47db..d27f6f38643 100644 --- a/archivers/par2/Makefile +++ b/archivers/par2/Makefile @@ -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" |