ports/contrib (3.5): [notify] libpaper: Everybody that has installed libpaper already should rebuild and force add the package to overwrite /usr/bin/run-parts. It was placed outside of $PKG by accident.
commit 05fc948f76f2eed29840afdd9aa6e6423284bc6d Author: Tim Biermann <tbier@posteo.de> Date: Mon Apr 13 22:13:09 2020 +0200 [notify] libpaper: Everybody that has installed libpaper already should rebuild and force add the package to overwrite /usr/bin/run-parts. It was placed outside of $PKG by accident. diff --git a/libpaper/.footprint b/libpaper/.footprint index 670664948..cfa71dee0 100644 --- a/libpaper/.footprint +++ b/libpaper/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root etc/libpaper.d/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/paperconf +-rw-r--r-- root/root usr/bin/run-parts drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/paper.h drwxr-xr-x root/root usr/lib/ diff --git a/libpaper/.signature b/libpaper/.signature index 0a81d55d2..623174620 100644 --- a/libpaper/.signature +++ b/libpaper/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31XBISsQXSCBgoKzErG+Xw3feRHngUnGIlgHJ/Nbdios8gkvv9bflS3+aW+DEW80dc7Dp/FQrjBOG8IvRv2wRgw= -SHA256 (Pkgfile) = 9a8b17e733a4dc4347c999f7b0263e1a90230ded70df7af0dd3f10a531b48d14 -SHA256 (.footprint) = 3b2c07df02c922d575966bfd85cf427586069e2d9d7b1fbd1651a7365ede4ded +RWSagIOpLGJF3ya521D+eIRMkvWjkLiLHjoNbYhwyqcmZF7ekzngag4UsA/uV99YVEM9apzAFN7A5zYPBIP7w630MB5gRzYeHA8= +SHA256 (Pkgfile) = 7c700ce9efb48b2eb381a02e3c722458095b8e60f7f40f0b2c06b99b246e0344 +SHA256 (.footprint) = 097f1345b54d25dc709ff550f47b41835803e07c3e3bbf59984107a9255f3740 SHA256 (libpaper_1.1.28.tar.gz) = c8bb946ec93d3c2c72bbb1d7257e90172a22a44a07a07fb6b802a5bb2c95fddc diff --git a/libpaper/Pkgfile b/libpaper/Pkgfile index ecf29cbd8..68cedb4e9 100644 --- a/libpaper/Pkgfile +++ b/libpaper/Pkgfile @@ -5,7 +5,7 @@ name=libpaper version=1.1.28 -release=1 +release=2 source=(http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.28.tar.gz) build() { @@ -17,7 +17,7 @@ build() { make make DESTDIR=$PKG install mkdir -vp $PKG/etc/libpaper.d - cat > /usr/bin/run-parts << "EOF" + cat > $PKG/usr/bin/run-parts << "EOF" #!/bin/sh # run-parts: Runs all the scripts found in a directory. # from Slackware, by Patrick J. Volkerding with ideas borrowed
participants (1)
-
crux@crux.nu