1
0
forked from ports/contrib

help2man: 1.41.1 -> 1.47.8

This commit is contained in:
Danny Rawlins 2019-02-22 19:45:43 +11:00
parent b058144e0c
commit 3705888ae8
3 changed files with 12 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}