Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2002 15:24:13 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46546: fix net/p5-Net-Whois-RIPE
Message-ID:  <20021226142413.E281FAB7D@backup-mx.droso.dk>

next in thread | raw e-mail | index | archive | help

>Number:         46546
>Category:       ports
>Synopsis:       fix net/p5-Net-Whois-RIPE
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 26 06:30:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:
- remove Sourceforge from MASTER_SITE as it doesn't seem to carry the same file as CPAN
- fix dependencies
- add WWW
- a README was added to the distfile, so change distinfo
- take maintainership

PR 40956 seems to be obsoleted some time ago.

	
>How-To-Repeat:
	
>Fix:

	

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Whois-RIPE/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	10 Nov 2002 16:47:29 -0000	1.3
+++ Makefile	26 Dec 2002 14:23:45 -0000
@@ -9,12 +9,14 @@
 PORTNAME=	Net-Whois-RIPE
 PORTVERSION=	1.19
 CATEGORIES=	net perl5
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
-		${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	${PORTNAME:L} Net
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Net
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	erwin@lansing.dk
+
+BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Whois-RIPE/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	11 Sep 2002 03:38:44 -0000	1.1
+++ distinfo	26 Dec 2002 14:23:45 -0000
@@ -1 +1 @@
-MD5 (Net-Whois-RIPE-1.19.tar.gz) = 69020ae7f50b096df01fc6ea8a20456d
+MD5 (Net-Whois-RIPE-1.19.tar.gz) = 185b53aad205ed645a7bf5478954bd10
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Whois-RIPE/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	11 Sep 2002 03:38:44 -0000	1.1
+++ pkg-descr	26 Dec 2002 14:23:45 -0000
@@ -1,3 +1,5 @@
 This is an object-orienated perl module that provides methods to query,
 retrieve and update RIPE-157 formated objects, from whois servers that
 support this format.
+
+WWW: http://search.cpan.org/dist/Net-Whois-RIPE/
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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