summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2007-09-16 16:44:56 +0000
committerClement Laforet <clement@FreeBSD.org>2007-09-16 16:44:56 +0000
commit3806211c651669202f4a18bec6b759730b907d87 (patch)
tree5c08b36db079256336e45803665293ef9e997e0e /net
parent- Import MySQL DBD backend (diff)
- Update to 0.17.2
- make kqueue and poll mutually exclusive
Notes
Notes: svn path=/head/; revision=199565
Diffstat (limited to 'net')
-rw-r--r--net/pen/Makefile6
-rw-r--r--net/pen/distinfo6
2 files changed, 7 insertions, 5 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile
index 549412aee079..debbe4fa79dd 100644
--- a/net/pen/Makefile
+++ b/net/pen/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pen
-PORTVERSION= 0.17.1
+PORTVERSION= 0.17.2
CATEGORIES= net
MASTER_SITES= ftp://siag.nu/pub/pen/ \
http://siag.nu/pub/pen/
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
USE_OPENSSL= yes
USE_RC_SUBR= pen.sh
CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} \
- --with-ssl=${OPENSSLBASE} --with-kqueue
+ --with-ssl=${OPENSSLBASE}
PORTDOCS= penstats HOWTO AUTHORS README ChangeLog COPYING
PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \
@@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE}
.if defined(WITH_POLL)
CONFIGURE_ARGS+= --with-poll
+.else
+CONFIGURE_ARGS+= --with-kqueue
.endif
.if defined(NOPORTDOCS)
diff --git a/net/pen/distinfo b/net/pen/distinfo
index f18d01a12b2e..59b3a6f776e6 100644
--- a/net/pen/distinfo
+++ b/net/pen/distinfo
@@ -1,3 +1,3 @@
-MD5 (pen-0.17.1.tar.gz) = 62548155d3bf42aea05b32227e132331
-SHA256 (pen-0.17.1.tar.gz) = 13e070e4e03d9141530bbf9fa071d2ce3f04b0324349757c8842e073eef85556
-SIZE (pen-0.17.1.tar.gz) = 117009
+MD5 (pen-0.17.2.tar.gz) = 151caafbbea5016dcd156b1f379b6247
+SHA256 (pen-0.17.2.tar.gz) = 445562559b57470a13405fa5a1fc10f0e72b2e41ae8342d684fba01da8e0da06
+SIZE (pen-0.17.2.tar.gz) = 129285