Index: head/sysutils/pwol/Makefile =================================================================== --- head/sysutils/pwol/Makefile (revision 550000) +++ head/sysutils/pwol/Makefile (revision 550001) @@ -1,19 +1,20 @@ # $FreeBSD$ PORTNAME= pwol DISTVERSIONPREFIX= v -DISTVERSION= 1.5.1 +DISTVERSION= 1.5.2 CATEGORIES= sysutils MAINTAINER= pen@lysator.liu.se COMMENT= Peter's Wake-on-LAN Tool LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= ptrrkssn GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip .include Index: head/sysutils/pwol/distinfo =================================================================== --- head/sysutils/pwol/distinfo (revision 550000) +++ head/sysutils/pwol/distinfo (revision 550001) @@ -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 Index: head/sysutils/pwol/pkg-descr =================================================================== --- head/sysutils/pwol/pkg-descr (revision 550000) +++ head/sysutils/pwol/pkg-descr (revision 550001) @@ -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