Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2003 17:03:02 +0200 (CEST)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55698: [PATCH] security/p5-Authen-Radius: update to 0.09_1
Message-ID:  <20030818150302.63ED03E04@dask.thegler.dk>
Resent-Message-ID: <200308181510.h7IFAIL3047317@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 18 08:10:17 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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