aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2017-02-25 18:27:15 +0800
committeraz <az@FreeBSD.org>2017-02-25 18:27:15 +0800
commit8b878dd3ec69b799412647fbd0d0d14d5adde939 (patch)
treea5f9dae7e13c49e638b2a55b310b0b69c9c7bf60 /net
parent5784b1b4d0306030fef8d4009fd397e7b8f2ba3f (diff)
downloadfreebsd-ports-gnome-8b878dd3ec69b799412647fbd0d0d14d5adde939.tar.gz
freebsd-ports-gnome-8b878dd3ec69b799412647fbd0d0d14d5adde939.tar.zst
freebsd-ports-gnome-8b878dd3ec69b799412647fbd0d0d14d5adde939.zip
- update to version 5.0
- assign maintainership to sem@semmy.ru (author/previous maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/dhcprelya/Makefile21
-rw-r--r--net/dhcprelya/distinfo5
-rw-r--r--net/dhcprelya/pkg-descr4
3 files changed, 12 insertions, 18 deletions
diff --git a/net/dhcprelya/Makefile b/net/dhcprelya/Makefile
index cacad1655271..f9fa667e5c37 100644
--- a/net/dhcprelya/Makefile
+++ b/net/dhcprelya/Makefile
@@ -2,38 +2,31 @@
# $FreeBSD$
PORTNAME= dhcprelya
-PORTVERSION= 4.9
+PORTVERSION= 5.0
CATEGORIES= net
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sem@semmy.ru
COMMENT= Lightweight DHCP relay agent. Yandex edition
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= sem-hub
-GH_TAGNAME= d42e83b
+GH_TAGNAME= 7be8923
USE_RC_SUBR= dhcprelya
-PORTDOCS= README
+PORTDOCS= README ChangeLog
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
-# 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:
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}/${DOCSDIR}
.include <bsd.port.mk>
diff --git a/net/dhcprelya/distinfo b/net/dhcprelya/distinfo
index 875bc422682d..999f038f7839 100644
--- a/net/dhcprelya/distinfo
+++ b/net/dhcprelya/distinfo
@@ -1,2 +1,3 @@
-SHA256 (sem-hub-dhcprelya-4.9-d42e83b_GH0.tar.gz) = 36d9218daed5bcad8d491241b62989a8a56f1d353911e0d12beeaa63a107d4d2
-SIZE (sem-hub-dhcprelya-4.9-d42e83b_GH0.tar.gz) = 24224
+TIMESTAMP = 1487972820
+SHA256 (sem-hub-dhcprelya-5.0-7be8923_GH0.tar.gz) = 8ad2dd1d2002f53288062f8267c2293afa228eebe745b3790da4308365535cef
+SIZE (sem-hub-dhcprelya-5.0-7be8923_GH0.tar.gz) = 25096
diff --git a/net/dhcprelya/pkg-descr b/net/dhcprelya/pkg-descr
index 0ee74af99618..27102728e7e0 100644
--- a/net/dhcprelya/pkg-descr
+++ b/net/dhcprelya/pkg-descr
@@ -1,5 +1,5 @@
-dhcprelya is a lightweight DHCP relay agent written for Yandex company for
-high loaded routers with tens interfaces and thousands hosts behind them.
+dhcprelya is a lightweight DHCP relay agent written for Yandex company that
+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
a promisc mode for listening interfaces.