Skip to content

Commit

Permalink
net/freeradius3: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Oct 21, 2016
1 parent 2c9b177 commit ac5b59f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 5 additions & 3 deletions net/freeradius3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= freeradius
DISTVERSION= 3.0.11
DISTVERSION= 3.0.12
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
Expand All @@ -28,10 +28,9 @@ CONFLICTS_INSTALL= gnu-radius-[0-9].* openradius-[0-9].* radiusd-cistron-[0-9].*

USE_RC_SUBR= radiusd

USES= gmake shebangfix tar:bzip2
USES= gmake shebangfix ssl tar:bzip2
SHEBANG_FILES= src/modules/rlm_counter/rad_counter scripts/sql/radsqlrelay
GNU_CONFIGURE= yes
USE_OPENSSL= yes
# Prevent /root/.rnd leftover
MAKE_ARGS+= HOME=/dev/null
CPPFLAGS+= -I${LOCALBASE}/include
Expand Down Expand Up @@ -369,4 +368,7 @@ post-build:
@${FIND} ${WRKSRC}/build/lib -type f -name '*.so' -exec ${STRIP_CMD} {} \;
@${FIND} ${WRKSRC}/build/bin -type f -exec ${STRIP_CMD} {} \;

post-install:
${MKDIR} ${STAGEDIR}/var/run/radiusd

.include <bsd.port.post.mk>
5 changes: 3 additions & 2 deletions net/freeradius3/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (freeradius-server-3.0.11.tar.bz2) = 2b6109b61fc93e9fcdd3dd8a91c3abbf0ce8232244d1d214d71a4e5b7faadb80
SIZE (freeradius-server-3.0.11.tar.bz2) = 3073060
TIMESTAMP = 1477014272
SHA256 (freeradius-server-3.0.12.tar.bz2) = fe4e1f52cc2873f6aee2b12b0f03236978e4632f2acf298f834686b240c4183d
SIZE (freeradius-server-3.0.12.tar.bz2) = 3016923
11 changes: 10 additions & 1 deletion net/freeradius3/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ bin/radsqlrelay
bin/radtest
bin/radwho
bin/radzap
bin/rbmonkey
bin/rlm_ippool_tool
bin/smbencrypt
include/freeradius/attributes.h
Expand Down Expand Up @@ -142,6 +141,9 @@ include/freeradius/vqp.h
%%LIBDIR%%/rlm_eap_gtc.a
%%LIBDIR%%/rlm_eap_gtc.la
%%LIBDIR%%/rlm_eap_gtc.so
%%LIBDIR%%/rlm_eap_fast.a
%%LIBDIR%%/rlm_eap_fast.la
%%LIBDIR%%/rlm_eap_fast.so
%%LIBDIR%%/rlm_eap_leap.a
%%LIBDIR%%/rlm_eap_leap.la
%%LIBDIR%%/rlm_eap_leap.so
Expand Down Expand Up @@ -298,6 +300,8 @@ include/freeradius/vqp.h
%%LIBDIR%%/rlm_wimax.a
%%LIBDIR%%/rlm_wimax.la
%%LIBDIR%%/rlm_wimax.so
man/man1/dhcpclient.1.gz
man/man1/rad_counter.1.gz
man/man1/radclient.1.gz
man/man1/radeapclient.1.gz
man/man1/radlast.1.gz
Expand Down Expand Up @@ -648,6 +652,7 @@ sbin/radmin
%%EXAMPLESDIR%%/raddb/mods-enabled/attr_filter
%%EXAMPLESDIR%%/raddb/mods-enabled/cache_eap
%%EXAMPLESDIR%%/raddb/mods-enabled/chap
%%EXAMPLESDIR%%/raddb/mods-enabled/date
%%EXAMPLESDIR%%/raddb/mods-enabled/detail
%%EXAMPLESDIR%%/raddb/mods-enabled/detail.log
%%EXAMPLESDIR%%/raddb/mods-enabled/dhcp
Expand Down Expand Up @@ -684,6 +689,7 @@ sbin/radmin
%%EXAMPLESDIR%%/raddb/policy.d/dhcp
%%EXAMPLESDIR%%/raddb/policy.d/eap
%%EXAMPLESDIR%%/raddb/policy.d/filter
%%EXAMPLESDIR%%/raddb/policy.d/moonshot-targeted-ids
%%EXAMPLESDIR%%/raddb/policy.d/operator-name
%%EXAMPLESDIR%%/raddb/proxy.conf
%%EXAMPLESDIR%%/raddb/radiusd.conf
Expand Down Expand Up @@ -724,6 +730,7 @@ sbin/radmin
%%DATADIR%%/dictionary.acc
%%DATADIR%%/dictionary.acme
%%DATADIR%%/dictionary.actelis
%%DATADIR%%/dictionary.adtran
%%DATADIR%%/dictionary.aerohive
%%DATADIR%%/dictionary.airespace
%%DATADIR%%/dictionary.alcatel
Expand Down Expand Up @@ -758,6 +765,7 @@ sbin/radmin
%%DATADIR%%/dictionary.cablelabs
%%DATADIR%%/dictionary.cabletron
%%DATADIR%%/dictionary.camiant
%%DATADIR%%/dictionary.checkpoint
%%DATADIR%%/dictionary.chillispot
%%DATADIR%%/dictionary.cisco
%%DATADIR%%/dictionary.cisco.asa
Expand Down Expand Up @@ -882,6 +890,7 @@ sbin/radmin
%%DATADIR%%/dictionary.roaringpenguin
%%DATADIR%%/dictionary.ruckus
%%DATADIR%%/dictionary.ruggedcom
%%DATADIR%%/dictionary.sangoma
%%DATADIR%%/dictionary.sg
%%DATADIR%%/dictionary.shasta
%%DATADIR%%/dictionary.shiva
Expand Down

0 comments on commit ac5b59f

Please sign in to comment.