diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2000-09-26 07:00:49 +0000 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2000-09-26 07:00:49 +0000 |
commit | a7689acc7cdf01884b23f1f79ed2304fee1004ef (patch) | |
tree | 44017b1192c79c8da0f6d1e6977c773be7e842f1 | |
parent | 64c9d173d0db71b8af360f73e1e8842814d851ff (diff) | |
download | FreeBSD-ports-a7689acc7cdf01884b23f1f79ed2304fee1004ef.zip FreeBSD-ports-a7689acc7cdf01884b23f1f79ed2304fee1004ef.tar.gz |
Update MASTER_SITES to use local distfile; apparently Lucent reverted the
copy on their FTP server to an older version. In addition, apply some Y2K
fixes I've had in my local copy since the beginning of the year. Finally,
update my e-mail address in the MAINTAINER line.
-rw-r--r-- | net/radreport/Makefile | 13 | ||||
-rw-r--r-- | net/radreport/distinfo | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/radreport/Makefile b/net/radreport/Makefile index fb04b6c..548eec3 100644 --- a/net/radreport/Makefile +++ b/net/radreport/Makefile @@ -5,14 +5,15 @@ # $FreeBSD$ # -PORTNAME= radreport -PORTVERSION= 1.3 -CATEGORIES= net -MASTER_SITES= ftp://ftp.livingston.com/pub/le/contrib/radius/ -DISTNAME= radreport +PORTNAME= radreport +PORTVERSION= 1.3 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kbyanc +DISTNAME= radreport EXTRACT_SUFX= -MAINTAINER= kbyanc@posi.net +MAINTAINER= kbyanc@FreeBSD.org NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/net/radreport/distinfo b/net/radreport/distinfo index cf106a8..ed1e82f 100644 --- a/net/radreport/distinfo +++ b/net/radreport/distinfo @@ -1 +1 @@ -MD5 (radreport) = 59d8d8acdff085a09727a6a0d9426e33 +MD5 (radreport) = 80275d8164f1e56153b338076e216fe3 |