Skip site navigation (1)Skip section navigation (2)
Date:      2 Nov 2000 07:42:51 -0000
From:      Peter Pentchev <roam@orbitel.bg>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22503: unbreak net/p5-Net-Whois, approved by MAINTAINER
Message-ID:  <20001102074251.1436.qmail@ringworld.oblivion.bg>

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

>Number:         22503
>Category:       ports
>Synopsis:       unbreak net/p5-Net-Whois, approved by MAINTAINER
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 01 23:50:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Peter Pentchev
>Release:        FreeBSD 4.2-BETA i386
>Organization:
Orbitel JSCo.
>Environment:

current ports tree

>Description:

The net/p5-Net-Whois port has an incorrect dependency check for
misc/p5-Locale-Codes - a directory component is omitted.

The port maintainger (dima@chg.ru) approved the attached patch
in private mail.

>How-To-Repeat:

# build and install p5-Net-Whois and its deps..
cd /usr/ports/net/p5-Net-Whois; make install

# try to reinstall, watch p5-Locale-Codes squeak 'already installed'
make deinstall reinstall

>Fix:

diff -urN ports/net/p5-Net-Whois/Makefile myports/net/p5-Net-Whois/Makefile
--- ports/net/p5-Net-Whois/Makefile	Fri Oct 27 10:05:47 2000
+++ myports/net/p5-Net-Whois/Makefile	Wed Nov  1 18:23:46 2000
@@ -14,7 +14,7 @@
 
 MAINTAINER=	dima@chg.ru
 
-RUN_DEPENDS=	${PREFIX}/lib/perl5/site_perl/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes
+RUN_DEPENDS=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes
 
 USE_PERL5=	YES
 

>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?20001102074251.1436.qmail>