pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/tio



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Apr 15 07:57:15 UTC 2022

Modified Files:
        pkgsrc/comms/tio: Makefile distinfo

Log Message:
tio: update to 1.37.

=== tio v1.37 ===

Changes since tio v1.36:

 * Make libinih a fallback dependency

   This means that in case meson does not find libinih it will
   automatically clone libinih and include it in the build.

   The libinih library is reconfigured to be statically built so that no
   shared object will be installed.

Sylvain LAFRASSE:

 * Fix timestamp parsing in INI conf

 * Factorize timestamp parsing to be coherent with command line format in
   configuration file.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/tio/Makefile pkgsrc/comms/tio/distinfo

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

Modified files:

Index: pkgsrc/comms/tio/Makefile
diff -u pkgsrc/comms/tio/Makefile:1.7 pkgsrc/comms/tio/Makefile:1.8
--- pkgsrc/comms/tio/Makefile:1.7       Sun Apr  3 14:35:37 2022
+++ pkgsrc/comms/tio/Makefile   Fri Apr 15 07:57:15 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/04/03 14:35:37 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/04/15 07:57:15 fcambus Exp $
 
-DISTNAME=      tio-1.36
+DISTNAME=      tio-1.37
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tio/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
Index: pkgsrc/comms/tio/distinfo
diff -u pkgsrc/comms/tio/distinfo:1.7 pkgsrc/comms/tio/distinfo:1.8
--- pkgsrc/comms/tio/distinfo:1.7       Tue Mar 29 13:58:00 2022
+++ pkgsrc/comms/tio/distinfo   Fri Apr 15 07:57:15 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/03/29 13:58:00 fcambus Exp $
+$NetBSD: distinfo,v 1.8 2022/04/15 07:57:15 fcambus Exp $
 
-BLAKE2s (tio-1.36.tar.xz) = 5efc8f9206b806061d4ced00f05367d1c65a8f08366c78fc878b9a828fc84807
-SHA512 (tio-1.36.tar.xz) = fda643b5ed8f24acfc2b9135cf508acbca1157806de884c152882526688a05e823c7de29196cb94e6bedb025bfda8750d736e07e5b829df784cb7f9042ec214a
-Size (tio-1.36.tar.xz) = 1803668 bytes
+BLAKE2s (tio-1.37.tar.xz) = 46014a1655fb87fb552465f34aecf8bac9225ef39ce6021179baa8d167ff14cd
+SHA512 (tio-1.37.tar.xz) = 207184d297809c7f88185353b55519cf119eed26b5710b644418ef0603d003618c69e593a0f531822c0455a512397cea1b4747a453af5bbb369dad14025b0847
+Size (tio-1.37.tar.xz) = 1804236 bytes



Home | Main Index | Thread Index | Old Index