pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/unison2.51 net/unison2.51: Update to 2.51.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/a5b84f6456e4
branches: trunk
changeset: 454959:a5b84f6456e4
user: gdt <gdt%pkgsrc.org@localhost>
date: Thu Jun 24 15:24:56 2021 +0000
description:
net/unison2.51: Update to 2.51.4
* OCaml 4.12 support
* fsmonitor improvements and Solaris support
* Color support in text UI, with a new preference, disabled by
NO_COLOR.
* Interactive profile selection in text UI, enabled by a new
preference.
* Working files are stored in the unison directory (typically
/.unison) rather than $HOME.
* Build cleanups, CI improvements, housekeeping
* Many bugfixes and minor improvements
diffstat:
net/unison2.51/Makefile | 12 ++----------
net/unison2.51/PLIST | 3 +--
net/unison2.51/distinfo | 10 +++++-----
3 files changed, 8 insertions(+), 17 deletions(-)
diffs (73 lines):
diff -r 9d98d41130f4 -r a5b84f6456e4 net/unison2.51/Makefile
--- a/net/unison2.51/Makefile Thu Jun 24 15:24:00 2021 +0000
+++ b/net/unison2.51/Makefile Thu Jun 24 15:24:56 2021 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.33 2021/04/21 11:42:30 adam Exp $
+# $NetBSD: Makefile,v 1.34 2021/06/24 15:24:56 gdt Exp $
# Currently, 2.51.x is the standard approach, and thus this package
# produces a "unison-2.51.x" package which installs a "unison" binary.
# When the next unison branch is released, we will likely again have
# multiple unison packages, with whichever is the standard approach
# using the unversioned name.
-DISTNAME= unison-2.51.3
-PKGREVISION= 3
+DISTNAME= unison-2.51.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -16,10 +15,6 @@
COMMENT= File-synchronization tool
LICENSE= gnu-gpl-v3
-# \todo Explain
-# docs: unison-manual.pdf/html/ps/dvi
-#WRKSRC= ${WRKDIR}/src
-
USE_TOOLS+= gmake bash
MAKE_FLAGS+= CFLAGS=""
MAKE_ENV+= HOME=${WRKDIR:Q}
@@ -42,8 +37,6 @@
MAKE_FLAGS+= THREADS=true
.endif
-#BUILD_TARGET= buildexecutable
-
TEST_TARGET= test
INSTALLATION_DIRS= bin
@@ -51,7 +44,6 @@
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/unison ${DESTDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/src/BUGS.txt ${DESTDIR}${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/src/CONTRIB ${DESTDIR}${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/src/COPYING ${DESTDIR}${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/src/NEWS ${DESTDIR}${PREFIX}/share/doc/unison
diff -r 9d98d41130f4 -r a5b84f6456e4 net/unison2.51/PLIST
--- a/net/unison2.51/PLIST Thu Jun 24 15:24:00 2021 +0000
+++ b/net/unison2.51/PLIST Thu Jun 24 15:24:56 2021 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2019/11/05 02:34:33 gdt Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/06/24 15:24:56 gdt Exp $
bin/unison
-share/doc/unison/BUGS.txt
share/doc/unison/CONTRIB
share/doc/unison/COPYING
share/doc/unison/NEWS
diff -r 9d98d41130f4 -r a5b84f6456e4 net/unison2.51/distinfo
--- a/net/unison2.51/distinfo Thu Jun 24 15:24:00 2021 +0000
+++ b/net/unison2.51/distinfo Thu Jun 24 15:24:56 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2020/10/29 23:14:15 gdt Exp $
+$NetBSD: distinfo,v 1.7 2021/06/24 15:24:56 gdt Exp $
-SHA1 (unison-2.51.3.tar.gz) = 6ef63d07da4bf8c1a2fd3ac1f58dbf609de57bea
-RMD160 (unison-2.51.3.tar.gz) = 9e3cac2b30afb9b5cda94147dafb0b475b3f3017
-SHA512 (unison-2.51.3.tar.gz) = 202bc592cf18d3ac76d7e29ec71add5d6e33a96b4b885e0e2add9a5a621db2290184f268c70e4f05e4884d6cdfed09f6fcd3dde85681c39628a10ea552917c8f
-Size (unison-2.51.3.tar.gz) = 1370060 bytes
+SHA1 (unison-2.51.4.tar.gz) = 39bdc780d2d3ed78bc5f76e4a766f3fae1211b2a
+RMD160 (unison-2.51.4.tar.gz) = a4bc8917459d7b3db5bbb8739fa4c3961d10bba4
+SHA512 (unison-2.51.4.tar.gz) = 55d94752d0aae968e325ad6bee7fc835c276932ea83c3ae7ec8fa9975936110e0ee031868307ce4354f8fbdec351ad5d734f569a1a4bc5bb87bc5ae64e8b0f14
+Size (unison-2.51.4.tar.gz) = 1371579 bytes
SHA1 (patch-src_Makefile) = ff73628825232b9494844c020b78d2978f753d07
Home |
Main Index |
Thread Index |
Old Index