Commits

Marius Schamschula authored 849c6107611
runit: update to version 2.1.2

use modern checksums Closes: https://trac.macports.org/ticket/54117
No tags

sysutils/runit/Portfile

Modified
1 1 PortSystem 1.0
2 2
3 3 name runit
4 -version 2.0.0
4 +version 2.1.2
5 5 categories sysutils
6 6 platforms darwin
7 7 maintainers nomaintainer
8 8 description collection of tools for managing UNIX services
9 9 long_description runit is a cross-platform Unix init scheme with service supervision, \
10 10 fashioned after daemontools. It includes tools for starting, \
11 11 restarting, stopping, monitoring and logging any services \
12 12 that you might wish to run.
13 13
14 14 homepage http://smarden.org/runit/
15 15 master_sites http://smarden.org/runit/
16 -checksums ${distname}.tar.gz md5 63c53d313736f444a53a7451bfa76991
16 +
17 +checksums rmd160 cc9535d17e42707a2fb6e9d0a19f19596788ed77 \
18 + sha256 6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18
19 +
17 20 worksrcdir admin/${worksrcdir}
18 21 use_configure no
19 22
20 23 build.cmd package/compile
21 24 build.target
22 25
23 26 pre-build {
24 27 system "cd ${worksrcpath} && echo 'cc -Xlinker -x' >src/conf-ld"
25 28 reinplace "s| -static||g" ${worksrcpath}/src/Makefile
26 29 # Force use of select() rather than broken poll()

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut