diff options
author | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:26:29 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:43:15 +0000 |
commit | 399d582f8d3dbd31ebda16c11f8d8a90819baffc (patch) | |
tree | 23453fb061cb9431aee8243c7b3978f24d12e8e1 /pptp | |
parent | 50fa515ef5c5ba5833d3492e37042896c8f1dd06 (diff) | |
download | contrib-399d582f8d3dbd31ebda16c11f8d8a90819baffc.tar.gz contrib-399d582f8d3dbd31ebda16c11f8d8a90819baffc.tar.xz |
pptp: 1.9.0 -> 1.10.0; corrected mandir
Diffstat (limited to 'pptp')
-rw-r--r-- | pptp/.footprint | 9 | ||||
-rw-r--r-- | pptp/.signature | 8 | ||||
-rw-r--r-- | pptp/Pkgfile | 11 |
3 files changed, 13 insertions, 15 deletions
diff --git a/pptp/.footprint b/pptp/.footprint index 18c48d50e..46434c5c5 100644 --- a/pptp/.footprint +++ b/pptp/.footprint @@ -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 diff --git a/pptp/.signature b/pptp/.signature index 4fbbdb9e0..61be3c897 100644 --- a/pptp/.signature +++ b/pptp/.signature @@ -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 diff --git a/pptp/Pkgfile b/pptp/Pkgfile index c8f1eaeb5..c55f1bca8 100644 --- a/pptp/Pkgfile +++ b/pptp/Pkgfile @@ -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 } |