Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2016 23:40:10 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426191 - head/net/axa
Message-ID:  <201611152340.uAFNeAVG019338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611152340.uAFNeAVG019338>