Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B6D647A27D for ; Fri, 11 Nov 2016 19:49:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6593E855B6; Fri, 11 Nov 2016 19:49:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EAA7B85595 for ; Fri, 11 Nov 2016 19:49:06 +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 WCNdUBG4llDw for ; Fri, 11 Nov 2016 19:49:06 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 582FF84CE9 for ; Fri, 11 Nov 2016 19:49:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E9E5FBA6; Fri, 11 Nov 2016 19:49:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1478893746267490" MIME-Version: 1.0 Date: Fri, 11 Nov 2016 19:49:06 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/security/botan-devel To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20161111194906.4E9E5FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1478893746267490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Fri Nov 11 19:49:06 UTC 2016 Modified Files: pkgsrc/security/botan-devel: buildlink3.mk Log Message: Bump ABI version for major bump. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/botan-devel/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1478893746267490 Content-Disposition: inline Content-Length: 789 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/botan-devel/buildlink3.mk diff -u pkgsrc/security/botan-devel/buildlink3.mk:1.5 pkgsrc/security/botan-devel/buildlink3.mk:1.6 --- pkgsrc/security/botan-devel/buildlink3.mk:1.5 Fri Oct 7 18:25:33 2016 +++ pkgsrc/security/botan-devel/buildlink3.mk Fri Nov 11 19:49:06 2016 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2016/10/07 18:25:33 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2016/11/11 19:49:06 joerg Exp $ BUILDLINK_TREE+= botan @@ -6,7 +6,7 @@ BUILDLINK_TREE+= botan BOTAN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.botan+= botan>=1.11.8 -BUILDLINK_ABI_DEPENDS.botan?= botan>=1.11.29nb1 +BUILDLINK_ABI_DEPENDS.botan?= botan>=1.11.33 BUILDLINK_PKGSRCDIR.botan?= ../../security/botan-devel .include "../../devel/zlib/buildlink3.mk" --_----------=_1478893746267490--