Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 08:47:57 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550001 - head/sysutils/pwol
Message-ID:  <202009250847.08P8lvcf040627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009250847.08P8lvcf040627>