aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2015-02-05 03:46:44 +0800
committerdanilo <danilo@FreeBSD.org>2015-02-05 03:46:44 +0800
commit9cb53252878ebbac13eb0a50ff266cdee82245ae (patch)
tree4e7caff7c13c39b97d4ac58912a1ee86fca07544 /net
parent006ecbbfd3b5e03dae26fa97a87cf6ab44a5a460 (diff)
downloadfreebsd-ports-gnome-9cb53252878ebbac13eb0a50ff266cdee82245ae.tar.gz
freebsd-ports-gnome-9cb53252878ebbac13eb0a50ff266cdee82245ae.tar.zst
freebsd-ports-gnome-9cb53252878ebbac13eb0a50ff266cdee82245ae.zip
- Update to 0.26.1
- Take maintainership - Update COMMENT and pkg-descr - Add DEBUG option
Diffstat (limited to 'net')
-rw-r--r--net/pen/Makefile9
-rw-r--r--net/pen/distinfo4
-rw-r--r--net/pen/pkg-descr9
3 files changed, 12 insertions, 10 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile
index aea3f354eb3a..75ddd906524c 100644
--- a/net/pen/Makefile
+++ b/net/pen/Makefile
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= pen
-PORTVERSION= 0.25.1
+PORTVERSION= 0.26.1
CATEGORIES= net
MASTER_SITES= http://siag.nu/pub/pen/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Load balancer for simple TCP based protocols
+MAINTAINER= danilo@FreeBSD.org
+COMMENT= Load balancer for UDP and TCP based protocols
LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
@@ -25,7 +25,7 @@ PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \
man/man1/pen.1.gz man/man1/penctl.1.gz \
man/man1/penlog.1.gz man/man1/penlogd.1.gz
-OPTIONS_DEFINE= DOCS KQUEUE
+OPTIONS_DEFINE= DEBUG DOCS KQUEUE
OPTIONS_DEFAULT=KQUEUE
KQUEUE_DESC= Use kqueue backend
@@ -35,6 +35,7 @@ CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE}
KQUEUE_CONFIGURE_ON= --with-kqueue
KQUEUE_CONFIGURE_OFF= --with-poll
+DEBUG_CONFIGURE_ENABLE= debugging
post-patch:
@${REINPLACE_CMD} 's/-pg//' ${WRKSRC}/configure
diff --git a/net/pen/distinfo b/net/pen/distinfo
index 6cebbc2b87c7..a94c3e2d97a2 100644
--- a/net/pen/distinfo
+++ b/net/pen/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pen-0.25.1.tar.gz) = 2dd9ca3b2f8057b9e59ddf07000a34649835ad23b45e6d34e8b9422d3dcb5270
-SIZE (pen-0.25.1.tar.gz) = 150231
+SHA256 (pen-0.26.1.tar.gz) = e8272f95075e0c198f5cc5d69291b9bc6d596ddc3a099cd5d4777c81c48c8905
+SIZE (pen-0.26.1.tar.gz) = 159567
diff --git a/net/pen/pkg-descr b/net/pen/pkg-descr
index 410d796ead97..d0ae1e8696ac 100644
--- a/net/pen/pkg-descr
+++ b/net/pen/pkg-descr
@@ -1,6 +1,7 @@
-This is pen, a load balancer for "simple" tcp based protocols such as http
-or smtp. It allows several servers to appear as one to the outside and
-automatically detects servers that are down and distributes clients among
-the available servers. This gives high availability and scalable performance.
+This is pen, a load balancer for udp and tcp based protocols such as
+dns, http or smtp. It allows several servers to appear as one to the
+outside and automatically detects servers that are down and distributes
+clients among the available servers. This gives high availability and
+scalable performance.
WWW: http://siag.nu/pen/