Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  6 Oct 2003 23:03:56 +0200
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/57680: [maintainer update] net/pen: update to 0.11.0
Message-ID:  <20031006210352.C759143FCB@mx1.FreeBSD.org>
Resent-Message-ID: <200310062110.h96LAJsG097345@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57680
>Category:       ports
>Synopsis:       [maintainer update] net/pen: update to 0.11.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 06 14:10:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	Update to 0.11.0

>How-To-Repeat:
	N/A.
>Fix:

	

--- pen.diff begins here ---
Index: pen/Makefile
===================================================================
RCS file: /WORK/REPO/ports/net/pen/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- pen/Makefile	24 Sep 2003 08:37:37 -0000	1.12
+++ pen/Makefile	6 Oct 2003 20:29:48 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	pen
-PORTVERSION=	0.10.1
+PORTVERSION=	0.11.0
 CATEGORIES=	net
 MASTER_SITES=	ftp://siag.nu/pub/pen/ \
 		http://siag.nu/pub/pen/
@@ -15,8 +15,16 @@
 MAINTAINER=	sheepkiller@cultdeadsheep.org
 COMMENT=	A load balancer for "simple" tcp based protocols
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-daemon
+GNU_CONFIGURE=		yes
+CONFIGURE_ARGS=		--with-daemon
+
+.if defined(WITH_FDSETSIZE)
+CONFIGURE_ARGS+=	--with-fd_setsize=${WITH_FDSETSIZE}
+.endif
+
+.if defined(WITH_POLL)
+CONFIGURE_ARGS+=	--with-poll
+.endif
 
 MAN1=		mergelogs.1 pen.1 penctl.1 penlog.1 penlogd.1
 
Index: pen/distinfo
===================================================================
RCS file: /WORK/REPO/ports/net/pen/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- pen/distinfo	9 Aug 2003 05:56:13 -0000	1.7
+++ pen/distinfo	6 Oct 2003 20:29:48 -0000
@@ -1 +1 @@
-MD5 (pen-0.10.1.tar.gz) = 629e0b162e131ed6e00aef709f3ee5e1
+MD5 (pen-0.11.0.tar.gz) = 3eb8de600f2954bd50f2758d8bf06e0c
--- pen.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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