diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-11-08 17:14:12 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-11-08 17:14:12 +0000 |
commit | e7151b668c2e3517eefc99c04c38e81460178d93 (patch) | |
tree | 5331db50f9db06cbd868c434606a68cbeac41a90 /net | |
parent | 351fce49085221ce538b583f21a5fef1bed6957d (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/pen/Makefile | 6 | ||||
-rw-r--r-- | net/pen/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile index 2157c75cf991..bf0173aa56c1 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -2,17 +2,19 @@ # $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} diff --git a/net/pen/distinfo b/net/pen/distinfo index a99c96fec41b..3edbf858adee 100644 --- a/net/pen/distinfo +++ b/net/pen/distinfo @@ -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 |