ports/54471: update of net/radius

Andrew andrew at ugh.net.au
Mon Jul 14 13:00:35 UTC 2003


>Number:         54471
>Category:       ports
>Synopsis:       update of net/radius
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 14 06:00:33 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
UgH!
>Environment:
System: FreeBSD amy.local 5.1-CURRENT FreeBSD 5.1-CURRENT #6: Sat Jun 28 14:34:11 EST 2003 andrew at amy.local:/usr/obj/usr/src/sys/AMY i386


	
>Description:

Somehow when I sent my last patch to radiator I didn't send it all or at least
it didn't make it all into CVS. This manifests itself as install failures
when p5-Digest-MD5 is already installed and the port missing patches.

>How-To-Repeat:
	
>Fix:

Below is a patch to bring the verion in CVS up to my local version.

diff -ruN /usr/ports/net/radiator/Makefile radiator/Makefile
--- /usr/ports/net/radiator/Makefile	Thu Jun 26 01:38:58 2003
+++ radiator/Makefile	Mon Jul 14 22:49:58 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	Radiator
 PORTVERSION=	3.6
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	# fetch manually
 EXTRACT_SUFX=	.tgz
@@ -15,7 +16,7 @@
 MAINTAINER=	shanali at 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
@@ -37,8 +38,8 @@
 .endif
 
 pre-configure:
-.if exists(${DISTDIR}/patches-${PORTVERSION}.tar.gz)
-	${TAR} -xvzf ${DISTDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC}
+.if exists(${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz)
+	${TAR} -xvzf ${DISTDIR}/${DIST_SUBDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC}
 .endif
 
 .include <bsd.port.post.mk>

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



More information about the freebsd-ports-bugs mailing list