ports/opt (3.2): stunnel: remove tcp_wrappers from dependencies, move man-pages
commit caa62402acc3c00d19d4ac10a375c0e9fe0a9234 Author: Juergen Daubert <jue@jue.li> Date: Thu Dec 3 13:51:05 2015 +0100 stunnel: remove tcp_wrappers from dependencies, move man-pages diff --git a/stunnel/.footprint b/stunnel/.footprint index 7386e64..8021bf3 100644 --- a/stunnel/.footprint +++ b/stunnel/.footprint @@ -8,11 +8,12 @@ drwxr-xr-x root/root etc/ssl/keys/ -rw------- root/root etc/ssl/keys/stunnel.key (EMPTY) -rw-r--r-- root/root etc/stunnel.conf 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/stunnel.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/stunnel +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/stunnel.8.gz drwxr-xr-x root/root var/ drwxr-xr-x root/root var/run/ drwxrwx--- stunnel/stunnel var/run/stunnel/ diff --git a/stunnel/Pkgfile b/stunnel/Pkgfile index d83b949..60a3176 100644 --- a/stunnel/Pkgfile +++ b/stunnel/Pkgfile @@ -1,11 +1,11 @@ # Description: Stunnel wraps normal socket connections with SSL/TLS # URL: http://www.stunnel.org # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: openssl tcp_wrappers zlib +# Depends on: openssl zlib name=stunnel version=5.25 -release=1 +release=2 source=(https://www.stunnel.org/downloads/$name-$version.tar.gz \ $name.conf $name) @@ -21,7 +21,7 @@ build () { make install -D -m 0755 src/stunnel $PKG/usr/sbin/stunnel - install -D -m 0644 doc/stunnel.8 $PKG/usr/man/man8/stunnel.8 + install -D -m 0644 doc/stunnel.8 $PKG/usr/share/man/man8/stunnel.8 install -D -m 0755 $SRC/stunnel $PKG/etc/rc.d/stunnel install -D -m 0644 $SRC/stunnel.conf $PKG/etc/stunnel.conf
participants (1)
-
crux@crux.nu