Commits
Kurt Hindenburg authored 18930c4b7d2
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup legacysupport 1.0 |
5 5 | |
6 6 | name moreutils |
7 7 | conflicts ts |
8 - | version 0.62 |
9 - | revision 1 |
8 + | version 0.63 |
9 + | revision 0 |
10 10 | categories sysutils |
11 11 | platforms darwin |
12 12 | maintainers {khindenburg @kurthindenburg} openmaintainer |
13 13 | license GPL-2+ |
14 14 | |
15 15 | description a collection of the unix tools that nobody thought \ |
16 16 | to write thirty years ago. |
17 17 | |
18 18 | long_description moreutils includes the following utilities: \ |
19 19 | \n- chronic: runs a command quietly unless it fails \ |
26 26 | \n- pee: tee standard input to pipes \ |
27 27 | \n- sponge: soak up standard input and write to a file \ |
28 28 | \n- ts: timestamp standard input \ |
29 29 | \n- vidir: edit a directory in your text editor \ |
30 30 | \n- vipe: insert a text editor into a pipe \ |
31 31 | \n- zrun: automatically uncompress arguments to command |
32 32 | |
33 33 | homepage http://joeyh.name/code/moreutils |
34 34 | master_sites freebsd |
35 35 | |
36 - | checksums rmd160 99d0d5c10def89b4769acc32d1e783be88296750 \ |
37 - | sha256 9ddf9d74983bbca869de96210c81b95ef747d817bce67505f9804a90b9ce83bd \ |
38 - | size 92303 |
36 + | checksums rmd160 056a6e43e2fb5f1d9474145853bf92a067f0e304 \ |
37 + | sha256 4fc86d56a8a276a0cec71cdabda5ccca50c7a44a2a1ccd888476741d1ce6831d \ |
38 + | size 92609 |
39 39 | |
40 40 | # set pbranch to desired perl version |
41 - | set pbranch 5.26 |
41 + | set pbranch 5.28 |
42 42 | |
43 43 | depends_run port:perl${pbranch} \ |
44 44 | port:p${pbranch}-ipc-run \ |
45 45 | port:p${pbranch}-timedate \ |
46 46 | port:p${pbranch}-time-duration |
47 47 | |
48 48 | patchfiles patch-Makefile.diff \ |
49 49 | patch-is_utf8-Makefile.diff |
50 50 | |
51 51 | post-patch { |