diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 20:10:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 20:10:23 +0000 |
commit | e7818f04d2b962901751af6a98f081e0c53d3233 (patch) | |
tree | 4a39747b856a7a743308ccef3ace485aae8e6c2c /net/gnu-radius | |
parent | 276be30f198f546eb4e42d1d517b659c6bbc9645 (diff) |
Notes
Diffstat (limited to 'net/gnu-radius')
-rw-r--r-- | net/gnu-radius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 14bd5d636217..ef994b9b884c 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ PORTNAME= gnu-radius -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= radius -DISTNAME= radius-1.1 +DISTNAME= radius-${PORTVERSION} MAINTAINER= lance@merlin.net.ua COMMENT= GNU RADIUS server |