diff --git a/net/pen/Makefile b/net/pen/Makefile index 9f1dcad96946..f38834647b67 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -1,41 +1,41 @@ \# ex:ts=8 # New ports collection makefile for: pen # Date created: Nov 13, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= pen -PORTVERSION= 0.13.0 +PORTVERSION= 0.14.0 CATEGORIES= net MASTER_SITES= ftp://siag.nu/pub/pen/ \ http://siag.nu/pub/pen/ MAINTAINER= clement@FreeBSD.org COMMENT= A load balancer for simple tcp based protocols GNU_CONFIGURE= yes USE_OPENSSL= yes CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} \ --with-ssl=${OPENSSLBASE} PORTDOCS= penstats HOWTO AUTHORS README ChangeLog COPYING PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \ bin/penlogd .if defined(WITH_FDSETSIZE) CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE} .endif .if defined(WITH_POLL) CONFIGURE_ARGS+= --with-poll .endif .if defined(NOPORTDOCS) MAKE_ARGS+= -DNOPORTDOCS .endif MAN1= mergelogs.1 pen.1 penctl.1 penlog.1 penlogd.1 .include diff --git a/net/pen/distinfo b/net/pen/distinfo index 47ffc3f1f0d2..c7f6074a15e8 100644 --- a/net/pen/distinfo +++ b/net/pen/distinfo @@ -1,2 +1,2 @@ -MD5 (pen-0.13.0.tar.gz) = 7eb1b120fdd1fb1827dc91d3a3ea1f3a -SIZE (pen-0.13.0.tar.gz) = 111588 +MD5 (pen-0.14.0.tar.gz) = 7e0276f28e8eee6b00e7dc6a74b60b7d +SIZE (pen-0.14.0.tar.gz) = 112302