Index: head/net/pen/Makefile =================================================================== --- head/net/pen/Makefile (revision 425753) +++ head/net/pen/Makefile (revision 425754) @@ -1,50 +1,52 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= pen -PORTVERSION= 0.33.2 +PORTVERSION= 0.34.0 CATEGORIES= net MASTER_SITES= http://siag.nu/pub/pen/ MAINTAINER= danilo@FreeBSD.org COMMENT= Load balancer for UDP and TCP based protocols +LICENSE= GPLv2 + LIB_DEPENDS= libGeoIP.so:net/GeoIP GNU_CONFIGURE= yes -USE_OPENSSL= yes +USES= ssl USE_RC_SUBR= pen CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} --with-geoip \ --with-ssl=${OPENSSLBASE} CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PORTDOCS= penstats HOWTO AUTHORS README ChangeLog COPYING PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \ bin/penlogd man/man1/mergelogs.1.gz \ man/man1/pen.1.gz man/man1/penctl.1.gz \ man/man1/penlog.1.gz man/man1/penlogd.1.gz OPTIONS_DEFINE= DEBUG DOCS KQUEUE OPTIONS_DEFAULT=KQUEUE KQUEUE_DESC= Use kqueue backend .if defined(WITH_FDSETSIZE) CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE} .endif KQUEUE_CONFIGURE_ON= --with-kqueue KQUEUE_CONFIGURE_OFF= --with-poll DEBUG_CONFIGURE_ENABLE= debugging .include # DSR needs a newer version of the netmap's API .if ${OSVERSION} < 903000 || (${OSVERSION} >= 1000000 && ${OSVERSION} < 1001000) CONFIGURE_ARGS+= --without-dsr .endif post-patch: @${REINPLACE_CMD} 's/-pg//' ${WRKSRC}/configure .include Index: head/net/pen/distinfo =================================================================== --- head/net/pen/distinfo (revision 425753) +++ head/net/pen/distinfo (revision 425754) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474205689 -SHA256 (pen-0.33.2.tar.gz) = 4a05a4bbf058fd354009a00f4c123e9f7e7c5bd4ceb8d9f3bcdc4f06b3126047 -SIZE (pen-0.33.2.tar.gz) = 183812 +TIMESTAMP = 1478278526 +SHA256 (pen-0.34.0.tar.gz) = a3306bfb02619b103ff431002bb91079048bf2dd24f739bf38e373860558cd27 +SIZE (pen-0.34.0.tar.gz) = 184463