aboutsummaryrefslogtreecommitdiffstats
path: root/net/dhcprelya
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2009-02-13 18:16:43 +0800
committersem <sem@FreeBSD.org>2009-02-13 18:16:43 +0800
commitfc36f34c8529af42f1aa0efd72113d8053d227fa (patch)
tree861f2f0c25ab6dfd295afc3e51e003a980b46e9c /net/dhcprelya
parent8b7d25e2d81432204e7c63d25b5bfa99b06bb63c (diff)
downloadfreebsd-ports-gnome-fc36f34c8529af42f1aa0efd72113d8053d227fa.tar.gz
freebsd-ports-gnome-fc36f34c8529af42f1aa0efd72113d8053d227fa.tar.zst
freebsd-ports-gnome-fc36f34c8529af42f1aa0efd72113d8053d227fa.zip
- Update to 3.0
Diffstat (limited to 'net/dhcprelya')
-rw-r--r--net/dhcprelya/Makefile4
-rw-r--r--net/dhcprelya/distinfo6
-rw-r--r--net/dhcprelya/pkg-descr4
3 files changed, 7 insertions, 7 deletions
diff --git a/net/dhcprelya/Makefile b/net/dhcprelya/Makefile
index 4c531f0ec151..db866f973917 100644
--- a/net/dhcprelya/Makefile
+++ b/net/dhcprelya/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dhcprelya
-PORTVERSION= 2.3
+PORTVERSION= 3.0
CATEGORIES= net
MASTER_SITES= http://people.yandex-team.ru/~sem/
@@ -17,7 +17,7 @@ USE_RC_SUBR= dhcprelya
PORTDOCS= README
-PLIST_FILES= sbin/${PORTNAME}
+PLIST_FILES= sbin/${PORTNAME} lib/${PORTNAME}_log_plugin.so
post-install:
.if !defined(NOPORTDOCS)
diff --git a/net/dhcprelya/distinfo b/net/dhcprelya/distinfo
index 7a6fe5e4256e..98afc640a333 100644
--- a/net/dhcprelya/distinfo
+++ b/net/dhcprelya/distinfo
@@ -1,3 +1,3 @@
-MD5 (dhcprelya-2.3.tar.gz) = 21444354a25c143a2adb194d04152b67
-SHA256 (dhcprelya-2.3.tar.gz) = 56be59707992cc68ae67fefcb5f04f7165e09ff364966769a80ea94252c04234
-SIZE (dhcprelya-2.3.tar.gz) = 10462
+MD5 (dhcprelya-3.0.tar.gz) = fda00aa1ce178195e65ce8c51260b5e5
+SHA256 (dhcprelya-3.0.tar.gz) = e50f320ddc7ce8500aa942ac0e08109e650f8d3e6e0c96adaee0f45ee5e3aafd
+SIZE (dhcprelya-3.0.tar.gz) = 19926
diff --git a/net/dhcprelya/pkg-descr b/net/dhcprelya/pkg-descr
index 55944de5f5ba..cbffae55308b 100644
--- a/net/dhcprelya/pkg-descr
+++ b/net/dhcprelya/pkg-descr
@@ -1,8 +1,8 @@
-dhcprelya is a light DHCP relay agent written for Yandex company for
+dhcprelya is a lightweight DHCP relay agent written for Yandex company for
high loaded routers with tens interfaces and thousands hosts behind them.
It's fast, independed from any side libraries, and it does not turn on
-a promisc mode for listen interfaces.
+a promisc mode for listening interfaces.
It's distributed under BSD license.