Commits
Frank Schima authored f3050584901
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 + | PortGroup github 1.0 |
5 6 | |
6 - | name wakeonlan |
7 - | version 0.41 |
8 - | revision 3 |
7 + | github.setup jpoliv wakeonlan 0.41 |
8 + | revision 4 |
9 9 | categories net |
10 - | maintainers nomaintainer |
11 10 | platforms darwin freebsd |
12 11 | license Artistic-1 |
13 12 | supported_archs noarch |
13 + | maintainers nomaintainer |
14 + | |
14 15 | description wakeonlan sends magic packets for network-devices to wake up |
15 16 | long_description Wakeonlan is a Perl script that sends 'magic packets' \ |
16 17 | to wake-on-LAN enabled ethernet adapters and \ |
17 - | motherboards, in order to switch on remote computers. |
18 + | motherboards, in order to switch on remote computers. |
19 + | |
20 + | master_sites https://github.com/jpoliv/wakeonlan/archive/ |
18 21 | |
19 - | homepage http://gsd.di.uminho.pt/jpo/software/wakeonlan/ |
20 - | master_sites ${homepage}downloads/ |
21 22 | checksums md5 d3143c5fe92d16196ac853b55dd421b5 \ |
22 23 | rmd160 ddbc2af097bb46bd8afd2c37007c5ed5291ee0e7 \ |
23 24 | sha256 581b1b27a7e810ab72668cce4bd9aa9b3e0cea34b2db24dd1a44c09d63ddda98 |
24 25 | |
25 - | perl5.branches 5.24 |
26 + | perl5.branches 5.26 |
26 27 | |
27 28 | depends_lib port:perl${perl5.major} |
28 29 | |
29 30 | installs_libs no |
30 31 | |
31 32 | patch { |
32 33 | reinplace -locale C "s|/usr/bin/perl -w|${perl5.bin} -w|g" ${worksrcpath}/wakeonlan |
33 34 | } |
34 35 | |
35 36 | configure { |