pkgsrc-WIP-changes archive

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

unison-snapshot: Update to 2.52.60.0



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Jun 15 06:55:56 2022 -0400
Changeset:	ab96fcc11853bddd3bff7f6d97e1d043a1ffd791

Modified Files:
	unison-snapshot/COMMIT_MESSAGE
	unison-snapshot/Makefile
	unison-snapshot/distinfo
	unison-snapshot/options.mk

Log Message:
unison-snapshot: Update to 2.52.60.0

The big user-visible change is switching to lablgtk3.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ab96fcc11853bddd3bff7f6d97e1d043a1ffd791

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

diffstat:
 unison-snapshot/COMMIT_MESSAGE | 11 ++++-------
 unison-snapshot/Makefile       |  5 +++--
 unison-snapshot/distinfo       |  6 +++---
 unison-snapshot/options.mk     |  5 ++---
 4 files changed, 12 insertions(+), 15 deletions(-)

diffs:
diff --git a/unison-snapshot/COMMIT_MESSAGE b/unison-snapshot/COMMIT_MESSAGE
index 42024612ae..014eded767 100644
--- a/unison-snapshot/COMMIT_MESSAGE
+++ b/unison-snapshot/COMMIT_MESSAGE
@@ -1,8 +1,5 @@
-net/unison: Update to 2.52.1
+net/unison: Update to 2.53.0
 
-   * Deprecate ocaml < 4.08: 2.53.0 will reqire 4.08 or higher.
-   * Add man page
-   * Remove rsh:// URI scheme (ssh:// of course remains).
-   * Significant bugfixes and minor improvements
-   * Deprecate "backups" preference (see manual for alternatives)
-   * Deprecate "stream" and "halfduplex" preferences
+Change to lablgkt3.
+
+[insertupstream NEWS]
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index 24369fdd70..8d6a392596 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -1,10 +1,11 @@
 # $NetBSD: Makefile,v 1.32 2022/03/08 22:32:15 gdt Exp $
 
-DISTNAME=	unison-2.52.1
+# development version towards 2.53.0
+DISTNAME=	unison-2.52.60.0
 #PKGREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bcpierce00/}
-GITHUB_TAG=	94b4a1bb240b16276adc34731ff831e2db89f9ff
+GITHUB_TAG=	08dbd399b65b960e7f2ea356555209404d95024a
 
 MAINTAINER=	gdt%NetBSD.org@localhost
 HOMEPAGE=	https://www.cis.upenn.edu/~bcpierce/unison/
diff --git a/unison-snapshot/distinfo b/unison-snapshot/distinfo
index 7f41dc711d..b59b28211a 100644
--- a/unison-snapshot/distinfo
+++ b/unison-snapshot/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.24 2022/03/08 22:32:15 gdt Exp $
 
-BLAKE2s (unison-2.52.1-94b4a1bb240b16276adc34731ff831e2db89f9ff.tar.gz) = 293010d9858c2e29b8da67aa65c3b5ccaa76cb55da5875b7ae187c75f930f44a
-SHA512 (unison-2.52.1-94b4a1bb240b16276adc34731ff831e2db89f9ff.tar.gz) = b611995d7edbe5cd06718bc5b4c52cb6cedaa6a315eb822c4dee7901955b9e55e3e17004ba9fa63b72076200f872021c2661ebcbf13e63d47e907af696da58b1
-Size (unison-2.52.1-94b4a1bb240b16276adc34731ff831e2db89f9ff.tar.gz) = 1361647 bytes
+BLAKE2s (unison-2.52.60.0-08dbd399b65b960e7f2ea356555209404d95024a.tar.gz) = 8764ed935d548251956354dea6beb1ae698b586a913431afbf8c33db986aae5f
+SHA512 (unison-2.52.60.0-08dbd399b65b960e7f2ea356555209404d95024a.tar.gz) = daafc8e194be9c9d2863aad428fa21610db6289ffb26ba2749b9c076791b2802cc8bbc8299fedeef56f9ad555fddca68ee6b5e96efd81d579b09f0943a4293a3
+Size (unison-2.52.60.0-08dbd399b65b960e7f2ea356555209404d95024a.tar.gz) = 1357620 bytes
diff --git a/unison-snapshot/options.mk b/unison-snapshot/options.mk
index e2e610a4f4..2b7ce9a230 100644
--- a/unison-snapshot/options.mk
+++ b/unison-snapshot/options.mk
@@ -6,12 +6,11 @@ PKG_SUPPORTED_OPTIONS=	lablgtk
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mlablgtk)
-MAKE_FLAGS+=	UISTYLE=gtk2
+MAKE_FLAGS+=	UISTYLE=gtk3
 
 DEPENDS+=	font-schumacher-misc>=1.0:../../fonts/font-schumacher-misc
 
-BUILDLINK_API_DEPENDS.ocaml-lablgtk+= ocaml-lablgtk>=2.16.0
-.include "../../x11/ocaml-lablgtk/buildlink3.mk"
+.include "../../x11/ocaml-lablgtk3/buildlink3.mk"
 .else
 MAKE_FLAGS+=	UISTYLE=text
 .endif


Home | Main Index | Thread Index | Old Index