svn commit: r376657 - in head/net/pen: . files

Tijl Coosemans tijl at FreeBSD.org
Fri Jan 9 20:32:02 UTC 2015


Author: tijl
Date: Fri Jan  9 20:32:01 2015
New Revision: 376657
URL: https://svnweb.freebsd.org/changeset/ports/376657
QAT: https://qat.redports.org/buildarchive/r376657/

Log:
  - Update to 0.25.1 (fixes build when OpenSSL doesn't support SSL2/SSL3)
  - Enable GeoIP support

Deleted:
  head/net/pen/files/patch-Makefile.in
Modified:
  head/net/pen/Makefile
  head/net/pen/distinfo

Modified: head/net/pen/Makefile
==============================================================================
--- head/net/pen/Makefile	Fri Jan  9 20:11:59 2015	(r376656)
+++ head/net/pen/Makefile	Fri Jan  9 20:32:01 2015	(r376657)
@@ -2,18 +2,19 @@
 # $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 at 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
@@ -33,6 +34,7 @@ CONFIGURE_ARGS+=	--with-fd_setsize=${WIT
 KQUEUE_CONFIGURE_ON=	--with-kqueue
 KQUEUE_CONFIGURE_OFF=	--with-poll
 
-DOCS_MAKE_ARGS_OFF=	-DNOPORTDOCS
+post-patch:
+	@${REINPLACE_CMD} 's/-pg//' ${WRKSRC}/configure
 
 .include <bsd.port.mk>

Modified: head/net/pen/distinfo
==============================================================================
--- head/net/pen/distinfo	Fri Jan  9 20:11:59 2015	(r376656)
+++ head/net/pen/distinfo	Fri Jan  9 20:32:01 2015	(r376657)
@@ -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


More information about the svn-ports-all mailing list