pptp: 1.9.0 -> 1.10.0; corrected mandir

This commit is contained in:
Tim Biermann 2020-01-20 15:26:29 +00:00
parent 50fa515ef5
commit 399d582f8d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 13 additions and 15 deletions

View File

@ -2,10 +2,11 @@ drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/ppp/
-rw-r--r-- root/root etc/ppp/options.pptp
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/pptp.8.gz
-rw-r--r-- root/root usr/man/man8/pptpsetup.8.gz
drwxr-xr-x root/root usr/sbin/
-r-xr-xr-x root/root usr/sbin/pptp
-r-xr-xr-x root/root usr/sbin/pptpsetup
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/pptp.8.gz
-rw-r--r-- root/root usr/share/man/man8/pptpsetup.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zBCC3aAZn4PDLSU8LcJ2KSwoa9HQNKS0TmlQmGIW87WoDHt9kI7ZUIL2IOQDtqC7iFNXK+y0L5KZKdW0gnr3Ak=
SHA256 (Pkgfile) = d43e6a585f6ccee639ba631e03ce9689b981bf2f6a00f79198c3d82d5b39ee03
SHA256 (.footprint) = 1e28d10ac1a9d41e44fd357e8a5d0a230da86fcb1107944c72957c67f0c02cb2
SHA256 (pptp-1.9.0.tar.gz) = 0b1e8cbfc578d3f5ab12ee87c5c2c60419abfe9cc445690a8a19c320b11c9201
RWSagIOpLGJF3++a+FzD9Vy7L9ZmCaw4iDVW7FKtRef5G+Uw11nJsBt6ahVmMxsUri3AM/Xbo7U/WIUARLgm4bs4007NcG7j3wQ=
SHA256 (Pkgfile) = ffd6f567222faa2f9ba745de54f294c58abd0190c698987b4c4d33aee4488047
SHA256 (.footprint) = 12c8e43f8b192f5d7060a00787fc55767711aa0ecf9b3eb4cf4776df7b871dfd
SHA256 (pptp-1.10.0.tar.gz) = 82492db8e487ce73b182ee7f444251d20c44f5c26d6e96c553ec7093aefb5af4

View File

@ -1,19 +1,16 @@
# Description: client for the proprietary Microsoft Point-to-Point Tunneling Protocol
# URL: http://pptpclient.sf.net
# Maintainer: Thomas Penteker, tek at serverop dot de
#
# Depends on: ppp
name=pptp
version=1.9.0
version=1.10.0
release=1
source=(http://download.sourceforge.net/pptpclient/$name-$version.tar.gz)
build() {
cd ${name}-$version
sed -i -e 's|usr/share/man|/usr/man|1' Makefile
make && make DESTDIR=$PKG install
cd $name-$version
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
}