ports/55621: [PATCH] security/p5-Authen-Radius: update to 0.09

Lars Thegler lars at thegler.dk
Sat Aug 16 16:01:20 UTC 2003


>Number:         55621
>Category:       ports
>Synopsis:       [PATCH] security/p5-Authen-Radius: update to 0.09
>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:   Sat Aug 16 09:00:36 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:
- Update to 0.09
- Use SITE_PERL in Makefile and pkg-plist

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

--- p5-Authen-Radius-0.09.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-Authen-Radius/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	1 Apr 2003 10:28:29 -0000	1.19
+++ Makefile	16 Aug 2003 14:47:32 -0000
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	Authen-Radius
-PORTVERSION=	0.08
+PORTVERSION=	0.09
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Authen
-DISTNAME=	RadiusPerl-${PORTVERSION}
 PKGNAMEPREFIX=	p5-
+DISTNAME=	RadiusPerl-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A perl5 module to provide simple Radius client facilities
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/HexDump.pm:${PORTSDIR}/devel/p5-Data-HexDump
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+		${SITE_PERL}/Data/HexDump.pm:${PORTSDIR}/devel/p5-Data-HexDump
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/p5-Authen-Radius/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	1 Apr 2003 10:28:29 -0000	1.2
+++ distinfo	16 Aug 2003 14:47:32 -0000
@@ -1 +1 @@
-MD5 (RadiusPerl-0.08.tar.gz) = 062cc2ed8d216ff219833a1670c87d3f
+MD5 (RadiusPerl-0.09.tar.gz) = 1a43bd93d248e54dd259b0ca560f07f1
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/p5-Authen-Radius/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	31 Oct 2000 07:22:29 -0000	1.5
+++ pkg-plist	16 Aug 2003 14:47:32 -0000
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/Authen/Radius.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Radius/.packlist
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Radius
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true
+%%SITE_PERL%%/Authen/Radius.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Radius/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Radius
+ at unexec rmdir %D/%%SITE_PERL%%/Authen 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true
--- p5-Authen-Radius-0.09.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list