summaryrefslogtreecommitdiff
path: root/whois/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <juergen.daubert@t-online.de>2006-09-17 14:35:42 +0000
committerJuergen Daubert <juergen.daubert@t-online.de>2006-09-17 14:35:42 +0000
commit08a31e6d922287a9b31296416f0551c3cacd41e3 (patch)
treeb5ea168e859870845db5972b9dc94469dbdd7cdc /whois/Pkgfile
parent66eeafa1fb998a72a4b2920e6785cc45e87c08b1 (diff)
downloadopt-08a31e6d922287a9b31296416f0551c3cacd41e3.tar.gz
opt-08a31e6d922287a9b31296416f0551c3cacd41e3.tar.xz
whois: update to 4.7.16
Diffstat (limited to 'whois/Pkgfile')
-rw-r--r--whois/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/whois/Pkgfile b/whois/Pkgfile
index a1c81d820..77b3dd614 100644
--- a/whois/Pkgfile
+++ b/whois/Pkgfile
@@ -5,13 +5,13 @@
# Depends on:
name=whois
-version=4.7.15
+version=4.7.16
release=1
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz)
build() {
cd $name-$version
- sed -i '696d' whois.c
+ sed -i '/hints.ai_flags/s/AI_IDN/0/' whois.c
make
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
install -m 755 whois $PKG/usr/bin/whois

Generated by cgit