From owner-svn-ports-all@FreeBSD.ORG Sun Apr 5 12:45:26 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A772C31; Sun, 5 Apr 2015 12:45:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 4ACE08EE; Sun, 5 Apr 2015 12:45:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35CjQXS012831; Sun, 5 Apr 2015 12:45:26 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35CjPQl012825; Sun, 5 Apr 2015 12:45:25 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201504051245.t35CjPQl012825@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 5 Apr 2015 12:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383292 - in head/math/vowpal_wabbit: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 05 Apr 2015 12:45:26 -0000 Author: demon Date: Sun Apr 5 12:45:24 2015 New Revision: 383292 URL: https://svnweb.freebsd.org/changeset/ports/383292 Log: Update to version 7.10. Modified: head/math/vowpal_wabbit/Makefile head/math/vowpal_wabbit/distinfo head/math/vowpal_wabbit/files/patch-vowpalwabbit-Makefile.in Modified: head/math/vowpal_wabbit/Makefile ============================================================================== --- head/math/vowpal_wabbit/Makefile Sun Apr 5 12:40:45 2015 (r383291) +++ head/math/vowpal_wabbit/Makefile Sun Apr 5 12:45:24 2015 (r383292) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vowpal_wabbit -PORTVERSION= 7.9 +PORTVERSION= 7.10 CATEGORIES= math MASTER_SITES= http://github.com/JohnLangford/vowpal_wabbit/archive/ DISTFILES= ${PORTVERSION}${EXTRACT_SUFX} Modified: head/math/vowpal_wabbit/distinfo ============================================================================== --- head/math/vowpal_wabbit/distinfo Sun Apr 5 12:40:45 2015 (r383291) +++ head/math/vowpal_wabbit/distinfo Sun Apr 5 12:45:24 2015 (r383292) @@ -1,2 +1,2 @@ -SHA256 (vowpal_wabbit/7.9.tar.gz) = 2e16eceed03ed624663044c28569aa52e387b8cd199445e953d13b05c0a1eaf9 -SIZE (vowpal_wabbit/7.9.tar.gz) = 8850729 +SHA256 (vowpal_wabbit/7.10.tar.gz) = 8d9aeddd9a5b7d73264fe28264f05f2a2b6a8fa38f65b02081c6e40460604c36 +SIZE (vowpal_wabbit/7.10.tar.gz) = 8859494 Modified: head/math/vowpal_wabbit/files/patch-vowpalwabbit-Makefile.in ============================================================================== --- head/math/vowpal_wabbit/files/patch-vowpalwabbit-Makefile.in Sun Apr 5 12:40:45 2015 (r383291) +++ head/math/vowpal_wabbit/files/patch-vowpalwabbit-Makefile.in Sun Apr 5 12:45:24 2015 (r383292) @@ -1,11 +1,11 @@ ---- vowpalwabbit/Makefile.in.orig 2015-01-11 21:54:22.000000000 +0300 -+++ vowpalwabbit/Makefile.in 2015-01-15 15:48:29.000000000 +0300 -@@ -85,7 +85,7 @@ bin_PROGRAMS = vw$(EXEEXT) active_intera +--- vowpalwabbit/Makefile.in.orig 2015-04-05 15:33:41.243264000 +0300 ++++ vowpalwabbit/Makefile.in 2015-04-05 15:33:56.962316000 +0300 +@@ -87,7 +87,7 @@ @NITPICK_TRUE@ -Wmissing-format-attribute -Wredundant-decls \ @NITPICK_TRUE@ -ansi -Wmissing-noreturn - @PARALLELIZE_TRUE@am__append_2 = -Wno-strict-aliasing -fopenmp --@FREEBSD_TRUE@am__append_3 = -l compat -Wall -+@FREEBSD_TRUE@am__append_3 = -lcompat -Wall - @FREEBSD_FALSE@am__append_4 = -Wall -pedantic + @PARALLELIZE_TRUE@am__append_4 = -Wno-strict-aliasing -fopenmp +-@FREEBSD_TRUE@am__append_5 = -l compat ++@FREEBSD_TRUE@am__append_5 = -lcompat + @FREEBSD_FALSE@am__append_6 = -pedantic + @CLANG_LIBCXX_TRUE@am__append_7 = -stdlib=libc++ subdir = vowpalwabbit - DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \