From owner-svn-ports-head@freebsd.org Tue Feb 12 09:15:00 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1D9314DE806; Tue, 12 Feb 2019 09:14:59 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 855D9824CD; Tue, 12 Feb 2019 09:14:59 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79140DE2A; Tue, 12 Feb 2019 09:14:59 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1C9Ex9N000315; Tue, 12 Feb 2019 09:14:59 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1C9Ex8N000313; Tue, 12 Feb 2019 09:14:59 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201902120914.x1C9Ex8N000313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Tue, 12 Feb 2019 09:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492765 - head/math/secp256k1 X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/math/secp256k1 X-SVN-Commit-Revision: 492765 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 855D9824CD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2019 09:15:00 -0000 Author: ale Date: Tue Feb 12 09:14:58 2019 New Revision: 492765 URL: https://svnweb.freebsd.org/changeset/ports/492765 Log: Update to latest snapshot. Modified: head/math/secp256k1/Makefile head/math/secp256k1/distinfo Modified: head/math/secp256k1/Makefile ============================================================================== --- head/math/secp256k1/Makefile Tue Feb 12 09:00:47 2019 (r492764) +++ head/math/secp256k1/Makefile Tue Feb 12 09:14:58 2019 (r492765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= secp256k1 -PORTVERSION= 0.1.20181106 +PORTVERSION= 0.1.20190204 CATEGORIES= math security java MAINTAINER= ale@FreeBSD.org @@ -16,7 +16,7 @@ USES= autoreconf libtool gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= bitcoin-core -GH_TAGNAME= 314a61d +GH_TAGNAME= b408c6a OPTIONS_DEFINE= GMP JAVA OPTIONS_DEFAULT=GMP JAVA Modified: head/math/secp256k1/distinfo ============================================================================== --- head/math/secp256k1/distinfo Tue Feb 12 09:00:47 2019 (r492764) +++ head/math/secp256k1/distinfo Tue Feb 12 09:14:58 2019 (r492765) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543141762 -SHA256 (bitcoin-core-secp256k1-0.1.20181106-314a61d_GH0.tar.gz) = 047468d374f644d7bcdb6448405c7c9696b8997e31e7fb03a51fb26585371add -SIZE (bitcoin-core-secp256k1-0.1.20181106-314a61d_GH0.tar.gz) = 163734 +TIMESTAMP = 1549960198 +SHA256 (bitcoin-core-secp256k1-0.1.20190204-b408c6a_GH0.tar.gz) = 39ce52158b533e060f6a09b54e015b573c29155999898b62b51c39b1391ef4d4 +SIZE (bitcoin-core-secp256k1-0.1.20190204-b408c6a_GH0.tar.gz) = 165281