From owner-svn-ports-head@freebsd.org Mon Aug 27 16:43:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4128108FFD1; Mon, 27 Aug 2018 16:43:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A62AF7934F; Mon, 27 Aug 2018 16:43:06 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 886DA20485; Mon, 27 Aug 2018 16:43:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7RGh6Xp098136; Mon, 27 Aug 2018 16:43:06 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7RGh5bA098133; Mon, 27 Aug 2018 16:43:05 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808271643.w7RGh5bA098133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 27 Aug 2018 16:43:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478223 - head/net/libfixbuf X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/libfixbuf X-SVN-Commit-Revision: 478223 X-SVN-Commit-Repository: ports 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.27 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: Mon, 27 Aug 2018 16:43:07 -0000 Author: swills Date: Mon Aug 27 16:43:05 2018 New Revision: 478223 URL: https://svnweb.freebsd.org/changeset/ports/478223 Log: net/libfixbuf: Update to 2.1.0 PR: 230313 Submitted by: Nathan Approved by: Chris Inacio (implicit) Modified: head/net/libfixbuf/Makefile (contents, props changed) head/net/libfixbuf/distinfo (contents, props changed) head/net/libfixbuf/pkg-plist (contents, props changed) Modified: head/net/libfixbuf/Makefile ============================================================================== --- head/net/libfixbuf/Makefile Mon Aug 27 16:42:30 2018 (r478222) +++ head/net/libfixbuf/Makefile Mon Aug 27 16:43:05 2018 (r478223) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libfixbuf -PORTVERSION= 1.8.0 +PORTVERSION= 2.1.0 CATEGORIES= net MASTER_SITES= http://tools.netsa.cert.org/releases/ @@ -10,7 +10,7 @@ MAINTAINER= nacho319+freebsdZilla@gmail.com COMMENT= Library for using the IP Flow Information Export protocol LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE.txt GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/net/libfixbuf/distinfo ============================================================================== --- head/net/libfixbuf/distinfo Mon Aug 27 16:42:30 2018 (r478222) +++ head/net/libfixbuf/distinfo Mon Aug 27 16:43:05 2018 (r478223) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516823172 -SHA256 (libfixbuf-1.8.0.tar.gz) = c0a3b4f99916c7124b1964b273fc3a1969e34228633f68a1a9615f2b420236ce -SIZE (libfixbuf-1.8.0.tar.gz) = 840172 +TIMESTAMP = 1533264508 +SHA256 (libfixbuf-2.1.0.tar.gz) = d3a0ddf3f693e9421efaa8029c8ff1f78c81c39e77661dc40a05b3515d086fe7 +SIZE (libfixbuf-2.1.0.tar.gz) = 925899 Modified: head/net/libfixbuf/pkg-plist ============================================================================== --- head/net/libfixbuf/pkg-plist Mon Aug 27 16:42:30 2018 (r478222) +++ head/net/libfixbuf/pkg-plist Mon Aug 27 16:43:05 2018 (r478223) @@ -4,6 +4,6 @@ include/fixbuf/public.h include/fixbuf/version.h lib/libfixbuf.a lib/libfixbuf.so -lib/libfixbuf.so.3 -lib/libfixbuf.so.3.2.0 +lib/libfixbuf.so.6 +lib/libfixbuf.so.6.1.0 libdata/pkgconfig/libfixbuf.pc