From owner-svn-ports-head@freebsd.org Tue Jul 21 01:28:16 2020 Return-Path: Delivered-To: svn-ports-head@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 3F76E36FE40; Tue, 21 Jul 2020 01:28:16 +0000 (UTC) (envelope-from swills@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 4B9gw012Z2z3ZV1; Tue, 21 Jul 2020 01:28:16 +0000 (UTC) (envelope-from swills@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 087DB16425; Tue, 21 Jul 2020 01:28:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06L1SFr7026684; Tue, 21 Jul 2020 01:28:15 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06L1SF2g026681; Tue, 21 Jul 2020 01:28:15 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202007210128.06L1SF2g026681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 21 Jul 2020 01:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542689 - head/net/nng X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/nng X-SVN-Commit-Revision: 542689 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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, 21 Jul 2020 01:28:16 -0000 Author: swills Date: Tue Jul 21 01:28:15 2020 New Revision: 542689 URL: https://svnweb.freebsd.org/changeset/ports/542689 Log: net/nng: update to 1.3.0 Modified: head/net/nng/Makefile (contents, props changed) head/net/nng/distinfo (contents, props changed) head/net/nng/pkg-plist (contents, props changed) Modified: head/net/nng/Makefile ============================================================================== --- head/net/nng/Makefile Tue Jul 21 01:27:22 2020 (r542688) +++ head/net/nng/Makefile Tue Jul 21 01:28:15 2020 (r542689) @@ -2,8 +2,7 @@ PORTNAME= nng DISTVERSIONPREFIX= v -DISTVERSION= 1.1.1 -PORTREVISION= 1 +DISTVERSION= 1.3.0 CATEGORIES= net MAINTAINER= swills@FreeBSD.org @@ -18,5 +17,8 @@ GH_ACCOUNT= nanomsg CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON USE_LDCONFIG= yes + +PLIST_SUB= PORTMAJ=${PORTVERSION:C/\..*//} \ + PORTVERSION=${PORTVERSION} .include Modified: head/net/nng/distinfo ============================================================================== --- head/net/nng/distinfo Tue Jul 21 01:27:22 2020 (r542688) +++ head/net/nng/distinfo Tue Jul 21 01:28:15 2020 (r542689) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543286759 -SHA256 (nanomsg-nng-v1.1.1_GH0.tar.gz) = cec54ed40c8feb5c0c66f81cfd200e9b243639a75d1b6093c95ee55885273205 -SIZE (nanomsg-nng-v1.1.1_GH0.tar.gz) = 566052 +TIMESTAMP = 1595288172 +SHA256 (nanomsg-nng-v1.3.0_GH0.tar.gz) = e8fe50d0f79ec3243733f8b4c25099c88b2597ed1bb0d94a27c4385a2a24ecac +SIZE (nanomsg-nng-v1.3.0_GH0.tar.gz) = 657182 Modified: head/net/nng/pkg-plist ============================================================================== --- head/net/nng/pkg-plist Tue Jul 21 01:27:22 2020 (r542688) +++ head/net/nng/pkg-plist Tue Jul 21 01:28:15 2020 (r542689) @@ -23,17 +23,20 @@ include/nng/protocol/reqrep0/req.h include/nng/protocol/survey0/respond.h include/nng/protocol/survey0/survey.h include/nng/supplemental/http/http.h +include/nng/supplemental/tls/engine.h include/nng/supplemental/tls/tls.h include/nng/supplemental/util/options.h include/nng/supplemental/util/platform.h include/nng/transport/inproc/inproc.h include/nng/transport/ipc/ipc.h include/nng/transport/tcp/tcp.h +include/nng/transport/tls/tls.h include/nng/transport/ws/websocket.h +include/nng/transport/zerotier/zerotier.h lib/cmake/nng/nng-config.cmake lib/cmake/nng/nng-config-version.cmake lib/cmake/nng/nng-targets.cmake lib/cmake/nng/nng-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/libnng.so -lib/libnng.so.1 -lib/libnng.so.1.1.0 +lib/libnng.so.%%PORTMAJ%% +lib/libnng.so.%%PORTVERSION%%