From owner-svn-ports-all@freebsd.org Fri May 18 15:55:01 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 D8438EACAF0; Fri, 18 May 2018 15:55:01 +0000 (UTC) (envelope-from stephen@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 84E5E7C39E; Fri, 18 May 2018 15:55:01 +0000 (UTC) (envelope-from stephen@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 64C121A3E5; Fri, 18 May 2018 15:55:01 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IFt1GS043761; Fri, 18 May 2018 15:55:01 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFt188043759; Fri, 18 May 2018 15:55:01 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805181555.w4IFt188043759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 18 May 2018 15:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470306 - head/math/octave-forge-parallel X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge-parallel X-SVN-Commit-Revision: 470306 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.26 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: Fri, 18 May 2018 15:55:02 -0000 Author: stephen Date: Fri May 18 15:55:00 2018 New Revision: 470306 URL: https://svnweb.freebsd.org/changeset/ports/470306 Log: - Update to 3.1.2. - Unbreak. Modified: head/math/octave-forge-parallel/Makefile head/math/octave-forge-parallel/distinfo Modified: head/math/octave-forge-parallel/Makefile ============================================================================== --- head/math/octave-forge-parallel/Makefile Fri May 18 15:54:15 2018 (r470305) +++ head/math/octave-forge-parallel/Makefile Fri May 18 15:55:00 2018 (r470306) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-parallel -PORTVERSION= 3.1.1 -PORTREVISION= 6 +PORTVERSION= 3.1.2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -12,15 +11,18 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -BROKEN= does not build with octave 4.4.0 - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} +RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct + WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes -USES= compiler:gcc-c++11-lib +USES+= compiler:gcc-c++11-lib perl5 shebangfix +USE_PERL5= build +SHEBANG_FILES= *.pl + .include "${.CURDIR}/../../Mk/bsd.octave.mk" Modified: head/math/octave-forge-parallel/distinfo ============================================================================== --- head/math/octave-forge-parallel/distinfo Fri May 18 15:54:15 2018 (r470305) +++ head/math/octave-forge-parallel/distinfo Fri May 18 15:55:00 2018 (r470306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475422619 -SHA256 (octave-forge/parallel-3.1.1.tar.gz) = 4cd8f4619557c91c046882b056322da8de7f6047bfce6f102f40565bd4b4b37f -SIZE (octave-forge/parallel-3.1.1.tar.gz) = 189981 +TIMESTAMP = 1526653659 +SHA256 (octave-forge/parallel-3.1.2.tar.gz) = a69b125c85f22172d553749f673e9dd8e2e22f8b52d1f1b301869085db093537 +SIZE (octave-forge/parallel-3.1.2.tar.gz) = 158267