Commits

Ryan Schmidt authored c30d36f82c7
fakeroot: Update to 1.24
No tags

sysutils/fakeroot/Portfile

Modified
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
5 5 name fakeroot
6 -version 1.23
6 +version 1.24
7 7 revision 0
8 -checksums rmd160 361b5a262ea2b63f34a046adec6152f1e94e36fb \
9 - sha256 009cd6696a931562cf1c212bb57ca441a4a2d45cd32c3190a35c7ae98506f4f6 \
10 - size 298080
8 +checksums rmd160 4a1098a2bfa2ed6eccaf61879b6c0f035354ca82 \
9 + sha256 2e045b3160370b8ab4d44d1f8d267e5d1d555f1bb522d650e7167b09477266ed \
10 + size 522497
11 11
12 12 categories sysutils
13 13 platforms darwin
14 14 license GPL-3+
15 15 maintainers {ryandesign @ryandesign} openmaintainer
16 16
17 17 description Tool for simulating superuser privileges
18 18 long_description fakeroot runs a command in an environment where it \
19 19 appears to have root privileges for file manipulation. \
20 20 It does this by means \
21 21 of LD_PRELOAD and SYSV IPC (or TCP) trickery.
22 22
23 23 homepage https://wiki.debian.org/FakeRoot/
24 24
25 25 master_sites debian:f/${name}
26 -use_xz yes
27 26 distname ${name}_${version}.orig
28 27 worksrcdir ${name}-${version}
29 28
30 29 patchfiles patch-libfakeroot.c.diff \
31 30 patch-message.h.diff \
32 31 patch-wrapfunc.inp.diff
33 32
34 33 # Build settings adapted from instructions at
35 34 # https://github.com/mackyle/fakeroot/blob/787d757/README_MACOSX.txt
36 35

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

Add shortcut