Index: head/net/pen/Makefile =================================================================== --- head/net/pen/Makefile (revision 376656) +++ head/net/pen/Makefile (revision 376657) @@ -1,38 +1,40 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= pen -PORTVERSION= 0.18.0 +PORTVERSION= 0.25.1 CATEGORIES= net -MASTER_SITES= ftp://siag.nu/pub/pen/ \ - http://siag.nu/pub/pen/ +MASTER_SITES= http://siag.nu/pub/pen/ MAINTAINER= ports@FreeBSD.org COMMENT= Load balancer for simple TCP based protocols +LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP + GNU_CONFIGURE= yes USE_OPENSSL= yes USE_RC_SUBR= pen -CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} \ +CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} --with-geoip \ --with-ssl=${OPENSSLBASE} 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= 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 -DOCS_MAKE_ARGS_OFF= -DNOPORTDOCS +post-patch: + @${REINPLACE_CMD} 's/-pg//' ${WRKSRC}/configure .include Index: head/net/pen/distinfo =================================================================== --- head/net/pen/distinfo (revision 376656) +++ head/net/pen/distinfo (revision 376657) @@ -1,2 +1,2 @@ -SHA256 (pen-0.18.0.tar.gz) = 48ab2a2ca3f564cb610a10d2d5252ecf8723ed8392bac5d1fba208946c3665fa -SIZE (pen-0.18.0.tar.gz) = 130308 +SHA256 (pen-0.25.1.tar.gz) = 2dd9ca3b2f8057b9e59ddf07000a34649835ad23b45e6d34e8b9422d3dcb5270 +SIZE (pen-0.25.1.tar.gz) = 150231 Index: head/net/pen/files/patch-Makefile.in =================================================================== --- head/net/pen/files/patch-Makefile.in (revision 376656) +++ head/net/pen/files/patch-Makefile.in (nonexistent) @@ -1,18 +0,0 @@ ---- Makefile.in.orig Sat Oct 11 18:57:55 2003 -+++ Makefile.in Mon Oct 13 16:29:09 2003 -@@ -296,6 +296,7 @@ - rm -f $(DESTDIR)$(man1dir)/$$inst; \ - done - install-docDATA: $(doc_DATA) -+.if !defined(NOPORTDOCS) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(docdir) - @list='$(doc_DATA)'; for p in $$list; do \ -@@ -304,6 +305,7 @@ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ - $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f; \ - done -+.endif - - uninstall-docDATA: - @$(NORMAL_UNINSTALL) Property changes on: head/net/pen/files/patch-Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property