Index: head/net/axa/files/patch-Makefile.am =================================================================== --- head/net/axa/files/patch-Makefile.am (revision 467325) +++ head/net/axa/files/patch-Makefile.am (nonexistent) @@ -1,12 +0,0 @@ ---- Makefile.am.orig 2016-06-29 19:21:44 UTC -+++ Makefile.am -@@ -88,8 +88,7 @@ nobase_include_HEADERS = \ - axa/socket.h \ - axa/strbuf.h \ - axa/trie.h \ -- axa/wire.h \ -- libmy/b64_encode.h -+ axa/wire.h - lib_LTLIBRARIES = axa/libaxa.la - - axa_libaxa_la_SOURCES = \ Property changes on: head/net/axa/files/patch-Makefile.am ___________________________________________________________________ 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 Index: head/net/axa/files/patch-sratool_print.c =================================================================== --- head/net/axa/files/patch-sratool_print.c (revision 467325) +++ head/net/axa/files/patch-sratool_print.c (nonexistent) @@ -1,11 +0,0 @@ ---- sratool/print.c.orig 2016-06-29 19:21:44 UTC -+++ sratool/print.c -@@ -1202,7 +1202,7 @@ print_mgmt(axa_p_mgmt_t *mgmt, size_t mg - } - - if (axa_debug != 0) { -- printf(" mgmt_len : %zdb\n", AXA_P2H32(mgmt_len)); -+ printf(" mgmt_len : %"PRIu32"\n", AXA_P2H32(mgmt_len)); - } - - /* UINT32_MAX or UINT64_MAX == server error in gathering stat */ Property changes on: head/net/axa/files/patch-sratool_print.c ___________________________________________________________________ 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 Index: head/net/axa/Makefile =================================================================== --- head/net/axa/Makefile (revision 467325) +++ head/net/axa/Makefile (revision 467326) @@ -1,61 +1,61 @@ # $FreeBSD$ PORTNAME= axa -PORTVERSION= 1.6.0 +PORTVERSION= 2.0.1 #PORTREVISION= 1 CATEGORIES= net dns -MASTER_SITES= FARSIGHT/${PORTNAME} LOCAL/truckman/farsight +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= AXA library and tools LICENSE= APACHE20 PD LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/copyright LICENSE_FILE_PD= ${WRKSRC}/license_pd BUILD_DEPENDS= bash:shells/bash \ sie-nmsg>0:net/sie-nmsg LIB_DEPENDS= libcheck.so:devel/check \ libprotobuf-c.so:devel/protobuf-c \ libnmsg.so:net/nmsg \ libwdns.so:dns/wdns \ libyajl.so:devel/yajl RUN_DEPENDS= sie-nmsg>0:net/sie-nmsg GNU_CONFIGURE= yes USES= autoreconf gmake libedit libtool pathfix pkgconfig shebangfix \ ssl CONFIGURE_SHELL= ${LOCALBASE}/bin/bash USE_LDCONFIG= yes SHEBANG_FILES= cert_tools/axa_link_certs.in PORTDOCS= * OPTIONS_DEFINE= DOXYGEN OPTIONS_DEFAULT=DOXYGEN ALL_TARGET= all INSTALL_TARGET= install-strip DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_ALL_TARGET= html-local LDFLAGS+= -lm .include .if ${SSL_DEFAULT} == base CONFIGURE_ENV+= libcrypto_CFLAGS="-I${OPENSSLINC}" \ libcrypto_LIBS="${OPENSSLLIB}/libcrypto.so" \ libssl_CFLAGS="-I${OPENSSLINC}" \ libssl_LIBS="${OPENSSLLIB}/libssl.so" .endif post-extract: (${ECHO} "For libmy/b64_encode.c:" ; \ ${SED} -ne "1,/\*\//p" ${WRKSRC}/libmy/b64_encode.c ) > ${LICENSE_FILE_PD} post-install-DOXYGEN-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) .include Index: head/net/axa/distinfo =================================================================== --- head/net/axa/distinfo (revision 467325) +++ head/net/axa/distinfo (revision 467326) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498781052 -SHA256 (axa-1.6.0.tar.gz) = b901731f70a63befd0b99e3ef922d48316df2a59212903f06133d0bde6006f28 -SIZE (axa-1.6.0.tar.gz) = 531108 +TIMESTAMP = 1523653507 +SHA256 (axa-2.0.1.tar.gz) = d23d7bfb6e36953d7524a60b1929641c73db7fc55bbb4914ae213187e733dfbc +SIZE (axa-2.0.1.tar.gz) = 571257 Index: head/net/axa/pkg-plist =================================================================== --- head/net/axa/pkg-plist (revision 467325) +++ head/net/axa/pkg-plist (revision 467326) @@ -1,34 +1,37 @@ bin/axa_link_certs bin/axa_make_cert bin/axa_server_cert bin/radtool bin/radtunnel bin/sratool bin/sratunnel %%ETCDIR%%/fields include/axa/axa.h include/axa/axa_endian.h include/axa/bits.h include/axa/client.h include/axa/client_config.h include/axa/dns_walk.h include/axa/fields.h include/axa/json.h include/axa/strbuf.h include/axa/open_nmsg_out.h include/axa/protocol.h include/axa/socket.h include/axa/trie.h +include/axa/version.h include/axa/wire.h +include/axa/yajl_shortcuts.h +include/libmy/b64_encode.h lib/libaxa.a lib/libaxa.so -lib/libaxa.so.0 -lib/libaxa.so.0.0.0 +lib/libaxa.so.1 +lib/libaxa.so.1.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