From lth@dask.thegler.dk  Mon Aug 18 08:03:04 2003
Return-Path: <lth@dask.thegler.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F2BC37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Aug 2003 08:03:04 -0700 (PDT)
Received: from dask.thegler.dk (dask.thegler.dk [212.242.93.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1248C43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Aug 2003 08:03:04 -0700 (PDT)
	(envelope-from lth@dask.thegler.dk)
Received: by dask.thegler.dk (Postfix, from userid 1001)
	id 63ED03E04; Mon, 18 Aug 2003 17:03:02 +0200 (CEST)
Message-Id: <20030818150302.63ED03E04@dask.thegler.dk>
Date: Mon, 18 Aug 2003 17:03:02 +0200 (CEST)
From: Lars Thegler <lars@thegler.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] security/p5-Authen-Radius: update to 0.09_1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55698
>Category:       ports
>Synopsis:       [PATCH] security/p5-Authen-Radius: update to 0.09_1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 18 08:10:17 PDT 2003
>Closed-Date:    Mon Aug 18 22:50:41 PDT 2003
>Last-Modified:  Mon Aug 18 22:50:41 PDT 2003
>Originator:     Lars Thegler
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.8-STABLE FreeBSD 4.8-STABLE #9: Tue Jul 29 01:39:22 CEST 2003
>Description:
- devel/p5-IO is already included in perl 5.6.x and later.
- Update to 0.09_1

Generated with FreeBSD Port Tools 0.25
>How-To-Repeat:
>Fix:

--- p5-Authen-Radius-0.09_1.patch begins here ---
? p5-Authen-Radius-0.09.tgz
? p5-Authen-Radius-0.09_1.tgz
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-Authen-Radius/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	18 Aug 2003 13:29:52 -0000	1.20
+++ Makefile	18 Aug 2003 15:00:14 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Authen-Radius
 PORTVERSION=	0.09
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Authen
@@ -17,11 +18,17 @@
 COMMENT=	A perl5 module to provide simple Radius client facilities
 
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
-		${SITE_PERL}/Data/HexDump.pm:${PORTSDIR}/devel/p5-Data-HexDump \
-		${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO
+		${SITE_PERL}/Data/HexDump.pm:${PORTSDIR}/devel/p5-Data-HexDump
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 MAN3=		Authen::Radius.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Authen-Radius-0.09_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: daichi 
State-Changed-When: Mon Aug 18 22:50:31 PDT 2003 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55698 
>Unformatted:
