ports/contrib (3.4): help2man: 1.41.1 -> 1.47.8
commit 3705888ae8134e9591fb35fb30100a28d82c2634 Author: Danny Rawlins <monster.romster@gmail.com> Date: Fri Feb 22 19:45:43 2019 +1100 help2man: 1.41.1 -> 1.47.8 diff --git a/help2man/.footprint b/help2man/.footprint index d10c93b5..cf6c4457 100644 --- a/help2man/.footprint +++ b/help2man/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/help2man -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/help2man.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/help2man.1.gz diff --git a/help2man/.signature b/help2man/.signature index 0b6e2c88..d5e89306 100644 --- a/help2man/.signature +++ b/help2man/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34ii/zFuzP11kpFkvM/iVojSw9U5s1YgSUUvJhwx3JSWpZu+6I1Ud34kULW0sGDpW2r97F+L9f2S/lKP96HkGAo= -SHA256 (Pkgfile) = 8dfe6a47c3957f53f73dcfd0a21fc7bd342de0b573ec0144aebb36e9c52df477 -SHA256 (.footprint) = 92b4249ab6e153a773a1510ba5286efe8753e9a036956a5e51dc1d4e99752f05 -SHA256 (help2man-1.41.1.tar.gz) = 3a650ada9453700e34355770d4f74f257fb1dda1a0f24f44b8a3c1d4cb1ee40d +RWSagIOpLGJF328Zs5/j2Sh5s6wYkEcGnozR3buu+yJ6HhO1AcEoDwbuLypR2peDGCtrKBY4aPHHpvpLfn6OwZBhFJ5Xzo5PZAg= +SHA256 (Pkgfile) = b7356caa8d968c968561885b44f99c2067c2c09041dfb5c449ffde88021faecf +SHA256 (.footprint) = 585d03bdc485a21542c98d881b65944631b7a8c157de8bc0b6d05bac960eec4d +SHA256 (help2man-1.47.8.tar.xz) = 528f6a81ad34cbc76aa7dce5a82f8b3d2078ef065271ab81fda033842018a8dc diff --git a/help2man/Pkgfile b/help2man/Pkgfile index b835c976..3b027eab 100644 --- a/help2man/Pkgfile +++ b/help2man/Pkgfile @@ -1,19 +1,18 @@ # Description: A tool for automatically generating simple manual pages from program output. -# URL: http://www.gnu.org/software/help2man/ +# URL: https://www.gnu.org/software/help2man/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Younes Hafri, ycrux at club-internet dot fr name=help2man -version=1.41.1 +version=1.47.8 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) +source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ - --mandir=/usr/man \ + --mandir=/usr/share/man \ --disable-nls make @@ -22,7 +21,6 @@ build() { rm -rf $PKG/usr/share/info rmdir \ - $PKG/usr/share \ $PKG/usr/lib/help2man \ $PKG/usr/lib }
participants (1)
-
crux@crux.nu