From owner-dev-commits-ports-all@freebsd.org Wed Jul 21 10:20:43 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 BAD1B66151D; Wed, 21 Jul 2021 10:20:43 +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 4GVBRv4y2wz3Gc1; Wed, 21 Jul 2021 10:20:43 +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 910FA1C2C8; Wed, 21 Jul 2021 10:20:43 +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 16LAKhP2005567; Wed, 21 Jul 2021 10:20:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16LAKhDd005566; Wed, 21 Jul 2021 10:20:43 GMT (envelope-from git) Date: Wed, 21 Jul 2021 10:20:43 GMT Message-Id: <202107211020.16LAKhDd005566@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 0b8a1dd17f56 - main - net/pload: the port had been slightly improved (+) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0b8a1dd17f569159059c244b796238c6f2d2de94 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: Wed, 21 Jul 2021 10:20:43 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b8a1dd17f569159059c244b796238c6f2d2de94 commit 0b8a1dd17f569159059c244b796238c6f2d2de94 Author: Alexey Dokuchaev AuthorDate: 2021-07-21 10:19:52 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-07-21 10:19:59 +0000 net/pload: the port had been slightly improved (+) - Update MASTER_SITES (chase HTTP 302 redirection) - Remove author attribution from the port description (it was also not quite accurate) and point WWW line to a working site instead PR: 257243 Submitted by: maintainer --- net/pload/Makefile | 3 +-- net/pload/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/pload/Makefile b/net/pload/Makefile index e84535a68a35..270ba282f1c6 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -4,8 +4,7 @@ PORTNAME= pload PORTVERSION= 0.9.5 PORTREVISION= 4 CATEGORIES= net sysutils -MASTER_SITES= LOCAL/pav \ - http://opal.com/jr/freebsd/ports/net/pload/ +MASTER_SITES= http://opal.com/src/pload/ LOCAL/pav MAINTAINER= fbsd@opal.com COMMENT= X11 program to display network traffic graphs diff --git a/net/pload/pkg-descr b/net/pload/pkg-descr index 0b7c0b793238..e8f1c94ac398 100644 --- a/net/pload/pkg-descr +++ b/net/pload/pkg-descr @@ -1,4 +1,4 @@ Pload is an X11 program to monitor network device statistics. It graphs information using Athena stripchart widgets. -Original author: Matt Smith +WWW: http://opal.com/src/pload/