pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unison



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue May  7 23:52:11 UTC 2024

Modified Files:
        pkgsrc/net/unison: Makefile distinfo options.mk

Log Message:
net/unison: Update to 2.53.5

packaging changes: align comments to wip

## Changes in 2.53.5

Released 2024-05-06

  * Various minor bugfixes.
  * Recovery from errors during repeat mode (enabled in 2.53.1) is disabled
    for time being.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/net/unison/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/unison/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/unison/options.mk

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

Modified files:

Index: pkgsrc/net/unison/Makefile
diff -u pkgsrc/net/unison/Makefile:1.157 pkgsrc/net/unison/Makefile:1.158
--- pkgsrc/net/unison/Makefile:1.157    Sun Apr  7 07:34:50 2024
+++ pkgsrc/net/unison/Makefile  Tue May  7 23:52:11 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.157 2024/04/07 07:34:50 wiz Exp $
+# $NetBSD: Makefile,v 1.158 2024/05/07 23:52:11 gdt Exp $
 
-DISTNAME=      unison-2.53.4
+DISTNAME=      unison-2.53.5
 #PKGREVISION=  0
-PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bcpierce00/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/net/unison/distinfo
diff -u pkgsrc/net/unison/distinfo:1.39 pkgsrc/net/unison/distinfo:1.40
--- pkgsrc/net/unison/distinfo:1.39     Mon Feb 19 19:39:00 2024
+++ pkgsrc/net/unison/distinfo  Tue May  7 23:52:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2024/02/19 19:39:00 gdt Exp $
+$NetBSD: distinfo,v 1.40 2024/05/07 23:52:11 gdt Exp $
 
-BLAKE2s (unison-2.53.4.tar.gz) = 1868083e523f71792646a0b4dfee72d764306deab6abcd6444d976948794b549
-SHA512 (unison-2.53.4.tar.gz) = 91077955aabbd919e6d6df04a704878238d745ac3693e0e41b8a37a922db4ebfceb204378ab1283303ef5ad9d80445bc8caeafad36f67b8df8c30d8b4e0c6947
-Size (unison-2.53.4.tar.gz) = 1407429 bytes
+BLAKE2s (unison-2.53.5.tar.gz) = 9b7e4ad2dcd91f8d21abc0fda40fe8cce65b8ec47604d410d9261e78d675fcc3
+SHA512 (unison-2.53.5.tar.gz) = eabeed7b428f1985610b47ce8bc7faac515fd24937727612aa45435da3e38d40b6cd6d227eb3b65dc370d46458cecfca9d0e9e1712b2b7fa41b76675f8115c4c
+Size (unison-2.53.5.tar.gz) = 1408926 bytes

Index: pkgsrc/net/unison/options.mk
diff -u pkgsrc/net/unison/options.mk:1.8 pkgsrc/net/unison/options.mk:1.9
--- pkgsrc/net/unison/options.mk:1.8    Mon Feb 19 19:39:00 2024
+++ pkgsrc/net/unison/options.mk        Tue May  7 23:52:11 2024
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.8 2024/02/19 19:39:00 gdt Exp $
+# $NetBSD: options.mk,v 1.9 2024/05/07 23:52:11 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.unison
 PKG_SUPPORTED_OPTIONS= lablgtk
-# ocaml-cairo is broken
+# ocaml-lablgtk3 is broken
 PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index