Received: by mail.netbsd.org (Postfix, from userid 605) id 8493F84D56; Mon, 23 Mar 2020 18:17:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C3BF84D37 for ; Mon, 23 Mar 2020 18:17:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id r2tdy9aIsakc for ; Mon, 23 Mar 2020 18:17:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8800284CD5 for ; Mon, 23 Mar 2020 18:17:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81DF9FB27; Mon, 23 Mar 2020 18:17:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584987447140750" MIME-Version: 1.0 Date: Mon, 23 Mar 2020 18:17:27 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/erlang-epam To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200323181727.81DF9FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584987447140750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Mar 23 18:17:27 UTC 2020 Modified Files: pkgsrc/security/erlang-epam: Makefile distinfo Log Message: erlang-epam: Update to 1.0.7 # Version 1.0.7 * Update copyright year # Version 1.0.5 * Add contribution guide * Fix detection of location of executable To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/erlang-epam/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/erlang-epam/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584987447140750 Content-Disposition: inline Content-Length: 1947 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/erlang-epam/Makefile diff -u pkgsrc/security/erlang-epam/Makefile:1.5 pkgsrc/security/erlang-epam/Makefile:1.6 --- pkgsrc/security/erlang-epam/Makefile:1.5 Sun Jul 14 15:31:46 2019 +++ pkgsrc/security/erlang-epam/Makefile Mon Mar 23 18:17:27 2020 @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2019/07/14 15:31:46 wiedi Exp $ +# $NetBSD: Makefile,v 1.6 2020/03/23 18:17:27 nia Exp $ -DISTNAME= epam-1.0.4 +DISTNAME= epam-1.0.7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} +GITHUB_PROJECT= epam MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/processone/epam/ +HOMEPAGE= https://github.com/processone/epam COMMENT= epam helper for Erlang / Elixir PAM authentication support LICENSE= gnu-gpl-v2 -GITHUB_PROJECT= epam - SUPERSEDES= erlang-p1_epam-[0-9]* GNU_CONFIGURE= yes Index: pkgsrc/security/erlang-epam/distinfo diff -u pkgsrc/security/erlang-epam/distinfo:1.3 pkgsrc/security/erlang-epam/distinfo:1.4 --- pkgsrc/security/erlang-epam/distinfo:1.3 Sat Mar 24 14:29:19 2018 +++ pkgsrc/security/erlang-epam/distinfo Mon Mar 23 18:17:27 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/03/24 14:29:19 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2020/03/23 18:17:27 nia Exp $ -SHA1 (epam-1.0.4.tar.gz) = 2010ac51916f9842cce5ffd1cf95a19e30023f93 -RMD160 (epam-1.0.4.tar.gz) = 80eeff23fc251b1372ba3f2cc32541e837c4570a -SHA512 (epam-1.0.4.tar.gz) = 46cbdfa683f48f24c4709837cba49745c3b7f87b6c1223b01ced65d547a8ec1a0467997070daf40bedeeb8298d7bb31eb33b331098b406964642f059b77fd313 -Size (epam-1.0.4.tar.gz) = 43816 bytes +SHA1 (epam-1.0.7.tar.gz) = 7141b2cc766d355db58b4c8838b4fa6ef7c977d3 +RMD160 (epam-1.0.7.tar.gz) = a1feecb35f540f5a75058cd7235626232c4f2975 +SHA512 (epam-1.0.7.tar.gz) = ddfcb6a0ef955e6ef0fba2c98e25fbc8532c829b80c4150d0545bb9b5114773184af0adba49921cf6e2363a0224dedccd7bf81b5da292dda74f8966a8e73e1b2 +Size (epam-1.0.7.tar.gz) = 47506 bytes --_----------=_1584987447140750--