diff options
author | sylvio <sylvio@FreeBSD.org> | 2012-11-26 20:03:14 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2012-11-26 20:03:14 +0800 |
commit | fce1020f5e7b803304cb72bdb9a7a6ad3d9a3ad9 (patch) | |
tree | fb5f972a5f812f231c335b6913265ee6ed5866ed | |
parent | 44b9c8960cdd1a8bf64541285a83fc392abe1f0d (diff) | |
download | freebsd-ports-gnome-fce1020f5e7b803304cb72bdb9a7a6ad3d9a3ad9.tar.gz freebsd-ports-gnome-fce1020f5e7b803304cb72bdb9a7a6ad3d9a3ad9.tar.zst freebsd-ports-gnome-fce1020f5e7b803304cb72bdb9a7a6ad3d9a3ad9.zip |
- Add missing dependency
- Update to 20120626
PR: ports/171315
Submitted by: Ilya Bakulin <kibab@olymp.kibab.com>
Feature safe: yes
-rw-r--r-- | net/gwhois/Makefile | 3 | ||||
-rw-r--r-- | net/gwhois/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/gwhois/Makefile b/net/gwhois/Makefile index 6476a61c853c..151e5cffc64c 100644 --- a/net/gwhois/Makefile +++ b/net/gwhois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gwhois -PORTVERSION= 20100728 +PORTVERSION= 20120626 CATEGORIES= net MASTER_SITES= http://gwhois.de/gwhois/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,6 +15,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Flexible whois client and proxy RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ + p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN \ lynx:${PORTSDIR}/www/lynx \ curl:${PORTSDIR}/ftp/curl diff --git a/net/gwhois/distinfo b/net/gwhois/distinfo index 07cec95ae06e..e30d24df8e71 100644 --- a/net/gwhois/distinfo +++ b/net/gwhois/distinfo @@ -1,2 +1,2 @@ -SHA256 (gwhois_20100728.tar.gz) = e21beb5dac392c76d83e64a1b45c1bcdc638dbbb37a635e01a7fe6666d9015d9 -SIZE (gwhois_20100728.tar.gz) = 38767 +SHA256 (gwhois_20120626.tar.gz) = 8d72f3228ff3f4334d8d9455434fdf38284c3f6db70de815a387f19b28bcefd6 +SIZE (gwhois_20120626.tar.gz) = 41698 |