Permalink
Browse files
fakeroot: Update to 1.23 and become maintainer
- Loading branch information
Showing
with
8 additions
and
7 deletions.
-
+8
−7
sysutils/fakeroot/Portfile
|
|
@@ -3,11 +3,16 @@ |
|
|
PortSystem 1.0 |
|
|
|
|
|
name fakeroot |
|
|
version 1.22 |
|
|
version 1.23 |
|
|
revision 0 |
|
|
checksums rmd160 361b5a262ea2b63f34a046adec6152f1e94e36fb \ |
|
|
sha256 009cd6696a931562cf1c212bb57ca441a4a2d45cd32c3190a35c7ae98506f4f6 \ |
|
|
size 298080 |
|
|
|
|
|
categories sysutils |
|
|
platforms darwin |
|
|
license GPL-3+ |
|
|
maintainers nomaintainer |
|
|
maintainers {ryandesign @ryandesign} openmaintainer |
|
|
|
|
|
description Tool for simulating superuser privileges |
|
|
long_description fakeroot runs a command in an environment where it \ |
|
|
@@ -18,14 +23,10 @@ long_description fakeroot runs a command in an environment where it \ |
|
|
homepage https://wiki.debian.org/FakeRoot/ |
|
|
|
|
|
master_sites debian:f/${name} |
|
|
use_xz yes |
|
|
distname ${name}_${version}.orig |
|
|
worksrcdir ${name}-${version} |
|
|
|
|
|
use_bzip2 yes |
|
|
|
|
|
checksums rmd160 685a45a61dcb64e996610fef6e482a3f1aa28cd8 \ |
|
|
sha256 bd806a4a1e641203eb3d4571a10089e8a038c10ec7e492fa1e061b03ae3ec6fe |
|
|
|
|
|
patchfiles patch-libfakeroot.c.diff \ |
|
|
patch-message.h.diff \ |
|
|
patch-wrapfunc.inp.diff |
|
|
|