ports/opt (3.4): libpth: move man pages
commit c503861fee6d968d30fb44b95c7ec34a15b2db4c Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Feb 21 20:50:55 2018 +1100 libpth: move man pages diff --git a/libpth/.footprint b/libpth/.footprint index 26cf6ff2e..796aee508 100644 --- a/libpth/.footprint +++ b/libpth/.footprint @@ -9,11 +9,11 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libpth.so -> libpth.so.20.0.27 lrwxrwxrwx root/root usr/lib/libpth.so.20 -> libpth.so.20.0.27 -rwxr-xr-x root/root usr/lib/libpth.so.20.0.27 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/pth-config.1.gz -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/pth.3.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/pth.m4 +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/pth-config.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/pth.3.gz diff --git a/libpth/.signature b/libpth/.signature index 414e09b8c..43e288461 100644 --- a/libpth/.signature +++ b/libpth/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/aSYpI/nN3611JMzAkmnIB7B+q4G6zOuiu+WNunJ+/E2LWZUje+pMNuyZFDj4NudvIm6MWDMlb6hfsouxeRr3AA= -SHA256 (Pkgfile) = 6cd71ca21ba81257b38a87316e99bc8183539a92400d9e588e7dc761f8170f18 -SHA256 (.footprint) = 7097cd5c90daa9bf795dd5e68573fb9ea6fc034e33589031747a5592799f7128 +RWSE3ohX2g5d/Vpoc2mw5wUhh9sDVdK9aHwB6lY3u/0J0Ec87hOgYBo23YXt7GX64+39X3nwxL2cs9y7jHLOkSpRTs09VKwBpQM= +SHA256 (Pkgfile) = 00eebaa1a5a05a18b29b5f6af9bae9e8893b81294773da8fe0007f69e3f7f85f +SHA256 (.footprint) = ec503610251916a8845b9502120fcc68d94658b8a4da4d3bce0ef5906fc51600 SHA256 (pth-2.0.7.tar.gz) = 72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232 diff --git a/libpth/Pkgfile b/libpth/Pkgfile index 91bf1cc5d..d99007295 100644 --- a/libpth/Pkgfile +++ b/libpth/Pkgfile @@ -1,17 +1,16 @@ # Description: The GNU Portable Threads library # URL: http://www.gnu.org/software/pth/ # Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: Simon Glossner, viper at hometux dot de name=libpth version=2.0.7 release=1 -source=(ftp://ftp.gnu.org/gnu/pth/pth-$version.tar.gz) +source=(https://ftp.gnu.org/pub/gnu/pth/pth-$version.tar.gz) build() { cd pth-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/share/man make -j1 make -j1 DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu