Date: Mon, 14 Jul 2003 12:57:44 GMT From: Andrew <andrew@ugh.net.au> To: FreeBSD-gnats-submit@FreeBSD.org Cc: shanali@yahoo.com Subject: ports/54471: update of net/radius Message-ID: <200307141257.h6ECvixU056942@amy.local> Resent-Message-ID: <200307141300.h6ED0Yt4019388@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307141257.h6ECvixU056942>