diff options
author | pav <pav@FreeBSD.org> | 2003-12-16 04:10:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-16 04:10:23 +0800 |
commit | 94fdd960e7e3e9e106819cb98cc270950b2095a2 (patch) | |
tree | 433e84dd1d132b3a68a0a5199bfc7fbba437b788 /net | |
parent | f5a8d33934695f65ed6bf94a0f76aa1e422299de (diff) | |
download | freebsd-ports-gnome-94fdd960e7e3e9e106819cb98cc270950b2095a2.tar.gz freebsd-ports-gnome-94fdd960e7e3e9e106819cb98cc270950b2095a2.tar.zst freebsd-ports-gnome-94fdd960e7e3e9e106819cb98cc270950b2095a2.zip |
- This really is a 1.1, so update PORTVERSION too
PR: ports/60275
Submitted by: Scott Lambert <scott@lambertfam.org>
Missed by: krion (4 months ago)
Diffstat (limited to 'net')
-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 |