Bug 52744

Summary: [update] net/radiator 3.5 -> 3.6
Product: Ports & Packages Reporter: Andrew Stevenson <andrew>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: shanali
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andrew Stevenson 2003-05-28 04:50:14 UTC
Update net/radiator from 3.5 to 3.6. While I'm here make the distfiles like
in a sub directory as one of the files has a generic name of patches-??.tar.gz
Also the .packlist stuff now seems to live in PERL_ARCH rather than mach.
Comment 1 Andrew Stevenson 2003-05-28 04:54:38 UTC
Oops...missed another mach -> PERL_ARCH change. Please find updated patch
below.

Sorry,

Andrew

diff -ruN /usr/ports/net/radiator/Makefile radiator/Makefile
--- /usr/ports/net/radiator/Makefile	Wed Apr 16 09:39:16 2003
+++ radiator/Makefile	Wed May 28 14:59:41 2003
@@ -6,15 +6,16 @@
 #

 PORTNAME=	Radiator
-PORTVERSION=	3.5
+PORTVERSION=	3.6
 CATEGORIES=	net
 MASTER_SITES=	# fetch manually
 EXTRACT_SUFX=	.tgz
+DIST_SUBDIR=	${PORTNAME}

 MAINTAINER=	shanali@yahoo.com
 COMMENT=	Radiator Radius Server by Open System Consultants

-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mach/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
 RUN_DEPENDS=	${BUILD_DEPENDS}

 USE_PERL5=	yes
@@ -31,13 +32,14 @@
 	${TAR} -xvzf ${DISTDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC}
 .endif

-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
 IGNORE=		will not be automatically fetched due to licensing\
 		restrictions.  You MUST manually fetch the UNIX version after\
 		purchasing the license at: http://www.open.com.au/ \
 		- once ${DISTFILES} has been downloaded, move it to\
-		${DISTDIR} and then restart this build. (optionally download\
-		patches-${PORTVERSION}.tar.gz to the same directory as well)
+		${DISTDIR}/${DIST_SUBDIR} and then restart this build. \
+		(optionally download patches-${PORTVERSION}.tar.gz to the \
+		same directory as well)
 .endif

 .include <bsd.port.post.mk>
diff -ruN /usr/ports/net/radiator/distinfo radiator/distinfo
--- /usr/ports/net/radiator/distinfo	Wed Apr 16 09:39:16 2003
+++ radiator/distinfo	Wed May 28 14:10:45 2003
@@ -1 +1 @@
-MD5 (Radiator-3.5.tgz) = 31f2dc12571394ae97a016c1857d0212
+MD5 (Radiator/Radiator-3.6.tgz) = ff7a6553e4d0cd108d8bf73a47472ccc
diff -ruN /usr/ports/net/radiator/pkg-plist radiator/pkg-plist
--- /usr/ports/net/radiator/pkg-plist	Wed Apr 16 09:39:16 2003
+++ radiator/pkg-plist	Wed May 28 14:48:36 2003
@@ -127,8 +127,9 @@
 lib/perl5/site_perl/%%PERL_VER%%/Radius/TLS.pm
 lib/perl5/site_perl/%%PERL_VER%%/Radius/User.pm
 lib/perl5/site_perl/%%PERL_VER%%/Radius/Util.pm
+lib/perl5/site_perl/%%PERL_VER%%/Radius/Win32Service.pm
 lib/perl5/site_perl/%%PERL_VER%%/radhostname.pl
-lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Radius/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Radius/.packlist
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/Radius/Nas
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/Radius
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Radius
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Radius
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-06-24 16:33:30 UTC
State Changed
From-To: open->closed

Committed, thanks