Received: by mail.netbsd.org (Postfix, from userid 605) id 0967F84E6D; Sat, 15 Oct 2022 17:42:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3920584E68 for ; Sat, 15 Oct 2022 17:42:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id L-RLacHjZEfj for ; Sat, 15 Oct 2022 17:42:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 97C3F84C71 for ; Sat, 15 Oct 2022 17:42:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90E57FA90; Sat, 15 Oct 2022 17:42:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665855725171210" MIME-Version: 1.0 Date: Sat, 15 Oct 2022 17:42:05 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/devel/erlang-fs To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20221015174205.90E57FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665855725171210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Sat Oct 15 17:42:05 UTC 2022 Modified Files: pkgsrc/devel/erlang-fs: Makefile PLIST distinfo Removed Files: pkgsrc/devel/erlang-fs/patches: patch-src_fs__sup.erl Log Message: erlang-fs: Update to 6.1 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/erlang-fs/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/erlang-fs/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/erlang-fs/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/devel/erlang-fs/patches/patch-src_fs__sup.erl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665855725171210 Content-Disposition: inline Content-Length: 2802 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/erlang-fs/Makefile diff -u pkgsrc/devel/erlang-fs/Makefile:1.3 pkgsrc/devel/erlang-fs/Makefile:1.4 --- pkgsrc/devel/erlang-fs/Makefile:1.3 Sat Jan 18 23:30:27 2020 +++ pkgsrc/devel/erlang-fs/Makefile Sat Oct 15 17:42:05 2022 @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 23:30:27 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2022/10/15 17:42:05 triaxx Exp $ -DISTNAME= fs-2.12.0 -PKGNAME= erlang-${DISTNAME} -PKGREVISION= 1 +DISTNAME= fs-6.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=synrc/} @@ -12,11 +10,18 @@ LICENSE= isc GITHUB_PROJECT= fs +BUILD_DEPENDS+= rebar3-[0-9]*:../../devel/rebar3 +REBAR= ${PREFIX}/bin/rebar3 + post-extract: ${RM} -f ${WRKSRC}/priv/inotifywait.exe do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${REBAR} compile +pre-install: + ${MV} ${WRKSRC}/_build/default/lib/fs/ebin ${WRKSRC} + ${RM} -rf ${WRKSRC}/_build + .include "../../lang/erlang/module.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/erlang-fs/PLIST diff -u pkgsrc/devel/erlang-fs/PLIST:1.1 pkgsrc/devel/erlang-fs/PLIST:1.2 --- pkgsrc/devel/erlang-fs/PLIST:1.1 Thu Dec 14 20:58:26 2017 +++ pkgsrc/devel/erlang-fs/PLIST Sat Oct 15 17:42:05 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/12/14 20:58:26 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/10/15 17:42:05 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,3 +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 Index: pkgsrc/devel/erlang-fs/distinfo diff -u pkgsrc/devel/erlang-fs/distinfo:1.4 pkgsrc/devel/erlang-fs/distinfo:1.5 --- pkgsrc/devel/erlang-fs/distinfo:1.4 Tue Oct 26 10:14:37 2021 +++ pkgsrc/devel/erlang-fs/distinfo Sat Oct 15 17:42:05 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:14:37 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/10/15 17:42:05 triaxx Exp $ -BLAKE2s (fs-2.12.0.tar.gz) = 05fee2c498e2dff64b8c8c3c9518162e1c22b3045ec02a5f382d5d32a6f6f699 -SHA512 (fs-2.12.0.tar.gz) = a5a708a9570417359bd4d3d34c26925c09453108fc4fdc8a9f8fbb59a5fa7e0dd4c60a30ebf4c4a2289a2b25a289cb731990600f78eedc4fb8a66ee9bfe2e221 -Size (fs-2.12.0.tar.gz) = 21410 bytes +BLAKE2s (fs-6.1.tar.gz) = 66a80a402b64e77e365e26617f1a36fd7e44720c65d826e502d41c635a4e2548 +SHA512 (fs-6.1.tar.gz) = 67c2e82891e05eedef1709ff15d8d5d98feff67ae5cdda0abd4a82960aaca4b62c79de89b1a14c517072bfd6e600423a7d54cca4bcc42c32bc7b76b48a438837 +Size (fs-6.1.tar.gz) = 24465 bytes SHA1 (patch-src_fs__sup.erl) = 468aadce60bd9beaaa47aff3942006527b127908 --_----------=_1665855725171210--