pkgsrc-WIP-changes archive

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

unison-snapshot: Sync with net/unison



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Nov 7 20:04:06 2022 -0500
Changeset:	d2ea47c5794125356088fa3c3234b0be5dd79f17

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

Log Message:
unison-snapshot: Sync with net/unison

No functional change.

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

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

diffstat:
 unison-snapshot/COMMIT_MESSAGE |  1 +
 unison-snapshot/Makefile       | 10 ++++++----
 unison-snapshot/PLIST          |  2 +-
 unison-snapshot/distinfo       |  8 ++++----
 unison-snapshot/options.mk     |  2 +-
 5 files changed, 13 insertions(+), 10 deletions(-)

diffs:
diff --git a/unison-snapshot/COMMIT_MESSAGE b/unison-snapshot/COMMIT_MESSAGE
index 01f1016ce7..665b752df4 100644
--- a/unison-snapshot/COMMIT_MESSAGE
+++ b/unison-snapshot/COMMIT_MESSAGE
@@ -1,6 +1,7 @@
 net/unison: Update to 2.53.0
 
 Change to lablgkt3.
+Drop MAKE_JOBS_SAFE because the issue was fixed upstream.
 
 ## Changes in 2.53.0
 
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index c307159010..0455cfad9e 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.32 2022/03/08 22:32:15 gdt Exp $
+# $NetBSD: Makefile,v 1.142 2022/08/17 20:28:37 wiz Exp $
 
 DISTNAME=	unison-2.53.0
 #PKGREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bcpierce00/}
-GITHUB_TAG=	f3f7972bdab2770ea3085fad06c7939c2233ff7c
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+#GITHUB_TAG=	f3f7972bdab2770ea3085fad06c7939c2233ff7c
 
 MAINTAINER=	gdt%NetBSD.org@localhost
-HOMEPAGE=	https://www.cis.upenn.edu/~bcpierce/unison/
+HOMEPAGE=	https://github.com/bcpierce00/unison
+#HOMEPAGE+=	https://www.cis.upenn.edu/~bcpierce/unison/
 COMMENT=	File-synchronization tool
 LICENSE=	gnu-gpl-v3
 
@@ -15,7 +17,7 @@ USE_TOOLS+=	gmake bash
 MAKE_FLAGS+=	CFLAGS=""
 MAKE_ENV+=	HOME=${WRKDIR:Q}
 
-.include "../../mk/ocaml.mk"
+.include "../../lang/ocaml/ocaml.mk"
 
 .if (${OCAML_USE_OPT_COMPILER} == "yes")
 MAKE_FLAGS+=	NATIVE=true
diff --git a/unison-snapshot/PLIST b/unison-snapshot/PLIST
index d9fefeb9bf..505232ef79 100644
--- a/unison-snapshot/PLIST
+++ b/unison-snapshot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/02/19 16:27:03 gdt Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/05/08 15:02:33 gdt Exp $
 bin/unison
 man/man1/unison.1
 share/doc/unison/CONTRIB
diff --git a/unison-snapshot/distinfo b/unison-snapshot/distinfo
index 0ecd2f6f7b..35c244761b 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 $
+$NetBSD: distinfo,v 1.34 2022/05/08 15:02:33 gdt Exp $
 
-BLAKE2s (unison-2.53.0-f3f7972bdab2770ea3085fad06c7939c2233ff7c.tar.gz) = a4382db835200c420f09ad1a71f39bf8976ba68317856c9d61595028ef7bde4f
-SHA512 (unison-2.53.0-f3f7972bdab2770ea3085fad06c7939c2233ff7c.tar.gz) = 4389655f25fdb4ed5536bb85a3bfc301ebbbc7a88cf39d68d0922f2f1d963f5efd3a0a982da9725c43a637f854be54f30c0bd219b7f8e04e682505dd2db91812
-Size (unison-2.53.0-f3f7972bdab2770ea3085fad06c7939c2233ff7c.tar.gz) = 1387993 bytes
+BLAKE2s (unison-2.53.0.tar.gz) = 244eecda17852fd742fcddbeadd170e1df3beb88697ff8e619cebb4db53310ce
+SHA512 (unison-2.53.0.tar.gz) = 041398eeb3f5f67f80767cbfc8f1ff1561eb9433735cf3225fbb11bce9a6c068057a2dc749539d5e95a45a8d2fa475563729cf5acc2de1185bd0ecb8f98c17f1
+Size (unison-2.53.0.tar.gz) = 1387266 bytes
diff --git a/unison-snapshot/options.mk b/unison-snapshot/options.mk
index 2b7ce9a230..0206820aef 100644
--- a/unison-snapshot/options.mk
+++ b/unison-snapshot/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2020/04/21 11:34:01 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2022/03/13 15:07:13 gdt Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.unison
 PKG_SUPPORTED_OPTIONS=	lablgtk


Home | Main Index | Thread Index | Old Index