From owner-svn-ports-all@freebsd.org Fri Oct 14 06:58:35 2016 Return-Path: Delivered-To: svn-ports-all@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 B15ADC11DC1; Fri, 14 Oct 2016 06:58:35 +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 7F2D474; Fri, 14 Oct 2016 06:58:35 +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 u9E6wYsj052865; Fri, 14 Oct 2016 06:58:34 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E6wY0t052862; Fri, 14 Oct 2016 06:58:34 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201610140658.u9E6wY0t052862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 14 Oct 2016 06:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423951 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 06:58:35 -0000 Author: truckman Date: Fri Oct 14 06:58:34 2016 New Revision: 423951 URL: https://svnweb.freebsd.org/changeset/ports/423951 Log: Upgrade axa to version 1.3.3: * Remove misplaced axa/rad_mod.h * Move all tls scripts to cert_tools * Fix axa_link_certs to work reliably on OS X and Debian * Add Rad Units data type * Documentation fixes Sponsored by: Farsight Security, Inc. Modified: head/net/axa/Makefile head/net/axa/distinfo head/net/axa/pkg-plist Modified: head/net/axa/Makefile ============================================================================== --- head/net/axa/Makefile Fri Oct 14 06:40:31 2016 (r423950) +++ head/net/axa/Makefile Fri Oct 14 06:58:34 2016 (r423951) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= axa -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.3 CATEGORIES= net dns MASTER_SITES= FARSIGHT/${PORTNAME} LOCAL/truckman/farsight Modified: head/net/axa/distinfo ============================================================================== --- head/net/axa/distinfo Fri Oct 14 06:40:31 2016 (r423950) +++ head/net/axa/distinfo Fri Oct 14 06:58:34 2016 (r423951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467236842 -SHA256 (axa-1.3.0.tar.gz) = dba2a2eafc1b44accc398e260cadcb756a43aada72e9865ac47bc1c74406d4d8 -SIZE (axa-1.3.0.tar.gz) = 539237 +TIMESTAMP = 1476380147 +SHA256 (axa-1.3.3.tar.gz) = 3c9965ab52991ee800e7443df23e0fec4efe3434a5c25ebc69b60b1712d8f61e +SIZE (axa-1.3.3.tar.gz) = 538018 Modified: head/net/axa/pkg-plist ============================================================================== --- head/net/axa/pkg-plist Fri Oct 14 06:40:31 2016 (r423950) +++ head/net/axa/pkg-plist Fri Oct 14 06:58:34 2016 (r423951) @@ -16,7 +16,6 @@ include/axa/json.h include/axa/strbuf.h include/axa/open_nmsg_out.h include/axa/protocol.h -include/axa/rad_mod.h include/axa/socket.h include/axa/trie.h include/axa/wire.h