From owner-svn-ports-head@freebsd.org Mon Oct 10 15:58:41 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 6D934C0C574; Mon, 10 Oct 2016 15:58:41 +0000 (UTC) (envelope-from marino@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 3F5FC689; Mon, 10 Oct 2016 15:58:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AFweif047347; Mon, 10 Oct 2016 15:58:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AFwe6Q047345; Mon, 10 Oct 2016 15:58:40 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610101558.u9AFwe6Q047345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 10 Oct 2016 15:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423670 - in head/net/anet: . files 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: Mon, 10 Oct 2016 15:58:41 -0000 Author: marino Date: Mon Oct 10 15:58:40 2016 New Revision: 423670 URL: https://svnweb.freebsd.org/changeset/ports/423670 Log: net/anet: Upgrade version 0.3.3 => 0.3.4 The TCP_NODELAY was incorporated upstream (different implementation) and socket shutdown is now supported as well. Deleted: head/net/anet/files/patch-add-TCP_NODELAY Modified: head/net/anet/Makefile head/net/anet/distinfo Modified: head/net/anet/Makefile ============================================================================== --- head/net/anet/Makefile Mon Oct 10 15:30:10 2016 (r423669) +++ head/net/anet/Makefile Mon Oct 10 15:58:40 2016 (r423670) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= anet -PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTVERSION= 0.3.4 CATEGORIES= net MASTER_SITES= http://www.codelabs.ch/download/ DISTNAME= libanet-${PORTVERSION} @@ -21,7 +20,7 @@ MAKE_ARGS+= NUM_CPUS=${MAKE_JOBS_NUMBER} OS=bsd OPTIONS_DEFINE= TEST DOCS -TEST_DESC= Run unit test suite before installation +TEST_DESC= Run unit test suite before installation TEST_ALL_TARGET= tests TEST_BUILD_DEPENDS= ${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven DOCS_USES= gmake Modified: head/net/anet/distinfo ============================================================================== --- head/net/anet/distinfo Mon Oct 10 15:30:10 2016 (r423669) +++ head/net/anet/distinfo Mon Oct 10 15:58:40 2016 (r423670) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467439601 -SHA256 (libanet-0.3.3.tar.bz2) = 8ef101d47f549232b0276687235ac7767a2b50b6bde5f48ca21c20007e8ad20b -SIZE (libanet-0.3.3.tar.bz2) = 50553 +TIMESTAMP = 1476093104 +SHA256 (libanet-0.3.4.tar.bz2) = 7462a5530fe0b8ff9dbf20a2f0a2dd0bf55e7f0c322bc10f9f0327f971706e07 +SIZE (libanet-0.3.4.tar.bz2) = 50996