pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unison



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 23 13:59:40 UTC 2024

Modified Files:
        pkgsrc/net/unison: Makefile distinfo

Log Message:
unison: update to 2.53.7.

Fix pkglint while here.

Changes:
Fix for parallel builds of the gui. (If 2.53.6 built for you,
because you didn't build the GUI, you didn't use -j, or you got
lucky, there is no need to update to 2.53.7.)


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 pkgsrc/net/unison/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/unison/distinfo

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

Modified files:

Index: pkgsrc/net/unison/Makefile
diff -u pkgsrc/net/unison/Makefile:1.165 pkgsrc/net/unison/Makefile:1.166
--- pkgsrc/net/unison/Makefile:1.165    Sun Nov 17 07:16:33 2024
+++ pkgsrc/net/unison/Makefile  Sat Nov 23 13:59:40 2024
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.165 2024/11/17 07:16:33 wiz Exp $
+# $NetBSD: Makefile,v 1.166 2024/11/23 13:59:40 wiz Exp $
 
-DISTNAME=      unison-2.53.6
-#PKGREVISION=  0
-PKGREVISION=   2
+DISTNAME=      unison-2.53.7
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bcpierce00/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -16,12 +14,12 @@ LICENSE=    gnu-gpl-v3
 USE_TOOLS+=    gmake bash
 MAKE_FLAGS+=   CFLAGS=""
 ALL_ENV+=      PREFIX=${PREFIX}
-ALL_ENV+=      MANDIR=${PREFIX}/man
+ALL_ENV+=      MANDIR=${PREFIX}/${PKGMANDIR}
 MAKE_ENV+=     HOME=${WRKDIR:Q}
 
 .include "../../lang/ocaml/ocaml.mk"
 
-.if (${OCAML_USE_OPT_COMPILER} == "yes")
+.if ${OCAML_USE_OPT_COMPILER} == "yes"
 MAKE_FLAGS+=   NATIVE=true
 .else
 MAKE_FLAGS+=   NATIVE=false

Index: pkgsrc/net/unison/distinfo
diff -u pkgsrc/net/unison/distinfo:1.41 pkgsrc/net/unison/distinfo:1.42
--- pkgsrc/net/unison/distinfo:1.41     Tue Nov  5 00:48:10 2024
+++ pkgsrc/net/unison/distinfo  Sat Nov 23 13:59:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2024/11/05 00:48:10 gdt Exp $
+$NetBSD: distinfo,v 1.42 2024/11/23 13:59:40 wiz Exp $
 
-BLAKE2s (unison-2.53.6.tar.gz) = 7b87c6f32bf341d602b167b7c4316217a9f71047b5e296b160f659199355a745
-SHA512 (unison-2.53.6.tar.gz) = 1bd696eb82d489cbcef3d01426a565943957062f35f2ba17e62c984f30b7ca1e6173274db456014c44943c0e3c07c1d727855e8aae2fd42b67af6f1cd814a7c1
-Size (unison-2.53.6.tar.gz) = 1412563 bytes
+BLAKE2s (unison-2.53.7.tar.gz) = 9296c4aaf5f06fb7e4094b2662e2f502e1f7469a7b6c0d4ad5e2c4878cef8667
+SHA512 (unison-2.53.7.tar.gz) = 11bd1d2792fb84fa2b29426516d7b91a2295febcb84052118d492a29d9ddaa23265b66cc88113019ec6782f3edcf596f7a37c8637e673b2928188248b9d63d60
+Size (unison-2.53.7.tar.gz) = 1412694 bytes



Home | Main Index | Thread Index | Old Index