Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2015 12:45:25 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
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
Message-ID:  <201504051245.t35CjPQl012825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504051245.t35CjPQl012825>