Date: Mon, 10 Oct 2016 15:58:40 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423670 - in head/net/anet: . files Message-ID: <201610101558.u9AFwe6Q047345@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610101558.u9AFwe6Q047345>