Received: by mail.netbsd.org (Postfix, from userid 605) id AD66684CFC; Fri, 21 May 2021 10:31:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8ECF84CED for ; Fri, 21 May 2021 10:31:00 +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 g9Axy2hbsOVA for ; Fri, 21 May 2021 10:31:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6E82484C13 for ; Fri, 21 May 2021 10:31:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68382FA95; Fri, 21 May 2021 10:31:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621593060140" MIME-Version: 1.0 Date: Fri, 21 May 2021 10:31:00 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/graphics/erlang-eimp To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20210521103100.68382FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621593060140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Fri May 21 10:31:00 UTC 2021 Modified Files: pkgsrc/graphics/erlang-eimp: Makefile distinfo Removed Files: pkgsrc/graphics/erlang-eimp/patches: patch-Makefile Log Message: erlang-eimp: Remove useless patch pkgsrc changes: --------------- * Actually lang/erlang/module.mk defines USE_GLOBAL_DEPS=true in the Makefile environment which disables the fetching of dependencies. * Bump revision. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/erlang-eimp/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/erlang-eimp/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/erlang-eimp/patches/patch-Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621593060140 Content-Disposition: inline Content-Length: 1475 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/erlang-eimp/Makefile diff -u pkgsrc/graphics/erlang-eimp/Makefile:1.13 pkgsrc/graphics/erlang-eimp/Makefile:1.14 --- pkgsrc/graphics/erlang-eimp/Makefile:1.13 Fri May 21 06:28:37 2021 +++ pkgsrc/graphics/erlang-eimp/Makefile Fri May 21 10:31:00 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2021/05/21 06:28:37 triaxx Exp $ +# $NetBSD: Makefile,v 1.14 2021/05/21 10:31:00 triaxx Exp $ DISTNAME= eimp-1.0.20 PKGNAME= erlang-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} Index: pkgsrc/graphics/erlang-eimp/distinfo diff -u pkgsrc/graphics/erlang-eimp/distinfo:1.8 pkgsrc/graphics/erlang-eimp/distinfo:1.9 --- pkgsrc/graphics/erlang-eimp/distinfo:1.8 Fri May 21 06:28:37 2021 +++ pkgsrc/graphics/erlang-eimp/distinfo Fri May 21 10:31:00 2021 @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.8 2021/05/21 06:28:37 triaxx Exp $ +$NetBSD: distinfo,v 1.9 2021/05/21 10:31:00 triaxx Exp $ SHA1 (eimp-1.0.20.tar.gz) = 567b695102e0fdd157cc600f39c76a9daa15e40a RMD160 (eimp-1.0.20.tar.gz) = 6c7578eb26d5c19734acfd5e63e97ec94357e4c7 SHA512 (eimp-1.0.20.tar.gz) = 466fdff4e9be655a9de6d7c72564fc94f0328d471c691e27bfd839a1671a099dd562636de0f0b3d6432c146081008372591d3f527840390566be1bd3a906666a Size (eimp-1.0.20.tar.gz) = 3477544 bytes -SHA1 (patch-Makefile) = e03cfb6bbe486f96ad4a71cc6c95aca8e4a261f0 SHA1 (patch-rebar.config) = b7aaa2d692f4899dd26ac5a56222ac2e6b50087c --_----------=_1621593060140--