diff options
author | arved <arved@FreeBSD.org> | 2003-06-24 23:33:19 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-24 23:33:19 +0800 |
commit | d2144eef42c1a13850a0656e8748d2a2f615aad2 (patch) | |
tree | 32011db483e5c54f62be4750f8319e991a2bd664 | |
parent | e57fc6104020798bddbfb85cef7d2bdfe9b93c68 (diff) | |
download | freebsd-ports-gnome-d2144eef42c1a13850a0656e8748d2a2f615aad2.tar.gz freebsd-ports-gnome-d2144eef42c1a13850a0656e8748d2a2f615aad2.tar.zst freebsd-ports-gnome-d2144eef42c1a13850a0656e8748d2a2f615aad2.zip |
Update to 3.6
PR: 52744
Submitted by: Andrew <andrew@ugh.net.au>
-rw-r--r-- | net/radiator/Makefile | 21 | ||||
-rw-r--r-- | net/radiator/distinfo | 2 | ||||
-rw-r--r-- | net/radiator/pkg-plist | 5 |
3 files changed, 15 insertions, 13 deletions
diff --git a/net/radiator/Makefile b/net/radiator/Makefile index c6f491b41b8a..276dbb592130 100644 --- a/net/radiator/Makefile +++ b/net/radiator/Makefile @@ -6,10 +6,11 @@ # 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 @@ -25,19 +26,19 @@ NO_CDROM= ${NO_PACKAGE} RESTRICTED= ${NO_PACKAGE} .include <bsd.port.pre.mk> - -pre-configure: -.if exists(${DISTDIR}/patches-${PORTVERSION}.tar.gz) - ${TAR} -xvzf ${DISTDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC} -.endif - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) 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 + +pre-configure: +.if exists(${DISTDIR}/patches-${PORTVERSION}.tar.gz) + ${TAR} -xvzf ${DISTDIR}/patches-${PORTVERSION}.tar.gz -C ${WRKSRC} .endif .include <bsd.port.post.mk> diff --git a/net/radiator/distinfo b/net/radiator/distinfo index 85725588eb91..0f9c213afc15 100644 --- a/net/radiator/distinfo +++ b/net/radiator/distinfo @@ -1 +1 @@ -MD5 (Radiator-3.5.tgz) = 31f2dc12571394ae97a016c1857d0212 +MD5 (Radiator/Radiator-3.6.tgz) = ff7a6553e4d0cd108d8bf73a47472ccc diff --git a/net/radiator/pkg-plist b/net/radiator/pkg-plist index 44200936139e..7c333e63203c 100644 --- a/net/radiator/pkg-plist +++ b/net/radiator/pkg-plist @@ -127,8 +127,9 @@ lib/perl5/site_perl/%%PERL_VER%%/Radius/StatsLogSQL.pm 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 |