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:           Fri May  1 00:40:59 UTC 2026

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

Log Message:
net/unison: Update to 2.54.0

Packaging changes:

Upstream NEWS:

## Changes in 2.54.0

Released 2026-05-01

  * Drop old wire protocol.  Unison will no longer interoperate with
    versions before 2.52.0 and will no longer read pre-2.52.0 archive
    files.
  * Document that LLM output is unwelcome in the Unison project (code,
    issues, mailinglists, etc.).

  * Add desktop file.

  Deprecation warning: support for external rsync will be removed;
  this may happen even in a micro release.

  DEPRECATION MAY HAPPEN WITH LESS THAN TYPICAL NOTICE:
  lablgtk is difficult to use safely, and future maintenance is
  unclear.  Implementing the GUI without lablgtk requires more effort
  than seems likely to happen.  Thus, it is possible that support for
  the unison GUI may end suddenly, on a particular platform, or on all
  platforms -- even in a micro release.  See
    https://github.com/bcpierce00/unison/issues/1075

  MAINTENANCE WARNING: No one is contributing to verify that the Mac
  GUI continues to work -- so it might not.  (So far, there are no
  reports of serious, frequent failures.)


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 pkgsrc/net/unison/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/unison/PLIST
cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/unison/distinfo
cvs rdiff -u -r1.11 -r1.12 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.178 pkgsrc/net/unison/Makefile:1.179
--- pkgsrc/net/unison/Makefile:1.178    Sun Mar  1 12:38:37 2026
+++ pkgsrc/net/unison/Makefile  Fri May  1 00:40:59 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.178 2026/03/01 12:38:37 gdt Exp $
+# $NetBSD: Makefile,v 1.179 2026/05/01 00:40:59 gdt Exp $
 
-DISTNAME=      unison-2.53.8
+DISTNAME=      unison-2.54.0
 #PKGREVISION=  0
-PKGREVISION=   4
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bcpierce00/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/net/unison/PLIST
diff -u pkgsrc/net/unison/PLIST:1.9 pkgsrc/net/unison/PLIST:1.10
--- pkgsrc/net/unison/PLIST:1.9 Wed Nov  5 00:21:39 2025
+++ pkgsrc/net/unison/PLIST     Fri May  1 00:40:59 2026
@@ -1,9 +1,16 @@
-@comment $NetBSD: PLIST,v 1.9 2025/11/05 00:21:39 gdt Exp $
+@comment $NetBSD: PLIST,v 1.10 2026/05/01 00:40:59 gdt Exp $
 bin/unison
 ${PLIST.monitor}bin/unison-fsmonitor
 ${PLIST.gtk3}bin/unison-gui
 man/man1/unison.1
+${PLIST.gtk3}share/applications/unison-gui.desktop
 share/doc/unison/CONTRIBUTING.md
 share/doc/unison/COPYING
 share/doc/unison/INSTALL.md
 share/doc/unison/NEWS.md
+${PLIST.gtk3}share/icons/hicolor/16x16/apps/unison-gui.png
+${PLIST.gtk3}share/icons/hicolor/24x24/apps/unison-gui.png
+${PLIST.gtk3}share/icons/hicolor/256x256/apps/unison-gui.png
+${PLIST.gtk3}share/icons/hicolor/32x32/apps/unison-gui.png
+${PLIST.gtk3}share/icons/hicolor/48x48/apps/unison-gui.png
+${PLIST.gtk3}share/icons/hicolor/scalable/apps/unison-gui.svg

Index: pkgsrc/net/unison/distinfo
diff -u pkgsrc/net/unison/distinfo:1.43 pkgsrc/net/unison/distinfo:1.44
--- pkgsrc/net/unison/distinfo:1.43     Wed Nov  5 00:21:39 2025
+++ pkgsrc/net/unison/distinfo  Fri May  1 00:40:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2025/11/05 00:21:39 gdt Exp $
+$NetBSD: distinfo,v 1.44 2026/05/01 00:40:59 gdt Exp $
 
-BLAKE2s (unison-2.53.8.tar.gz) = 45bd2d7358a1ebd7c6cd2ce161f98ca89c74786f3ca9f7055975661aebe1f3da
-SHA512 (unison-2.53.8.tar.gz) = 3e4ea9dc23645ff472c3d7bae79cad042a8ec0bbd57c8e28c49d1ad08cb2f177b09c60fec4853b11390d5825be74adb19334fcd7d2167963a05f67729890408a
-Size (unison-2.53.8.tar.gz) = 1448430 bytes
+BLAKE2s (unison-2.54.0.tar.gz) = a211563340b5a594667076f4f25446fc44c96c32d82ab2a4a2d9d3ccad97a6d8
+SHA512 (unison-2.54.0.tar.gz) = 7d1fea12b11e7a4bf2a5dbd9064d3c5104ca21df88fae0ead098f1ec8b7b935abcc7cdff74799fd2d9f5b23cc06eaa7f262bb71270511fb9c2ff4aac74c7ff11
+Size (unison-2.54.0.tar.gz) = 1141341 bytes

Index: pkgsrc/net/unison/options.mk
diff -u pkgsrc/net/unison/options.mk:1.11 pkgsrc/net/unison/options.mk:1.12
--- pkgsrc/net/unison/options.mk:1.11   Tue Dec  2 00:05:45 2025
+++ pkgsrc/net/unison/options.mk        Fri May  1 00:40:59 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2025/12/02 00:05:45 gdt Exp $
+# $NetBSD: options.mk,v 1.12 2026/05/01 00:40:59 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.unison
 PKG_SUPPORTED_OPTIONS= lablgtk inotify
@@ -23,6 +23,8 @@ BUILD_TARGET+=        gui
 
 PLIST.gtk3=    yes
 
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+
 DEPENDS+=      font-schumacher-misc>=1.0:../../fonts/font-schumacher-misc
 .include "../../x11/ocaml-lablgtk3/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index