diff options
author | truckman <truckman@FreeBSD.org> | 2015-09-24 14:00:27 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2015-09-24 14:00:27 +0800 |
commit | f2d57ab6fac799b85e5d94f27a0f25c17430ecc6 (patch) | |
tree | 5d6e4574a37009fa61518538b48a4243b18ccb38 /net/axa | |
parent | 7c87aed29d3a069b59173a55ea720ea18399e2e6 (diff) | |
download | freebsd-ports-gnome-f2d57ab6fac799b85e5d94f27a0f25c17430ecc6.tar.gz freebsd-ports-gnome-f2d57ab6fac799b85e5d94f27a0f25c17430ecc6.tar.zst freebsd-ports-gnome-f2d57ab6fac799b85e5d94f27a0f25c17430ecc6.zip |
Upgrade to 1.2.1:
* Add accounting interval option to radtunnel and sratunnel
* Document pidfile option
* Handle nmsg fragments
Switch back to MASTER_SITES=FARSIGHT from GitHub
Sponsored by: Farsight Security, Inc.
Diffstat (limited to 'net/axa')
-rw-r--r-- | net/axa/Makefile | 9 | ||||
-rw-r--r-- | net/axa/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/axa/Makefile b/net/axa/Makefile index e5b95f050d72..65e9f5f4fd6c 100644 --- a/net/axa/Makefile +++ b/net/axa/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= axa -PORTVERSION= 1.2.0 -DISTVERSIONPREFIX= tags/v +PORTVERSION= 1.2.1 CATEGORIES= net dns +MASTER_SITES= FARSIGHT/${PORTNAME}/${PORTVERSION} LOCAL/truckman/farsight +DISTNAME= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= truckman@FreeBSD.org COMMENT= AXA library and tools @@ -18,11 +19,11 @@ LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ libwdns.so:${PORTSDIR}/dns/wdns RUN_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg +WRKSRC= ${WRKDIR}/axa-tools + GNU_CONFIGURE= yes USES= autoreconf gmake libedit libtool pathfix pkgconfig CONFIGURE_SHELL= ${LOCALBASE}/bin/bash -USE_GITHUB= yes -GH_ACCOUNT= farsightsec USE_LDCONFIG= yes USE_OPENSSL= yes WITH_OPENSSL_PORT= yes diff --git a/net/axa/distinfo b/net/axa/distinfo index f6a7378a2036..06ed2b87fb9d 100644 --- a/net/axa/distinfo +++ b/net/axa/distinfo @@ -1,2 +1,2 @@ -SHA256 (farsightsec-axa-tags-v1.2.0_GH0.tar.gz) = c78ff78c79182729f758bddbedd170402280f5e4bf41d5720da1d31ea470e7eb -SIZE (farsightsec-axa-tags-v1.2.0_GH0.tar.gz) = 200591 +SHA256 (axa_1.2.1.tar.gz) = b4414f149fb1d6fb28453b388dc9aa12344a856176920efc7deff6032f0e9133 +SIZE (axa_1.2.1.tar.gz) = 775750 |