Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2017 13:55:04 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438841 - head/net/p5-Net-Whois-IP
Message-ID:  <201704191355.v3JDt49Q014230@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Wed Apr 19 13:55:04 2017
New Revision: 438841
URL: https://svnweb.freebsd.org/changeset/ports/438841

Log:
  - Fix RUN_DEPENDS assignment [1]
  - Shorten COMMENT
  
  PR:           218266 [1]
  Submitted by: Andreas Hollmann <andreas.hollmann@gmail.com>

Modified:
  head/net/p5-Net-Whois-IP/Makefile
  head/net/p5-Net-Whois-IP/distinfo

Modified: head/net/p5-Net-Whois-IP/Makefile
==============================================================================
--- head/net/p5-Net-Whois-IP/Makefile	Wed Apr 19 13:36:23 2017	(r438840)
+++ head/net/p5-Net-Whois-IP/Makefile	Wed Apr 19 13:55:04 2017	(r438841)
@@ -3,15 +3,16 @@
 
 PORTNAME=	Net-Whois-IP
 PORTVERSION=	1.19
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	culot@FreeBSD.org
-COMMENT=	Perl extension for looking up the whois information for IP addresses
+COMMENT=	Retrieve whois information given an IP address
 
 BUILD_DEPENDS=	p5-Regexp-IPv6>=0.02:textproc/p5-Regexp-IPv6
-RUN_DEPENDS+=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Regexp-IPv6>=0.02:textproc/p5-Regexp-IPv6
 
 NO_ARCH=	yes
 USES=		perl5

Modified: head/net/p5-Net-Whois-IP/distinfo
==============================================================================
--- head/net/p5-Net-Whois-IP/distinfo	Wed Apr 19 13:36:23 2017	(r438840)
+++ head/net/p5-Net-Whois-IP/distinfo	Wed Apr 19 13:55:04 2017	(r438841)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1492609387
 SHA256 (Net-Whois-IP-1.19.tar.gz) = f09bdfa0f1d2665b534826b5f3a8662349930eed2998efe4d8dbf98813147222
 SIZE (Net-Whois-IP-1.19.tar.gz) = 25192



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704191355.v3JDt49Q014230>