Received: by mail.netbsd.org (Postfix, from userid 605) id 085BD85729; Fri, 7 Jul 2017 09:34:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BFD48572B for ; Fri, 7 Jul 2017 09:34:07 +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 WIMPW-O1FCtX for ; Fri, 7 Jul 2017 09:34:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1D34085729 for ; Fri, 7 Jul 2017 09:34:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1897BFAE8; Fri, 7 Jul 2017 09:34:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149942004786530" MIME-Version: 1.0 Date: Fri, 7 Jul 2017 09:34:07 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/security/erlang-epam To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20170707093407.1897BFAE8@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. --_----------=_149942004786530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Fri Jul 7 09:34:07 UTC 2017 Modified Files: pkgsrc/security/erlang-epam: Makefile distinfo Log Message: Update security/erlang-epam to 1.0.3. - Add support for PAM_RHOST To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/erlang-epam/Makefile \ pkgsrc/security/erlang-epam/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149942004786530 Content-Disposition: inline Content-Length: 1802 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.1 pkgsrc/security/erlang-epam/Makefile:1.2 --- pkgsrc/security/erlang-epam/Makefile:1.1 Thu Mar 30 14:23:41 2017 +++ pkgsrc/security/erlang-epam/Makefile Fri Jul 7 09:34:06 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/03/30 14:23:41 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2017/07/07 09:34:06 fhajny Exp $ -DISTNAME= epam-1.0.2 +DISTNAME= epam-1.0.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} @@ -15,8 +15,6 @@ SUPERSEDES= erlang-p1_epam-[0-9]* GNU_CONFIGURE= yes -MAKE_ENV+= USE_GLOBAL_DEPS=true - LDFLAGS.SunOS+= -lnsl .include "../../lang/erlang/module.mk" Index: pkgsrc/security/erlang-epam/distinfo diff -u pkgsrc/security/erlang-epam/distinfo:1.1 pkgsrc/security/erlang-epam/distinfo:1.2 --- pkgsrc/security/erlang-epam/distinfo:1.1 Thu Mar 30 14:23:41 2017 +++ pkgsrc/security/erlang-epam/distinfo Fri Jul 7 09:34:06 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/03/30 14:23:41 fhajny Exp $ +$NetBSD: distinfo,v 1.2 2017/07/07 09:34:06 fhajny Exp $ -SHA1 (epam-1.0.2.tar.gz) = e4f628995aef8a42732c717a9c35d05bfe625900 -RMD160 (epam-1.0.2.tar.gz) = 5a171e9a72c135d29c58d6935059a6810d4b0868 -SHA512 (epam-1.0.2.tar.gz) = a3fdb379d8c25e56e51dcf1e683d289e9f3d19a537b1a55ca4c09185eb5731fe073a5bf0dd1449f09f8ee5b7d868b0e63f04473c1f3d1b97722dcd9832e4e030 -Size (epam-1.0.2.tar.gz) = 43720 bytes +SHA1 (epam-1.0.3.tar.gz) = b121c347c224cf1c6a4d7536f8b33d97115e3256 +RMD160 (epam-1.0.3.tar.gz) = 756ba47fe1f770c67c9cce3f9435180b387ee754 +SHA512 (epam-1.0.3.tar.gz) = b7697abd0d4728db48cdb0d9507efc93267612fc4e74f222261370bab164a08eff136fb18d486d7e723b77d302e9879f9416702336a7e20b20df32f30721a977 +Size (epam-1.0.3.tar.gz) = 43807 bytes --_----------=_149942004786530--