diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-29 20:42:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-29 20:42:04 +0000 |
commit | 9c73191417f787535e2088b93e6ef3c3878167a6 (patch) | |
tree | 0f69335aaf678ccccf76a3b5f14b31a4cf72c879 /net/freeradius2 | |
parent | 0d8a30e5985de5bdea4d7ad7b9156d5c97f9793e (diff) | |
download | ports-9c73191417f787535e2088b93e6ef3c3878167a6.tar.gz ports-9c73191417f787535e2088b93e6ef3c3878167a6.zip |
Notes
Diffstat (limited to 'net/freeradius2')
-rw-r--r-- | net/freeradius2/Makefile | 9 | ||||
-rw-r--r-- | net/freeradius2/distinfo | 5 | ||||
-rw-r--r-- | net/freeradius2/pkg-plist | 3 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 3d61882d60a3..603e28846f07 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= freeradius -PORTVERSION= 1.1.1 -PORTREVISION= 0 +PORTVERSION= 1.1.2 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \ http://freeradius.portal-to-web.de/ @@ -144,16 +143,16 @@ DICTS= dictionary.3com dictionary.3gpp dictionary.3gpp2 dictionary.acc \ dictionary.cablelabs dictionary.cabletron dictionary.cisco \ dictionary.cisco.bbsm dictionary.cisco.vpn3000 dictionary.cisco.vpn5000 \ dictionary.colubris dictionary.columbia_university dictionary.compat \ - dictionary.cosine dictionary.digest dictionary.epygi \ + dictionary.cosine dictionary.digest dictionary.digium dictionary.epygi \ dictionary.ericsson dictionary.erx dictionary.extreme \ dictionary.fortinet dictionary.foundry dictionary.freeradius \ dictionary.freeradius.internal dictionary.gandalf dictionary.garderos \ - dictionary.gemtek dictionary.ipunplugged dictionary.issanni \ + dictionary.gemtek dictionary.hp dictionary.ipunplugged dictionary.issanni \ dictionary.itk dictionary.juniper dictionary.karlnet \ dictionary.livingston dictionary.localweb dictionary.lucent \ dictionary.merit dictionary.microsoft dictionary.mikrotik \ dictionary.motorola dictionary.navini dictionary.netscreen \ - dictionary.nokia dictionary.nomadix dictionary.ntua \ + dictionary.nokia dictionary.nomadix dictionary.nortel dictionary.ntua \ dictionary.packeteer dictionary.propel dictionary.quintum \ dictionary.redback dictionary.redcreek dictionary.rfc2865 \ dictionary.rfc2866 dictionary.rfc2867 dictionary.rfc2868 \ diff --git a/net/freeradius2/distinfo b/net/freeradius2/distinfo index 0b82c3cfe6d4..543c8392f1fa 100644 --- a/net/freeradius2/distinfo +++ b/net/freeradius2/distinfo @@ -1,2 +1,3 @@ -MD5 (freeradius-1.1.1.tar.gz) = b38b24f6352090fdb571b9e8da52e12e -SIZE (freeradius-1.1.1.tar.gz) = 2358196 +SHA256 (freeradius-1.1.2.tar.gz) = 5bc1b7fcb2d37fcce402e7baf9e8508b6fb62b94afead3b6da4718cd9a5762bf +MD5 (freeradius-1.1.2.tar.gz) = 6649ac5f9666b4a8cd55a837068ca61e +SIZE (freeradius-1.1.2.tar.gz) = 2389227 diff --git a/net/freeradius2/pkg-plist b/net/freeradius2/pkg-plist index ff82b866ad26..f11baaaead24 100644 --- a/net/freeradius2/pkg-plist +++ b/net/freeradius2/pkg-plist @@ -55,6 +55,7 @@ etc/raddb/radiusd.conf.sample etc/raddb/realms.sample etc/raddb/snmp.conf.sample etc/raddb/sql.conf.sample +etc/raddb/sqlippool.conf.sample etc/raddb/users.sample lib/libeap-%%PORTVERSION%%.la lib/libeap-%%PORTVERSION%%.so @@ -423,6 +424,7 @@ sbin/rc.radiusd %%DATADIR%%/dictionary.compat %%DATADIR%%/dictionary.cosine %%DATADIR%%/dictionary.digest +%%DATADIR%%/dictionary.digium %%DATADIR%%/dictionary.epygi %%DATADIR%%/dictionary.ericsson %%DATADIR%%/dictionary.erx @@ -496,4 +498,3 @@ sbin/rc.radiusd @exec mkdir -p /var/run/radiusd @unexec rm -fr /var/run/radiusd @unexec rmdir %D/etc/raddb 2> /dev/null || echo "You should remove %D/etc/raddb if you don't need it anymore." - |