pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/trrntzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  6 21:58:17 UTC 2024

Modified Files:
        pkgsrc/archivers/trrntzip: Makefile distinfo

Log Message:
trrntzip: update to 1.3.

# 1.3 [2024-03-06]

* fix a core dump
* more consistent casing behaviour across platforms
* add some tests


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/trrntzip/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/trrntzip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/trrntzip/Makefile
diff -u pkgsrc/archivers/trrntzip/Makefile:1.4 pkgsrc/archivers/trrntzip/Makefile:1.5
--- pkgsrc/archivers/trrntzip/Makefile:1.4      Thu Feb 22 12:46:06 2024
+++ pkgsrc/archivers/trrntzip/Makefile  Wed Mar  6 21:58:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/02/22 12:46:06 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/03/06 21:58:17 wiz Exp $
 
-DISTNAME=      trrntzip-1.2
+DISTNAME=      trrntzip-1.3
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=0-wiz-0/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,6 +10,15 @@ HOMEPAGE=    https://github.com/0-wiz-0/trr
 COMMENT=       Create zip archives in a standard format
 LICENSE=       gnu-gpl-v2 AND zlib
 
+# TEST_DEPENDS, but checked for during cmake configuration
+TOOL_DEPENDS+= ${PYPKGPREFIX}-nihtest-[0-9]*:../../devel/py-nihtest
+
+TEST_TARGET=   test
+
+pre-configure:
+       ${LN} -fs ${PREFIX}/bin/nihtest-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/nihtest
+
+.include "../../lang/python/tool.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/trrntzip/distinfo
diff -u pkgsrc/archivers/trrntzip/distinfo:1.3 pkgsrc/archivers/trrntzip/distinfo:1.4
--- pkgsrc/archivers/trrntzip/distinfo:1.3      Thu Feb 22 12:46:06 2024
+++ pkgsrc/archivers/trrntzip/distinfo  Wed Mar  6 21:58:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/02/22 12:46:06 wiz Exp $
+$NetBSD: distinfo,v 1.4 2024/03/06 21:58:17 wiz Exp $
 
-BLAKE2s (trrntzip-1.2.tar.gz) = 9437855f9a0f07a8486c919159ccd3b06c53ac8412d476da652d6bccce0de1af
-SHA512 (trrntzip-1.2.tar.gz) = 90c853efde1d077c741206362bc14fe779627f1b20571246e99ed29980840e78c0377110431c59c35596a0d209e612f6fe77b385707eb4bdb1ea47bb797c9272
-Size (trrntzip-1.2.tar.gz) = 62707 bytes
+BLAKE2s (trrntzip-1.3.tar.gz) = 1bcb9d032f4dc61e5a22653f36f571ee0e5dde1ca27762c3b8b5b490aa2ae055
+SHA512 (trrntzip-1.3.tar.gz) = c21ed6ac4dacd652e2a67b700741d70dd9da699259bd299ca177c741111f92e70eef0b3ad2ced54b5635780cab2b4c46b3f9c258dfa18bdde24e2718c38339be
+Size (trrntzip-1.3.tar.gz) = 67297 bytes



Home | Main Index | Thread Index | Old Index