pkgsrc-WIP-changes archive

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

unison-snapshot: Update along upstream git



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed May 4 08:33:05 2022 -0400
Changeset:	c6c36f7c2e92af1bbb2babd568da77214fadab40

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

Log Message:
unison-snapshot: Update along upstream git

This adds a man page, installed where you'd expect, which is
remarkable only because unison never had one before.

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

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

diffstat:
 unison-snapshot/COMMIT_MESSAGE | 2 ++
 unison-snapshot/Makefile       | 5 ++---
 unison-snapshot/PLIST          | 1 +
 unison-snapshot/distinfo       | 6 +++---
 4 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/unison-snapshot/COMMIT_MESSAGE b/unison-snapshot/COMMIT_MESSAGE
index aca1b6b52c..4fb2a62268 100644
--- a/unison-snapshot/COMMIT_MESSAGE
+++ b/unison-snapshot/COMMIT_MESSAGE
@@ -1,5 +1,7 @@
 net/unison: Update to 2.52.1
 
+\todo: Re-copy from upstream NEWS after it is fixed.
+
 Upstream NEWS:
 
    * Remove rsh protocol
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index 317d0c6315..1813b145c3 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	unison-2.52.0.70
 #PKGREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bcpierce00/}
-GITHUB_TAG=	3fadfb1e0e14b7cd087ec65937cc8437254b4961
+GITHUB_TAG=	d9d34f3d050b7b1282c6b8d4db80f9bd4fd0b18f
 
 MAINTAINER=	gdt%NetBSD.org@localhost
 HOMEPAGE=	https://www.cis.upenn.edu/~bcpierce/unison/
@@ -42,8 +42,7 @@ 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
+	${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/PLIST b/unison-snapshot/PLIST
index dfc8bf1416..d9fefeb9bf 100644
--- a/unison-snapshot/PLIST
+++ b/unison-snapshot/PLIST
@@ -1,5 +1,6 @@
 @comment $NetBSD: PLIST,v 1.3 2022/02/19 16:27:03 gdt Exp $
 bin/unison
+man/man1/unison.1
 share/doc/unison/CONTRIB
 share/doc/unison/COPYING
 share/doc/unison/NEWS.md
diff --git a/unison-snapshot/distinfo b/unison-snapshot/distinfo
index 7931f1702f..79861906f2 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.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
+BLAKE2s (unison-2.52.0.70-d9d34f3d050b7b1282c6b8d4db80f9bd4fd0b18f.tar.gz) = d19b15b23816bca59dc5b4dbc930999f4b39c5b95febbce57e2b2a94e6d5ea66
+SHA512 (unison-2.52.0.70-d9d34f3d050b7b1282c6b8d4db80f9bd4fd0b18f.tar.gz) = 3d06e64b9813ca442a48489bd46093aff2d193b003a705cd26e8108503057ff19d64dfd4c1ec0772ddc5e88e806394b2e1bf2734046e6df11c34b2390e3ba16d
+Size (unison-2.52.0.70-d9d34f3d050b7b1282c6b8d4db80f9bd4fd0b18f.tar.gz) = 1361618 bytes


Home | Main Index | Thread Index | Old Index