diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-28 00:17:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-28 00:17:34 +0000 |
commit | bad3a69afe15a1df880010b0a91f489e60db2e57 (patch) | |
tree | aa5062cd1249559729eaeea5c9bc797026f1394c /net/openradius/Makefile | |
parent | f3a0d1bb65756f7d8a4c6107804e3ccfb18819f6 (diff) | |
download | ports-bad3a69afe15a1df880010b0a91f489e60db2e57.tar.gz ports-bad3a69afe15a1df880010b0a91f489e60db2e57.zip |
- Update to 0.9.9
Still broken on 5.x
PR: ports/73215
Submitted by: Adam Jette <jettea46@yahoo.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=120361
Diffstat (limited to 'net/openradius/Makefile')
-rw-r--r-- | net/openradius/Makefile | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/net/openradius/Makefile b/net/openradius/Makefile index 4ed588a27f1f..ed2031b40234 100644 --- a/net/openradius/Makefile +++ b/net/openradius/Makefile @@ -5,22 +5,20 @@ # $FreeBSD$ # -PORTNAME= openradius -PORTVERSION= 0.9.7 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://www.xs4all.nl/~evbergen/openradius/download/ \ - http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/ +PORTNAME= openradius +PORTVERSION= 0.9.9 +CATEGORIES= net +MASTER_SITES= http://www.xs4all.nl/~evbergen/openradius/download/ \ + http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/ -MAINTAINER= jettea46@yahoo.com -COMMENT= A RADIUS server with some actual documentation +MAINTAINER= jettea46@yahoo.com +COMMENT= A RADIUS server with some actual documentation CONFLICTS= freeradius-0.* gnu-radius-1.* radiusd-cistron-1.* -CONFIGURE_ARGS= --prefix={$PREFIX} -CC ?= gcc -CXX ?= g++ -USE_GMAKE= yes +CC?= gcc +CXX?= g++ +USE_GMAKE= yes .include <bsd.port.pre.mk> |