pkgsrc-WIP-changes archive

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

unison-snapshot: Update to 2.52.0.70



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue May 3 19:19:15 2022 -0400
Changeset:	62247978fccfde3056c9673bbaa06eb7fd2990f0

Modified Files:
	unison-snapshot/Makefile
	unison-snapshot/distinfo
Added Files:
	unison-snapshot/COMMIT_MESSAGE

Log Message:
unison-snapshot: Update to 2.52.0.70

This is an alpha towards 2.52.1.

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

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

diffstat:
 unison-snapshot/COMMIT_MESSAGE | 7 +++++++
 unison-snapshot/Makefile       | 7 +++++--
 unison-snapshot/distinfo       | 6 +++---
 3 files changed, 15 insertions(+), 5 deletions(-)

diffs:
diff --git a/unison-snapshot/COMMIT_MESSAGE b/unison-snapshot/COMMIT_MESSAGE
new file mode 100644
index 0000000000..aca1b6b52c
--- /dev/null
+++ b/unison-snapshot/COMMIT_MESSAGE
@@ -0,0 +1,7 @@
+net/unison: Update to 2.52.1
+
+Upstream NEWS:
+
+   * Remove rsh protocol
+   * Restore compatibility with Ocaml 4.02.  Deprecate 4.01.
+   * Significant bugfixes and minor improvements
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index 4473e74954..317d0c6315 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD: Makefile,v 1.32 2022/03/08 22:32:15 gdt Exp $
 
-DISTNAME=	unison-2.52.0.60
+DISTNAME=	unison-2.52.0.70
 #PKGREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bcpierce00/}
-GITHUB_TAG=	9667168f981f7676428aad5dc5c8b9190843f8d5
+GITHUB_TAG=	3fadfb1e0e14b7cd087ec65937cc8437254b4961
 
 MAINTAINER=	gdt%NetBSD.org@localhost
 HOMEPAGE=	https://www.cis.upenn.edu/~bcpierce/unison/
@@ -31,6 +31,7 @@ MAKE_FLAGS+=	NATIVE=false
 TEST_TARGET=		test
 
 INSTALLATION_DIRS=	bin
+INSTALLATION_DIRS+=	${PKGMANDIR}/man1
 INSTALLATION_DIRS+=	share/doc/unison
 
 do-install:
@@ -41,6 +42,8 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/src/README ${DESTDIR}${PREFIX}/share/doc/unison
 	${INSTALL_MAN} ${WRKSRC}/src/ROADMAP.txt ${DESTDIR}${PREFIX}/share/doc/unison
 	${INSTALL_MAN} ${WRKSRC}/src/TODO.txt ${DESTDIR}${PREFIX}/share/doc/unison
+	# soon; PR pending
+	#${INSTALL_MAN} ${WRKSRC}/man/unison.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
 .include "../../mk/pthread.buildlink3.mk"
 .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} != "none")
diff --git a/unison-snapshot/distinfo b/unison-snapshot/distinfo
index 134a6ce8f3..7931f1702f 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.0.60-9667168f981f7676428aad5dc5c8b9190843f8d5.tar.gz) = 880922948667dcbff871451bd1028dc8042868e8c80ddb4c68275226be5409c9
-SHA512 (unison-2.52.0.60-9667168f981f7676428aad5dc5c8b9190843f8d5.tar.gz) = 7e08e8a9dfcf1c3b2044ee975a9923a257e5f497973ea10c9aab59ce15ed42f070ab4ac499c783c679df2350152a22a6841b304b672ac07d419c8f103b8d07c7
-Size (unison-2.52.0.60-9667168f981f7676428aad5dc5c8b9190843f8d5.tar.gz) = 1357587 bytes
+BLAKE2s (unison-2.52.0.70-3fadfb1e0e14b7cd087ec65937cc8437254b4961.tar.gz) = 200f4ca430a3816213ec62d4e2ea1ddbfa3a060e547067150c8a009bf2de5c60
+SHA512 (unison-2.52.0.70-3fadfb1e0e14b7cd087ec65937cc8437254b4961.tar.gz) = 620977f1e7a344d4f8184897c313f616586ba18b4fd1cf8202f20ad538053358250c40ae7284647f889c91a74c78d79397d412848befe23801aed2d8901194e0
+Size (unison-2.52.0.70-3fadfb1e0e14b7cd087ec65937cc8437254b4961.tar.gz) = 1361612 bytes


Home | Main Index | Thread Index | Old Index