From 7996b6cd6389c1a2c55ba6a95e21c6634e3f076e Mon Sep 17 00:00:00 2001 From: truckman Date: Tue, 21 Apr 2015 14:36:03 +0000 Subject: Update net/axa to 1.1.1. Use MASTER_SITE_FARSIGHT intead of github, which eliminates the need for autoreconf. Differential Revision: https://reviews.freebsd.org/D2339 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc. --- net/axa/Makefile | 16 ++++++---------- net/axa/distinfo | 4 ++-- net/axa/pkg-plist | 8 ++++++++ 3 files changed, 16 insertions(+), 12 deletions(-) (limited to 'net/axa') diff --git a/net/axa/Makefile b/net/axa/Makefile index 8c65aac02dc0..699444f23944 100644 --- a/net/axa/Makefile +++ b/net/axa/Makefile @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= axa -PORTVERSION= 1.0.0 -# Use GH_TAGNAME until USE_GITHUB can cope with / in DISTVERSIONPREFIX -#DISTVERSIONPREFIX= tags/v -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= net dns +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= AXA library and tools @@ -20,14 +18,12 @@ LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ libwdns.so:${PORTSDIR}/dns/wdns RUN_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg -USE_GITHUB= yes -GH_ACCOUNT= farsightsec -GH_TAGNAME= tags/v${PORTVERSION} - GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig CONFIGURE_SHELL= ${LOCALBASE}/bin/bash USE_LDCONFIG= yes +USE_OPENSSL= yes +WITH_OPENSSL_PORT= yes PORTDOCS= * @@ -44,7 +40,7 @@ DOXYGEN_ALL_TARGET= html-local post-install: # install-strip does not strip libaxa.so ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libaxa.so.0.0.0 - (cd ${WRKSRC}/doc/doxygen && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) .endif .include diff --git a/net/axa/distinfo b/net/axa/distinfo index 32df6a834c3c..f75d2c18a17d 100644 --- a/net/axa/distinfo +++ b/net/axa/distinfo @@ -1,2 +1,2 @@ -SHA256 (farsightsec-axa-1.0.0-tags-v1.0.0_GH0.tar.gz) = 61c67185983d38d648f903a5743f9adcc343c32264a870f92f4eff3e9855a3e3 -SIZE (farsightsec-axa-1.0.0-tags-v1.0.0_GH0.tar.gz) = 150853 +SHA256 (axa-1.1.1.tar.gz) = 6f6457f53c420dc684fe81999573cc2ffd90c544c91531e348c1cb1c3189576a +SIZE (axa-1.1.1.tar.gz) = 482016 diff --git a/net/axa/pkg-plist b/net/axa/pkg-plist index e6dc0222b158..364a95c25f4c 100644 --- a/net/axa/pkg-plist +++ b/net/axa/pkg-plist @@ -1,4 +1,8 @@ +bin/axa_link_certs +bin/axa_make_cert +bin/axa_server_cert bin/radtool +bin/radtunnel bin/sratool bin/sratunnel %%ETCDIR%%/fields @@ -20,5 +24,9 @@ lib/libaxa.so.0 lib/libaxa.so.0.0.0 libdata/pkgconfig/libaxa.pc man/man1/radtool.1.gz +man/man1/radtunnel.1.gz man/man1/sratool.1.gz man/man1/sratunnel.1.gz +man/man8/axa_link_certs.8.gz +man/man8/axa_make_cert.8.gz +man/man8/axa_server_cert.8.gz -- cgit