From owner-dev-commits-ports-all@freebsd.org Sun Apr 25 11:50:58 2021 Return-Path: Delivered-To: dev-commits-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 5418C5FE973; Sun, 25 Apr 2021 11:50:58 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FSmZB1zGfz3HWS; Sun, 25 Apr 2021 11:50:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 372BB137C5; Sun, 25 Apr 2021 11:50:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13PBow5F082761; Sun, 25 Apr 2021 11:50:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13PBowKQ082760; Sun, 25 Apr 2021 11:50:58 GMT (envelope-from git) Date: Sun, 25 Apr 2021 11:50:58 GMT Message-Id: <202104251150.13PBowKQ082760@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: 03777087eaa3 - main - net/tsctp: Update to 0.7.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 03777087eaa3a8c0e8eac43013c0a8cfd96be7d6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2021 11:50:58 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=03777087eaa3a8c0e8eac43013c0a8cfd96be7d6 commit 03777087eaa3a8c0e8eac43013c0a8cfd96be7d6 Author: Fernando ApesteguĂ­a AuthorDate: 2021-04-20 07:05:27 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-04-25 11:47:06 +0000 net/tsctp: Update to 0.7.5 ChangeLog: https://github.com/dreibh/tsctp/commit/d633ee26528d75e339372e35020ec039baba2ce5 While here pet linters. PR: 255181 Reported by: gspurki@gmail.com Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week) --- net/tsctp/Makefile | 5 +++-- net/tsctp/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/tsctp/Makefile b/net/tsctp/Makefile index 733b341b517e..5b99a8c6d9c9 100644 --- a/net/tsctp/Makefile +++ b/net/tsctp/Makefile @@ -1,7 +1,7 @@ # Created by: Thomas Dreibholz PORTNAME= tsctp -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= net MASTER_SITES= https://www.uni-due.de/~be0001/tsctp/download/ @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz cmake -PLIST_FILES= bin/tsctp man/man1/tsctp.1.gz CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man +PLIST_FILES= bin/tsctp man/man1/tsctp.1.gz + .include diff --git a/net/tsctp/distinfo b/net/tsctp/distinfo index 5120b5b50e9e..0b8cecf522cd 100644 --- a/net/tsctp/distinfo +++ b/net/tsctp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587938963 -SHA256 (tsctp-0.7.4.tar.xz) = 316e9b651e60a4618e7d0bfa053a84c28ad8472adcdd31c5eedf3ccead1576ea -SIZE (tsctp-0.7.4.tar.xz) = 55572 +TIMESTAMP = 1618747412 +SHA256 (tsctp-0.7.5.tar.xz) = 9a10b254add197d9a751ec0d48c5581d24361d225068ff15fb9c48e0a4b129e7 +SIZE (tsctp-0.7.5.tar.xz) = 109464