pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
unison-snapshot: Advance along upstream master
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Sun Dec 22 07:41:40 2024 -0500
Changeset: 08c5a8f4181517d5f6d3cbe5b466d109604ccc18
Modified Files:
unison-snapshot/Makefile
unison-snapshot/distinfo
Log Message:
unison-snapshot: Advance along upstream master
Upstream no longer installs fsmonitor.py, so gc the workaround to
remove it.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=08c5a8f4181517d5f6d3cbe5b466d109604ccc18
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
unison-snapshot/Makefile | 10 ++--------
unison-snapshot/distinfo | 6 +++---
2 files changed, 5 insertions(+), 11 deletions(-)
diffs:
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index d90553bd2d..102771c737 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -2,11 +2,11 @@
# master after 2.53.7.
# This is the fix-linotify branch for now.
-DISTNAME= unison-2.53.7.51.1
+DISTNAME= unison-2.53.7.52
#PKGREVISION= 0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/}
-GITHUB_TAG= 865862b3de4013ec2c7952ad218091201c5bce3f
+GITHUB_TAG= 3b8d3d45129de2a8ce590040004f15fb747a73e8
MAINTAINER= gdt%NetBSD.org@localhost
HOMEPAGE= https://github.com/bcpierce00/unison
@@ -21,12 +21,6 @@ ALL_ENV+= PREFIX=${PREFIX}
ALL_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
MAKE_ENV+= HOME=${WRKDIR:Q}
-# Upstream installs this if unison-fsmonitor is not built, but it's
-# deprecated, and that makes PLIST handling harder, so just get rid of it.
-# (Upstream probably will soon.)
-post-extract:
- cd ${WRKSRC} && rm -f src/fsmonitor.py
-
.include "../../lang/ocaml/ocaml.mk"
# Unison will use ocamlopt if possible, and otherwise ocamlc, but
diff --git a/unison-snapshot/distinfo b/unison-snapshot/distinfo
index dbc5a09093..6579b8bdf6 100644
--- a/unison-snapshot/distinfo
+++ b/unison-snapshot/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.40 2024/05/07 23:52:11 gdt Exp $
-BLAKE2s (unison-2.53.7.51.1-865862b3de4013ec2c7952ad218091201c5bce3f.tar.gz) = 016a4849d8186ec03f3f9ed30922dec8e9eb4b52fee64a22a679b3743ee8b796
-SHA512 (unison-2.53.7.51.1-865862b3de4013ec2c7952ad218091201c5bce3f.tar.gz) = 8f2e79730f3157b063e112a405dd28b6539bd917d7b696f5f79794818279ec09324ccdd6c320b4f1d239ee27244fadc4302d36eca42d296954b3aa95d957352f
-Size (unison-2.53.7.51.1-865862b3de4013ec2c7952ad218091201c5bce3f.tar.gz) = 1421166 bytes
+BLAKE2s (unison-2.53.7.52-3b8d3d45129de2a8ce590040004f15fb747a73e8.tar.gz) = c137b1781f8eaccdb64808961d0e674590cd30f4ce5cbbb5c776240bd32dc3ec
+SHA512 (unison-2.53.7.52-3b8d3d45129de2a8ce590040004f15fb747a73e8.tar.gz) = 266bb90e3972cdf232348e818c74aeeeb308a33ecab14113b0a70de0c315f04480b1493f0d2e43bac948d6b71e97e359fbfab2126fce2220a3248126ca72eda0
+Size (unison-2.53.7.52-3b8d3d45129de2a8ce590040004f15fb747a73e8.tar.gz) = 1421163 bytes
Home |
Main Index |
Thread Index |
Old Index