summaryrefslogtreecommitdiff
path: root/net/freeradius2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/freeradius2/Makefile')
-rw-r--r--net/freeradius2/Makefile76
1 files changed, 38 insertions, 38 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile
index 83e06ed6587..98bb33f688f 100644
--- a/net/freeradius2/Makefile
+++ b/net/freeradius2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2020/01/25 10:45:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.56 2020/01/26 17:31:49 rillig Exp $
DISTNAME= freeradius-server-2.2.10
PKGNAME= ${DISTNAME:S/-server//}
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://freeradius.org/
+HOMEPAGE= https://freeradius.org/
COMMENT= Free RADIUS server implementation
LICENSE= gnu-gpl-v2
@@ -78,42 +78,42 @@ SUBST_MESSAGE.config= Fixing configuration files.
.include "options.mk"
EGFILES= acct_users attrs attrs.access_reject attrs.accounting_response \
- attrs.pre-proxy certs/README certs/Makefile certs/bootstrap \
- certs/ca.cnf certs/client.cnf certs/server.cnf \
- certs/xpextensions clients.conf dictionary eap.conf experimental.conf \
- hints huntgroups ldap.attrmap modules/acct_unique modules/always \
- modules/attr_filter modules/attr_rewrite modules/chap modules/checkval \
- modules/counter modules/detail modules/detail.example.com \
- modules/detail.log modules/digest modules/echo modules/etc_group \
- modules/exec modules/expiration modules/expr modules/files \
- modules/inner-eap modules/ippool modules/krb5 modules/ldap \
- modules/linelog modules/logintime modules/mac2ip modules/mac2vlan \
- modules/mschap modules/otp modules/pam modules/pap modules/passwd \
- modules/perl modules/policy modules/preprocess modules/radutmp \
- modules/realm modules/smbpasswd modules/smsotp modules/sql_log \
- modules/sqlcounter_expire_on_login modules/sradutmp modules/unix \
- modules/wimax policy.conf policy.txt preproxy_users proxy.conf \
- radiusd.conf sites-available/README sites-available/buffered-sql \
- sites-available/control-socket \
- sites-available/copy-acct-to-home-server \
- sites-available/decoupled-accounting sites-available/default \
- sites-available/dhcp sites-available/dynamic-clients \
- sites-available/example sites-available/inner-tunnel \
- sites-available/originate-coa sites-available/proxy-inner-tunnel \
- sites-available/robust-proxy-accounting sites-available/status \
- sites-available/virtual.example.com sites-available/vmps sql.conf \
- sql/mssql/dialup.conf sql/mssql/schema.sql sql/mysql/admin.sql \
- sql/mysql/counter.conf sql/mysql/dialup.conf sql/mysql/ippool.conf \
- sql/mysql/ippool.sql sql/mysql/nas.sql sql/mysql/schema.sql \
- sql/mysql/wimax.conf sql/mysql/wimax.sql sql/oracle/dialup.conf \
- sql/oracle/ippool.conf sql/oracle/ippool.sql sql/oracle/msqlippool.txt \
- sql/oracle/nas.sql sql/oracle/schema.sql sql/postgresql/admin.sql \
- sql/postgresql/cisco_h323_db_schema.sql sql/postgresql/counter.conf \
- sql/postgresql/dialup.conf sql/postgresql/ippool.conf \
- sql/postgresql/ippool.sql sql/postgresql/nas.sql \
- sql/postgresql/schema.sql \
- sql/postgresql/update_radacct_group_trigger.sql \
- sql/postgresql/voip-postpaid.conf sqlippool.conf templates.conf users
+ attrs.pre-proxy certs/README certs/Makefile certs/bootstrap \
+ certs/ca.cnf certs/client.cnf certs/server.cnf \
+ certs/xpextensions clients.conf dictionary eap.conf experimental.conf \
+ hints huntgroups ldap.attrmap modules/acct_unique modules/always \
+ modules/attr_filter modules/attr_rewrite modules/chap modules/checkval \
+ modules/counter modules/detail modules/detail.example.com \
+ modules/detail.log modules/digest modules/echo modules/etc_group \
+ modules/exec modules/expiration modules/expr modules/files \
+ modules/inner-eap modules/ippool modules/krb5 modules/ldap \
+ modules/linelog modules/logintime modules/mac2ip modules/mac2vlan \
+ modules/mschap modules/otp modules/pam modules/pap modules/passwd \
+ modules/perl modules/policy modules/preprocess modules/radutmp \
+ modules/realm modules/smbpasswd modules/smsotp modules/sql_log \
+ modules/sqlcounter_expire_on_login modules/sradutmp modules/unix \
+ modules/wimax policy.conf policy.txt preproxy_users proxy.conf \
+ radiusd.conf sites-available/README sites-available/buffered-sql \
+ sites-available/control-socket \
+ sites-available/copy-acct-to-home-server \
+ sites-available/decoupled-accounting sites-available/default \
+ sites-available/dhcp sites-available/dynamic-clients \
+ sites-available/example sites-available/inner-tunnel \
+ sites-available/originate-coa sites-available/proxy-inner-tunnel \
+ sites-available/robust-proxy-accounting sites-available/status \
+ sites-available/virtual.example.com sites-available/vmps sql.conf \
+ sql/mssql/dialup.conf sql/mssql/schema.sql sql/mysql/admin.sql \
+ sql/mysql/counter.conf sql/mysql/dialup.conf sql/mysql/ippool.conf \
+ sql/mysql/ippool.sql sql/mysql/nas.sql sql/mysql/schema.sql \
+ sql/mysql/wimax.conf sql/mysql/wimax.sql sql/oracle/dialup.conf \
+ sql/oracle/ippool.conf sql/oracle/ippool.sql sql/oracle/msqlippool.txt \
+ sql/oracle/nas.sql sql/oracle/schema.sql sql/postgresql/admin.sql \
+ sql/postgresql/cisco_h323_db_schema.sql sql/postgresql/counter.conf \
+ sql/postgresql/dialup.conf sql/postgresql/ippool.conf \
+ sql/postgresql/ippool.sql sql/postgresql/nas.sql \
+ sql/postgresql/schema.sql \
+ sql/postgresql/update_radacct_group_trigger.sql \
+ sql/postgresql/voip-postpaid.conf sqlippool.conf templates.conf users
EGDIRS= certs modules sql sql/mssql sql/mysql sql/oracle \
sql/postgresql sites-available sites-enabled