From owner-svn-ports-head@freebsd.org Fri Sep 25 08:47:58 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 AD9833EF6E8; Fri, 25 Sep 2020 08:47:58 +0000 (UTC) (envelope-from bofh@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 4ByQXt3r61z4r1b; Fri, 25 Sep 2020 08:47:58 +0000 (UTC) (envelope-from bofh@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 64468103CE; Fri, 25 Sep 2020 08:47:58 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08P8lwfR040629; Fri, 25 Sep 2020 08:47:58 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08P8lvcf040627; Fri, 25 Sep 2020 08:47:57 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202009250847.08P8lvcf040627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 25 Sep 2020 08:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550001 - head/sysutils/pwol X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/sysutils/pwol X-SVN-Commit-Revision: 550001 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: Fri, 25 Sep 2020 08:47:58 -0000 Author: bofh Date: Fri Sep 25 08:47:57 2020 New Revision: 550001 URL: https://svnweb.freebsd.org/changeset/ports/550001 Log: sysutils/pwol: Update version 1.5.1=>1.5.2 - Change INSTALL_TARGET to install-strip - Update pkg-descr PR: 247424 Submitted by: pen@lysator.liu.se (maintainer) Approved by: pen@lysator.liu.se (maintainer) Relnotes: https://github.com/ptrrkssn/pwol/releases Modified: head/sysutils/pwol/Makefile head/sysutils/pwol/distinfo head/sysutils/pwol/pkg-descr Modified: head/sysutils/pwol/Makefile ============================================================================== --- head/sysutils/pwol/Makefile Fri Sep 25 08:33:29 2020 (r550000) +++ head/sysutils/pwol/Makefile Fri Sep 25 08:47:57 2020 (r550001) @@ -2,7 +2,7 @@ PORTNAME= pwol DISTVERSIONPREFIX= v -DISTVERSION= 1.5.1 +DISTVERSION= 1.5.2 CATEGORIES= sysutils MAINTAINER= pen@lysator.liu.se @@ -15,5 +15,6 @@ USE_GITHUB= yes GH_ACCOUNT= ptrrkssn GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip .include Modified: head/sysutils/pwol/distinfo ============================================================================== --- head/sysutils/pwol/distinfo Fri Sep 25 08:33:29 2020 (r550000) +++ head/sysutils/pwol/distinfo Fri Sep 25 08:47:57 2020 (r550001) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592164662 -SHA256 (ptrrkssn-pwol-v1.5.1_GH0.tar.gz) = d9217e24e6ce4ee40836d42ed57a059a33e75debc288c8a23d1b02ac98e4f4ac -SIZE (ptrrkssn-pwol-v1.5.1_GH0.tar.gz) = 72962 +TIMESTAMP = 1592576776 +SHA256 (ptrrkssn-pwol-v1.5.2_GH0.tar.gz) = 70e8352782b4a605f642c28585d9b26a83ed2d76fc44154aa8b9f3f7cb7c8c6e +SIZE (ptrrkssn-pwol-v1.5.2_GH0.tar.gz) = 75148 Modified: head/sysutils/pwol/pkg-descr ============================================================================== --- head/sysutils/pwol/pkg-descr Fri Sep 25 08:33:29 2020 (r550000) +++ head/sysutils/pwol/pkg-descr Fri Sep 25 08:47:57 2020 (r550001) @@ -1,9 +1,11 @@ -This is a port of pwol, Peter's Wake-on-Lan tool +This is a port of pwol, a Wake-on-LAN packet utility -This is a simple tool to send WoL packets to wake up -hosts. No more, no less. +pwol is a command line utility to send Wake-On-LAN (WoL) +packets to one or many hosts, either locally or via routers, +in order to wake them up from sleep mode. -WWW: https://github.com/ptrrkssn/pwol +It can also be used as a WoL proxy daemon listening to +incoming WoL packets (possibly authenticated) and then +forwarding requests to one or many other targets. -- Peter Eriksson -pen@lysator.liu.se +WWW: https://github.com/ptrrkssn/pwol