svn commit: r307776 - head/net/gwhois
Sylvio Cesar Teixeira
sylvio at FreeBSD.org
Mon Nov 26 12:03:14 UTC 2012
Author: sylvio
Date: Mon Nov 26 12:03:14 2012
New Revision: 307776
URL: http://svnweb.freebsd.org/changeset/ports/307776
Log:
- Add missing dependency
- Update to 20120626
PR: ports/171315
Submitted by: Ilya Bakulin <kibab at olymp.kibab.com>
Feature safe: yes
Modified:
head/net/gwhois/Makefile
head/net/gwhois/distinfo
Modified: head/net/gwhois/Makefile
==============================================================================
--- head/net/gwhois/Makefile Mon Nov 26 11:36:05 2012 (r307775)
+++ head/net/gwhois/Makefile Mon Nov 26 12:03:14 2012 (r307776)
@@ -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 at 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
Modified: head/net/gwhois/distinfo
==============================================================================
--- head/net/gwhois/distinfo Mon Nov 26 11:36:05 2012 (r307775)
+++ head/net/gwhois/distinfo Mon Nov 26 12:03:14 2012 (r307776)
@@ -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
More information about the svn-ports-all
mailing list