pkgsrc-WIP-changes archive

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

unison-snapshot: Update to 2.53.3.0.51



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Sep 4 21:51:05 2023 -0400
Changeset:	ec8540a63635782cfa10acbf4aea5cf0aca7809f

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

Log Message:
unison-snapshot: Update to 2.53.3.0.51

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

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

diffstat:
 unison-snapshot/Makefile   | 6 ++++--
 unison-snapshot/PLIST      | 1 +
 unison-snapshot/distinfo   | 6 +++---
 unison-snapshot/options.mk | 8 ++++----
 4 files changed, 12 insertions(+), 9 deletions(-)

diffs:
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index ecada4ae1f..31c2e9a885 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD: Makefile,v 1.142 2022/08/17 20:28:37 wiz Exp $
 
 # 2.53.3.beyond
-DISTNAME=	unison-2.53.3.0.50
+DISTNAME=	unison-2.53.3.0.51
 #PKGREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bcpierce00/}
 #GITHUB_TAG=	v${PKGVERSION_NOREV}
-GITHUB_TAG=	9056d581efdc17dda13e08b6868032f4f6e4445d
+GITHUB_TAG=	3d524c47345d4d792fc716d01903cdda3e089e80
 
 
 MAINTAINER=	gdt%NetBSD.org@localhost
@@ -40,6 +40,8 @@ INSTALLATION_DIRS+=	share/doc/unison
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/unison ${DESTDIR}${PREFIX}/bin
+	# gross hack for now
+	${INSTALL_PROGRAM} ${WRKSRC}/src/unison-gui ${DESTDIR}${PREFIX}/bin || ${TRUE}
 	${INSTALL_MAN} ${WRKSRC}/src/COPYING ${DESTDIR}${PREFIX}/share/doc/unison
 	${INSTALL_MAN} ${WRKSRC}/CONTRIBUTING.md ${DESTDIR}${PREFIX}/share/doc/unison
 	${INSTALL_MAN} ${WRKSRC}/INSTALL.md ${DESTDIR}${PREFIX}/share/doc/unison
diff --git a/unison-snapshot/PLIST b/unison-snapshot/PLIST
index 6fc2e1ba45..230b8bee2e 100644
--- a/unison-snapshot/PLIST
+++ b/unison-snapshot/PLIST
@@ -1,5 +1,6 @@
 @comment $NetBSD: PLIST,v 1.7 2022/05/08 15:02:33 gdt Exp $
 bin/unison
+${PLIST.gtk3}bin/unison-gui
 man/man1/unison.1
 share/doc/unison/COPYING
 share/doc/unison/CONTRIBUTING.md
diff --git a/unison-snapshot/distinfo b/unison-snapshot/distinfo
index 831b473309..6556c40232 100644
--- a/unison-snapshot/distinfo
+++ b/unison-snapshot/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.34 2022/05/08 15:02:33 gdt Exp $
 
-BLAKE2s (unison-2.53.3.0.50-9056d581efdc17dda13e08b6868032f4f6e4445d.tar.gz) = 67d68cac621be44d14e88f2821780d99aaff87294e460abf50c653e8853d9409
-SHA512 (unison-2.53.3.0.50-9056d581efdc17dda13e08b6868032f4f6e4445d.tar.gz) = 3664c3caf9b35191fa76ac1e68e3e9f849e1189005707f8c8b6f3ca726cfc3713313c5f58999f53b47c2d8a58271d9add96284fd67425ddbbd9069c98b2758a8
-Size (unison-2.53.3.0.50-9056d581efdc17dda13e08b6868032f4f6e4445d.tar.gz) = 1411044 bytes
+BLAKE2s (unison-2.53.3.0.51-3d524c47345d4d792fc716d01903cdda3e089e80.tar.gz) = 4203ada27978d52262c32ee409df5120cd01fc2a3b6efaf576489c9998cd80d5
+SHA512 (unison-2.53.3.0.51-3d524c47345d4d792fc716d01903cdda3e089e80.tar.gz) = 8a7e63cc8ef974aae9b356def80dc2cc18d63d08e21a40a76b2fac072e6857e5368e422ff3c74f9c80bb853260191631279c204e8b18fb182fd2a2394bc5505a
+Size (unison-2.53.3.0.51-3d524c47345d4d792fc716d01903cdda3e089e80.tar.gz) = 1405565 bytes
diff --git a/unison-snapshot/options.mk b/unison-snapshot/options.mk
index 0206820aef..a44849fdfd 100644
--- a/unison-snapshot/options.mk
+++ b/unison-snapshot/options.mk
@@ -2,15 +2,15 @@
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.unison
 PKG_SUPPORTED_OPTIONS=	lablgtk
+PKG_SUGGESTED_OPTIONS=	lablgtk
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mlablgtk)
-MAKE_FLAGS+=	UISTYLE=gtk3
+PLIST_VARS+=	gtk3
 
+.if !empty(PKG_OPTIONS:Mlablgtk)
+PLIST.gtk3=	yes
 DEPENDS+=	font-schumacher-misc>=1.0:../../fonts/font-schumacher-misc
 
 .include "../../x11/ocaml-lablgtk3/buildlink3.mk"
-.else
-MAKE_FLAGS+=	UISTYLE=text
 .endif


Home | Main Index | Thread Index | Old Index