Skip to content

Commit

Permalink
wakeonlan: fix github setup, checksums, livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dbevans committed Jun 12, 2019
1 parent b97f3d5 commit a208839
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions net/wakeonlan/Portfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup perl5 1.0 PortGroup perl5 1.0
PortGroup github 1.0 PortGroup github 1.0


github.setup jpoliv wakeonlan 0.41 github.setup jpoliv wakeonlan 0.41 wakeonlan-
revision 4 revision 4
categories net categories net
platforms darwin freebsd platforms darwin freebsd
Expand All @@ -17,11 +17,9 @@ long_description Wakeonlan is a Perl script that sends 'magic packets' \
to wake-on-LAN enabled ethernet adapters and \ to wake-on-LAN enabled ethernet adapters and \
motherboards, in order to switch on remote computers. motherboards, in order to switch on remote computers.


master_sites https://github.com/jpoliv/wakeonlan/archive/ checksums rmd160 ddbc2af097bb46bd8afd2c37007c5ed5291ee0e7 \

sha256 581b1b27a7e810ab72668cce4bd9aa9b3e0cea34b2db24dd1a44c09d63ddda98 \
checksums md5 d3143c5fe92d16196ac853b55dd421b5 \ size 6028
rmd160 ddbc2af097bb46bd8afd2c37007c5ed5291ee0e7 \
sha256 581b1b27a7e810ab72668cce4bd9aa9b3e0cea34b2db24dd1a44c09d63ddda98


perl5.branches 5.26 perl5.branches 5.26


Expand All @@ -46,7 +44,3 @@ destroot {
xinstall -m 644 -W ${worksrcpath} Changes MANIFEST README \ xinstall -m 644 -W ${worksrcpath} Changes MANIFEST README \
examples/lab001.wol ${destroot}${prefix}/share/doc/${name} examples/lab001.wol ${destroot}${prefix}/share/doc/${name}
} }

livecheck.type regex
livecheck.url ${homepage}
livecheck.regex wakeonlan-(\[0-9\\.\]+)\\.tar.gz

0 comments on commit a208839

Please sign in to comment.