From owner-svn-ports-all@freebsd.org Mon Dec 14 10:12:07 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E12AD4B5378; Mon, 14 Dec 2020 10:12:07 +0000 (UTC) (envelope-from vd@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4Cvcd3656Nz4gq9; Mon, 14 Dec 2020 10:12:07 +0000 (UTC) (envelope-from vd@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 C3D141FF3B; Mon, 14 Dec 2020 10:12:07 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BEAC7iE099115; Mon, 14 Dec 2020 10:12:07 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BEAC74U099111; Mon, 14 Dec 2020 10:12:07 GMT (envelope-from vd@FreeBSD.org) Message-Id: <202012141012.0BEAC74U099111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Mon, 14 Dec 2020 10:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558090 - head/net-p2p/c-lightning X-SVN-Group: ports-head X-SVN-Commit-Author: vd X-SVN-Commit-Paths: head/net-p2p/c-lightning X-SVN-Commit-Revision: 558090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2020 10:12:07 -0000 Author: vd Date: Mon Dec 14 10:12:06 2020 New Revision: 558090 URL: https://svnweb.freebsd.org/changeset/ports/558090 Log: net-p2p/c-lightning: Upgrade from 0.9.1 to 0.9.2 Modified: head/net-p2p/c-lightning/Makefile head/net-p2p/c-lightning/distinfo head/net-p2p/c-lightning/pkg-plist Modified: head/net-p2p/c-lightning/Makefile ============================================================================== --- head/net-p2p/c-lightning/Makefile Mon Dec 14 10:07:39 2020 (r558089) +++ head/net-p2p/c-lightning/Makefile Mon Dec 14 10:12:06 2020 (r558090) @@ -3,15 +3,12 @@ PORTNAME= c-lightning # To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present) -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 DISTVERSIONPREFIX= v # and uncomment the following two lines (use for example -git-HEAD or -git-f8d8348c) #PORTVERSION= 0 #PKGNAMESUFFIX= -git-f8d8348c CATEGORIES= net-p2p finance - -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 4b4fe2f4f.patch:-p1 MAINTAINER= vd@FreeBSD.org COMMENT= Lightning Network implementation in C Modified: head/net-p2p/c-lightning/distinfo ============================================================================== --- head/net-p2p/c-lightning/distinfo Mon Dec 14 10:07:39 2020 (r558089) +++ head/net-p2p/c-lightning/distinfo Mon Dec 14 10:12:06 2020 (r558090) @@ -1,6 +1,6 @@ -TIMESTAMP = 1601908405 -SHA256 (ElementsProject-lightning-v0.9.1_GH0.tar.gz) = 0e2cb636a14b2179b5809cd049ea2ca7864810dfc8fd2935f90e376cbd90c2c3 -SIZE (ElementsProject-lightning-v0.9.1_GH0.tar.gz) = 3211414 +TIMESTAMP = 1607939340 +SHA256 (ElementsProject-lightning-v0.9.2_GH0.tar.gz) = 724f8ea4f3d8ef2e579b4576959a69e67de2d0186a84f480a7d8ee0d1295d3c5 +SIZE (ElementsProject-lightning-v0.9.2_GH0.tar.gz) = 3280177 SHA256 (ElementsProject-libwally-core-b8d7ea91049c3_GH0.tar.gz) = 34cf8cee0dc4809eb9e38b09507d64803ece70972eedb681382e622dfe9f5d2d SIZE (ElementsProject-libwally-core-b8d7ea91049c3_GH0.tar.gz) = 1041393 SHA256 (ianlancetaylor-libbacktrace-5a99ff7fed66b8e_GH0.tar.gz) = 2aad59f02cb008b5e912821c205ad6a140afcae69844e7ba9f7e590239ec41e2 Modified: head/net-p2p/c-lightning/pkg-plist ============================================================================== --- head/net-p2p/c-lightning/pkg-plist Mon Dec 14 10:07:39 2020 (r558089) +++ head/net-p2p/c-lightning/pkg-plist Mon Dec 14 10:12:06 2020 (r558090) @@ -55,6 +55,10 @@ man/man7/lightning-listtransactions.7.gz man/man7/lightning-multifundchannel.7.gz man/man7/lightning-multiwithdraw.7.gz man/man7/lightning-newaddr.7.gz +man/man7/lightning-notifications.7.gz +man/man7/lightning-openchannel_init.7.gz +man/man7/lightning-openchannel_signed.7.gz +man/man7/lightning-openchannel_update.7.gz man/man7/lightning-pay.7.gz man/man7/lightning-ping.7.gz man/man7/lightning-plugin.7.gz