pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/erlang-fs erlang-fs: Update to 8.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec7c10354da2
branches:  trunk
changeset: 387022:ec7c10354da2
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Thu Oct 20 03:57:33 2022 +0000

description:
erlang-fs: Update to 8.6.1

pkgsrc changes:
---------------
  * Fix PLIST which contains mac_listener only for Darwin. Add PLIST.macos
    variable.
  * Add a commit hash in GITHUB_TAG since the git tags on the GitHub repository
    don't follow version increases.

diffstat:

 devel/erlang-fs/Makefile |  12 ++++++++++--
 devel/erlang-fs/PLIST    |   4 ++--
 devel/erlang-fs/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 9b3c61d75de3 -r ec7c10354da2 devel/erlang-fs/Makefile
--- a/devel/erlang-fs/Makefile  Thu Oct 20 00:40:00 2022 +0000
+++ b/devel/erlang-fs/Makefile  Thu Oct 20 03:57:33 2022 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2022/10/15 17:42:05 triaxx Exp $
+# $NetBSD: Makefile,v 1.5 2022/10/20 03:57:33 triaxx Exp $
 
-DISTNAME=      fs-6.1
+DISTNAME=      fs-8.6.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=synrc/}
+GITHUB_TAG=    73784d45ed0547e730ffb8907f1e0b2378f440a0
 
 HOMEPAGE=      https://synrc.github.io/fs/
 COMMENT=       Native Filesystem Listeners
@@ -13,6 +14,13 @@
 BUILD_DEPENDS+=        rebar3-[0-9]*:../../devel/rebar3
 REBAR=         ${PREFIX}/bin/rebar3
 
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+=   macos
+.if ${OPSYS} == "Darwin"
+PLIST.macos=   yes
+.endif
+
 post-extract:
        ${RM} -f ${WRKSRC}/priv/inotifywait.exe
 
diff -r 9b3c61d75de3 -r ec7c10354da2 devel/erlang-fs/PLIST
--- a/devel/erlang-fs/PLIST     Thu Oct 20 00:40:00 2022 +0000
+++ b/devel/erlang-fs/PLIST     Thu Oct 20 03:57:33 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/10/15 17:42:05 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/10/20 03:57:33 triaxx Exp $
 lib/erlang/lib/fs-${PKGVERSION}/ebin/fs.app
 lib/erlang/lib/fs-${PKGVERSION}/ebin/fs.beam
 lib/erlang/lib/fs-${PKGVERSION}/ebin/fs_app.beam
@@ -10,4 +10,4 @@
 lib/erlang/lib/fs-${PKGVERSION}/ebin/inotifywait_win32.beam
 lib/erlang/lib/fs-${PKGVERSION}/ebin/kqueue.beam
 lib/erlang/lib/fs-${PKGVERSION}/include/api.hrl
-lib/erlang/lib/fs-${PKGVERSION}/priv/mac_listener
+${PLIST.macos}lib/erlang/lib/fs-${PKGVERSION}/priv/mac_listener
diff -r 9b3c61d75de3 -r ec7c10354da2 devel/erlang-fs/distinfo
--- a/devel/erlang-fs/distinfo  Thu Oct 20 00:40:00 2022 +0000
+++ b/devel/erlang-fs/distinfo  Thu Oct 20 03:57:33 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/10/15 17:43:23 triaxx Exp $
+$NetBSD: distinfo,v 1.7 2022/10/20 03:57:33 triaxx Exp $
 
-BLAKE2s (fs-6.1.tar.gz) = 66a80a402b64e77e365e26617f1a36fd7e44720c65d826e502d41c635a4e2548
-SHA512 (fs-6.1.tar.gz) = 67c2e82891e05eedef1709ff15d8d5d98feff67ae5cdda0abd4a82960aaca4b62c79de89b1a14c517072bfd6e600423a7d54cca4bcc42c32bc7b76b48a438837
-Size (fs-6.1.tar.gz) = 24465 bytes
+BLAKE2s (fs-8.6.1-73784d45ed0547e730ffb8907f1e0b2378f440a0.tar.gz) = 94c722758ca92868f987009d7b5b930e7e2e3a6b43a3a48eecc3ef70beb615e1
+SHA512 (fs-8.6.1-73784d45ed0547e730ffb8907f1e0b2378f440a0.tar.gz) = 23166c6b57c13612c16c3f6ae29f0d6fc582c4343c2ac8827370131eb781a005354411d5d3169d9a88bd916b7c7123c28c7683d3b7e48b12495f3fcafeb22815
+Size (fs-8.6.1-73784d45ed0547e730ffb8907f1e0b2378f440a0.tar.gz) = 25530 bytes



Home | Main Index | Thread Index | Old Index