svn commit: r426191 - head/net/axa
Don Lewis
truckman at FreeBSD.org
Tue Nov 15 23:40:11 UTC 2016
Author: truckman
Date: Tue Nov 15 23:40:10 2016
New Revision: 426191
URL: https://svnweb.freebsd.org/changeset/ports/426191
Log:
Upgrade axa to version 1.3.4:
* Update copyright for 2016 where missing
* Fix static analyzer warnings
* Add missing libprotobuf_c_CFLAGS to Makefile.am
* Fix typos in documentation
* Fix typos in comments
* Fix typo in json-schema.yaml
* Update sratool/radtool in-tool contextual help
* Update sratunnel/radtunnel usage()
* Update man pages for missing commands/options
* Fix bug in axa_link_certs where it would bail if no symlinks existed
* Fix bug in axa_link_certs where it wouldn't process relative pathnames
SHEBANG fix cert_tools/axa_link_certs.in
Sponsored by: Farsight Security, Inc.
Modified:
head/net/axa/Makefile
head/net/axa/distinfo
Modified: head/net/axa/Makefile
==============================================================================
--- head/net/axa/Makefile Tue Nov 15 23:31:30 2016 (r426190)
+++ head/net/axa/Makefile Tue Nov 15 23:40:10 2016 (r426191)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= axa
-PORTVERSION= 1.3.3
+PORTVERSION= 1.3.4
CATEGORIES= net dns
MASTER_SITES= FARSIGHT/${PORTNAME} LOCAL/truckman/farsight
@@ -23,9 +23,11 @@ LIB_DEPENDS= libcheck.so:devel/libcheck
RUN_DEPENDS= sie-nmsg>0:net/sie-nmsg
GNU_CONFIGURE= yes
-USES= autoreconf gmake libedit libtool pathfix pkgconfig ssl
+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= *
Modified: head/net/axa/distinfo
==============================================================================
--- head/net/axa/distinfo Tue Nov 15 23:31:30 2016 (r426190)
+++ head/net/axa/distinfo Tue Nov 15 23:40:10 2016 (r426191)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476380147
-SHA256 (axa-1.3.3.tar.gz) = 3c9965ab52991ee800e7443df23e0fec4efe3434a5c25ebc69b60b1712d8f61e
-SIZE (axa-1.3.3.tar.gz) = 538018
+TIMESTAMP = 1479183167
+SHA256 (axa-1.3.4.tar.gz) = 63c2711fe4f4ef43974e3ce2a06fd48a81e44200bf5168040b275165fe1d210f
+SIZE (axa-1.3.4.tar.gz) = 694836
More information about the svn-ports-all
mailing list