Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2015 19:46:45 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378413 - head/net/pen
Message-ID:  <201502041946.t14JkjXv020299@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Feb  4 19:46:44 2015
New Revision: 378413
URL: https://svnweb.freebsd.org/changeset/ports/378413
QAT: https://qat.redports.org/buildarchive/r378413/

Log:
  - Update to 0.26.1
  - Take maintainership
  - Update COMMENT and pkg-descr
  - Add DEBUG option

Modified:
  head/net/pen/Makefile
  head/net/pen/distinfo
  head/net/pen/pkg-descr

Modified: head/net/pen/Makefile
==============================================================================
--- head/net/pen/Makefile	Wed Feb  4 19:33:25 2015	(r378412)
+++ head/net/pen/Makefile	Wed Feb  4 19:46:44 2015	(r378413)
@@ -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/p
 		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=${WIT
 
 KQUEUE_CONFIGURE_ON=	--with-kqueue
 KQUEUE_CONFIGURE_OFF=	--with-poll
+DEBUG_CONFIGURE_ENABLE=	debugging
 
 post-patch:
 	@${REINPLACE_CMD} 's/-pg//' ${WRKSRC}/configure

Modified: head/net/pen/distinfo
==============================================================================
--- head/net/pen/distinfo	Wed Feb  4 19:33:25 2015	(r378412)
+++ head/net/pen/distinfo	Wed Feb  4 19:46:44 2015	(r378413)
@@ -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

Modified: head/net/pen/pkg-descr
==============================================================================
--- head/net/pen/pkg-descr	Wed Feb  4 19:33:25 2015	(r378412)
+++ head/net/pen/pkg-descr	Wed Feb  4 19:46:44 2015	(r378413)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502041946.t14JkjXv020299>