Received: by mail.netbsd.org (Postfix, from userid 605) id C554584DDC; Thu, 2 Jan 2020 11:40:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E4EA84D8C for ; Thu, 2 Jan 2020 11:40: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 hY7dnbM2e8U3 for ; Thu, 2 Jan 2020 11:40:05 +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 BCB7D84D59 for ; Thu, 2 Jan 2020 11:40:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEB5CFA97; Thu, 2 Jan 2020 11:40:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577965205139670" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 11:40:05 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/security/hs-digest To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200102114005.AEB5CFA97@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. --_----------=_1577965205139670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Jan 2 11:40:05 UTC 2020 Modified Files: pkgsrc/security/hs-digest: Makefile buildlink3.mk Removed Files: pkgsrc/security/hs-digest: PLIST Log Message: Add dependency on devel/zlib To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/hs-digest/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/security/hs-digest/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/hs-digest/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577965205139670 Content-Disposition: inline Content-Length: 1428 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/hs-digest/Makefile diff -u pkgsrc/security/hs-digest/Makefile:1.2 pkgsrc/security/hs-digest/Makefile:1.3 --- pkgsrc/security/hs-digest/Makefile:1.2 Mon Nov 4 21:12:53 2019 +++ pkgsrc/security/hs-digest/Makefile Thu Jan 2 11:40:05 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/11/04 21:12:53 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2020/01/02 11:40:05 pho Exp $ DISTNAME= digest-0.0.1.2 CATEGORIES= security @@ -8,4 +8,5 @@ COMMENT= Various cryptographic hashes fo LICENSE= modified-bsd .include "../../mk/haskell.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/hs-digest/buildlink3.mk diff -u pkgsrc/security/hs-digest/buildlink3.mk:1.3 pkgsrc/security/hs-digest/buildlink3.mk:1.4 --- pkgsrc/security/hs-digest/buildlink3.mk:1.3 Sun Jan 7 13:04:28 2018 +++ pkgsrc/security/hs-digest/buildlink3.mk Thu Jan 2 11:40:05 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:28 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2020/01/02 11:40:05 pho Exp $ BUILDLINK_TREE+= hs-digest @@ -8,6 +8,8 @@ HS_DIGEST_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-digest+= hs-digest>=0.0.1 BUILDLINK_ABI_DEPENDS.hs-digest+= hs-digest>=0.0.1.2 BUILDLINK_PKGSRCDIR.hs-digest?= ../../security/hs-digest + +.include "../../devel/zlib/buildlink3.mk" .endif # HS_DIGEST_BUILDLINK3_MK BUILDLINK_TREE+= -hs-digest --_----------=_1577965205139670--