pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/erlang-fs



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Thu Oct 20 03:57:33 UTC 2022

Modified Files:
        pkgsrc/devel/erlang-fs: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/erlang-fs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/erlang-fs/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/erlang-fs/distinfo

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

Modified files:

Index: pkgsrc/devel/erlang-fs/Makefile
diff -u pkgsrc/devel/erlang-fs/Makefile:1.4 pkgsrc/devel/erlang-fs/Makefile:1.5
--- pkgsrc/devel/erlang-fs/Makefile:1.4 Sat Oct 15 17:42:05 2022
+++ pkgsrc/devel/erlang-fs/Makefile     Thu Oct 20 03:57:33 2022
@@ -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 @@ GITHUB_PROJECT=      fs
 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
 

Index: pkgsrc/devel/erlang-fs/PLIST
diff -u pkgsrc/devel/erlang-fs/PLIST:1.2 pkgsrc/devel/erlang-fs/PLIST:1.3
--- pkgsrc/devel/erlang-fs/PLIST:1.2    Sat Oct 15 17:42:05 2022
+++ pkgsrc/devel/erlang-fs/PLIST        Thu Oct 20 03:57:33 2022
@@ -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/ino
 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

Index: pkgsrc/devel/erlang-fs/distinfo
diff -u pkgsrc/devel/erlang-fs/distinfo:1.6 pkgsrc/devel/erlang-fs/distinfo:1.7
--- pkgsrc/devel/erlang-fs/distinfo:1.6 Sat Oct 15 17:43:23 2022
+++ pkgsrc/devel/erlang-fs/distinfo     Thu Oct 20 03:57:33 2022
@@ -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