From owner-svn-ports-head@freebsd.org Tue Nov 15 23:40:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A441C43473; Tue, 15 Nov 2016 23:40:11 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5136336B; Tue, 15 Nov 2016 23:40:11 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAFNeA12019340; Tue, 15 Nov 2016 23:40:10 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAFNeAVG019338; Tue, 15 Nov 2016 23:40:10 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201611152340.uAFNeAVG019338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 15 Nov 2016 23:40:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426191 - head/net/axa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 23:40:11 -0000 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