1 | --- sysutils/watch/Portfile |
---|
2 | +++ sysutils/watch/Portfile |
---|
3 | @@ -17,6 +17,7 @@ homepage http://sourceforge.net/projects/procps/ |
---|
4 | master_sites http://procps.sourceforge.net/ |
---|
5 | distname procps-${version} |
---|
6 | platforms darwin |
---|
7 | +license GPLv2 |
---|
8 | checksums md5 9532714b6846013ca9898984ba4cd7e0 \ |
---|
9 | sha1 a0c86790569dec26b5d9037e8868ca907acc9829 |
---|
10 | |
---|
11 | @@ -45,3 +46,6 @@ destroot { |
---|
12 | xinstall -m 0644 ${worksrcpath}/watch.1 \ |
---|
13 | ${destroot}${prefix}/share/man/man1 |
---|
14 | } |
---|
15 | + |
---|
16 | +livecheck.url [lindex ${master_sites} 0] |
---|
17 | +livecheck.regex procps-(\[0-9\.\]*)${extract.suffix} |
---|