mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Update to 4.0
This commit is contained in:
parent
4ea8b240aa
commit
17de0228ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236122
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dhcprelya
|
||||
PORTVERSION= 3.0
|
||||
PORTVERSION= 4.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://people.yandex-team.ru/~sem/
|
||||
|
||||
@ -17,7 +17,18 @@ USE_RC_SUBR= dhcprelya
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
PLIST_FILES= sbin/${PORTNAME} lib/${PORTNAME}_log_plugin.so
|
||||
PLIST_FILES= sbin/${PORTNAME} lib/${PORTNAME}_log_plugin.so \
|
||||
lib/${PORTNAME}_option82_plugin.so
|
||||
|
||||
OPTIONS= RADIUS_PLUGIN "build radius plugin" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_RADIUS_PLUGIN)
|
||||
PLIST_FILES+= lib/${PORTNAME}_radius_plugin.so
|
||||
LIB_DEPENDS= freeradius-client.2:${PORTSDIR}/net/freeradius-client
|
||||
MAKE_ARGS= -DWITH_RADIUS_PLUGIN
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (dhcprelya-3.0.tar.gz) = fda00aa1ce178195e65ce8c51260b5e5
|
||||
SHA256 (dhcprelya-3.0.tar.gz) = e50f320ddc7ce8500aa942ac0e08109e650f8d3e6e0c96adaee0f45ee5e3aafd
|
||||
SIZE (dhcprelya-3.0.tar.gz) = 19926
|
||||
MD5 (dhcprelya-4.0.tar.gz) = 2750d91ce9772bc3304a409b3854403b
|
||||
SHA256 (dhcprelya-4.0.tar.gz) = 7426fb44e181fa51e35a79c4793455519fc55e9a86a00982a2b211effbbd7a97
|
||||
SIZE (dhcprelya-4.0.tar.gz) = 22730
|
||||
|
Loading…
Reference in New Issue
Block a user