From owner-svn-ports-all@freebsd.org Sun Oct 7 07:24:53 2018 Return-Path: Delivered-To: svn-ports-all@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 C457210B581E; Sun, 7 Oct 2018 07:24:53 +0000 (UTC) (envelope-from antoine@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 6F5177804D; Sun, 7 Oct 2018 07:24:53 +0000 (UTC) (envelope-from antoine@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 456BF10D67; Sun, 7 Oct 2018 07:24:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w977OrOf007211; Sun, 7 Oct 2018 07:24:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w977OqPb007210; Sun, 7 Oct 2018 07:24:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810070724.w977OqPb007210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 7 Oct 2018 07:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481433 - branches/2018Q4/net/tcpflow X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q4/net/tcpflow X-SVN-Commit-Revision: 481433 X-SVN-Commit-Repository: ports 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.27 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: Sun, 07 Oct 2018 07:24:54 -0000 Author: antoine Date: Sun Oct 7 07:24:52 2018 New Revision: 481433 URL: https://svnweb.freebsd.org/changeset/ports/481433 Log: MFH: r481360 (fixes build with OpenSSL 1.1.1) Update to 1.5.0 PR: 231931 Modified: branches/2018Q4/net/tcpflow/Makefile branches/2018Q4/net/tcpflow/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/tcpflow/Makefile ============================================================================== --- branches/2018Q4/net/tcpflow/Makefile Sun Oct 7 06:28:08 2018 (r481432) +++ branches/2018Q4/net/tcpflow/Makefile Sun Oct 7 07:24:52 2018 (r481433) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tcpflow -PORTVERSION= 1.4.5 -PORTREVISION= 8 +PORTVERSION= 1.5.0 CATEGORIES= net MASTER_SITES= http://digitalcorpora.org/downloads/${PORTNAME}/ @@ -11,11 +10,16 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Program that captures data transmitted as part of TCP connections LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/icl/interval.hpp:devel/boost-libs -LIB_DEPENDS= libcairo.so:graphics/cairo +LIB_DEPENDS= libcairo.so:graphics/cairo \ + libexpat.so:textproc/expat2 \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 -USES= ssl +USES= python:2.7 ssl +USE_XORG= pixman GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_md_MD5=no \ ac_cv_header_tre_tre_h=no ac_cv_lib_tre_tre_regcomp=no \ @@ -24,12 +28,5 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/tcpflow man/man1/tcpflow.1.gz -PORTDOCS= AUTHORS ChangeLog NEWS README - -OPTIONS_DEFINE= DOCS - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Modified: branches/2018Q4/net/tcpflow/distinfo ============================================================================== --- branches/2018Q4/net/tcpflow/distinfo Sun Oct 7 06:28:08 2018 (r481432) +++ branches/2018Q4/net/tcpflow/distinfo Sun Oct 7 07:24:52 2018 (r481433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474383833 -SHA256 (tcpflow-1.4.5.tar.gz) = f39fed437911b858c97937bc902f68f9a690753617abe825411a8483a7f70c72 -SIZE (tcpflow-1.4.5.tar.gz) = 450450 +TIMESTAMP = 1534763117 +SHA256 (tcpflow-1.5.0.tar.gz) = 20abe3353a49a13dcde17ad318d839df6312aa6e958203ea710b37bede33d988 +SIZE (tcpflow-1.5.0.tar.gz) = 471429