mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- update to version 5.0
- assign maintainership to sem@semmy.ru (author/previous maintainer)
This commit is contained in:
parent
69b3ffd249
commit
0983ad9be0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434792
3 changed files with 12 additions and 18 deletions
|
@ -2,38 +2,31 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= dhcprelya
|
PORTNAME= dhcprelya
|
||||||
PORTVERSION= 4.9
|
PORTVERSION= 5.0
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sem@semmy.ru
|
||||||
COMMENT= Lightweight DHCP relay agent. Yandex edition
|
COMMENT= Lightweight DHCP relay agent. Yandex edition
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= sem-hub
|
GH_ACCOUNT= sem-hub
|
||||||
GH_TAGNAME= d42e83b
|
GH_TAGNAME= 7be8923
|
||||||
|
|
||||||
USE_RC_SUBR= dhcprelya
|
USE_RC_SUBR= dhcprelya
|
||||||
|
|
||||||
PORTDOCS= README
|
PORTDOCS= README ChangeLog
|
||||||
|
|
||||||
PLIST_FILES= sbin/${PORTNAME} lib/${PORTNAME}_log_plugin.so \
|
PLIST_FILES= sbin/${PORTNAME} lib/${PORTNAME}_log_plugin.so \
|
||||||
lib/${PORTNAME}_option82_plugin.so
|
lib/${PORTNAME}_option82_plugin.so \
|
||||||
|
lib/${PORTNAME}_radius_plugin.so
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
# The modules use a new system libradius that is not committed yet
|
|
||||||
#OPTIONS_DEFINE= RADIUS_PLUGIN
|
|
||||||
RADIUS_PLUGIN_DESC= Build radius plugin
|
|
||||||
RADIUS_PLUGIN_PLIST_FILES= lib/${PORTNAME}_radius_plugin.so
|
|
||||||
RADIUS_PLUGIN_MAKE_ON= -DWITH_RADIUS_PLUGIN
|
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e 's#/usr/local#${STAGEDIR}${PREFIX}#' \
|
|
||||||
${WRKSRC}/Makefile
|
|
||||||
|
|
||||||
post-install-DOCS-on:
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}/${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (sem-hub-dhcprelya-4.9-d42e83b_GH0.tar.gz) = 36d9218daed5bcad8d491241b62989a8a56f1d353911e0d12beeaa63a107d4d2
|
TIMESTAMP = 1487972820
|
||||||
SIZE (sem-hub-dhcprelya-4.9-d42e83b_GH0.tar.gz) = 24224
|
SHA256 (sem-hub-dhcprelya-5.0-7be8923_GH0.tar.gz) = 8ad2dd1d2002f53288062f8267c2293afa228eebe745b3790da4308365535cef
|
||||||
|
SIZE (sem-hub-dhcprelya-5.0-7be8923_GH0.tar.gz) = 25096
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
dhcprelya is a lightweight DHCP relay agent written for Yandex company for
|
dhcprelya is a lightweight DHCP relay agent written for Yandex company that
|
||||||
high loaded routers with tens interfaces and thousands hosts behind them.
|
has high loaded routers with tens interfaces and thousands hosts behind them.
|
||||||
|
|
||||||
It's fast, independent from any side libraries, and it does not turn on
|
It's fast, independent from any side libraries, and it does not turn on
|
||||||
a promisc mode for listening interfaces.
|
a promisc mode for listening interfaces.
|
||||||
|
|
Loading…
Add table
Reference in a new issue