ports/opt (3.0): whois: update to 5.0.24
commit 07ef81ee5dad3fa08b29b84ac9ca7c8c03da06af Author: Juergen Daubert <jue@jue.li> Date: Fri Apr 19 17:16:21 2013 +0200 whois: update to 5.0.24 diff --git a/whois/.footprint b/whois/.footprint index 4c9968f..06ef3e2 100644 --- a/whois/.footprint +++ b/whois/.footprint @@ -6,3 +6,5 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/whois.1.gz +drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/whois.conf.5.gz diff --git a/whois/.md5sum b/whois/.md5sum index 8f96fed..f0cb605 100644 --- a/whois/.md5sum +++ b/whois/.md5sum @@ -1 +1 @@ -a3343ba6d52475a1b0d53c45a6c2c169 whois_5.0.23.tar.xz +34c45f9beaafa5ae58d7d8b366c7c262 whois_5.0.24.tar.xz diff --git a/whois/Pkgfile b/whois/Pkgfile index 07ce2fd..b77150d 100644 --- a/whois/Pkgfile +++ b/whois/Pkgfile @@ -4,7 +4,7 @@ # Packager: Olle Gustafsson, ogg at linux dot se name=whois -version=5.0.23 +version=5.0.24 release=1 source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.xz) @@ -12,7 +12,8 @@ build() { cd $name-$version sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile make CONFIG_FILE='/etc/whois.conf' whois - install -D -m 755 whois $PKG/usr/bin/whois - install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1 - install -D -m 644 whois.conf $PKG/etc/whois.conf + install -D -m 0755 whois $PKG/usr/bin/whois + install -D -m 0644 whois.1 $PKG/usr/man/man1/whois.1 + install -D -m 0644 whois.conf.5 $PKG/usr/man/man5/whois.conf.5 + install -D -m 0644 whois.conf $PKG/etc/whois.conf }
participants (1)
-
crux@crux.nu