From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 29 16:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 82CAC766 for ; Mon, 29 Apr 2013 16:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6A0FC1DC7 for ; Mon, 29 Apr 2013 16:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3TG000l080730 for ; Mon, 29 Apr 2013 16:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3TG00hu080728; Mon, 29 Apr 2013 16:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 29 Apr 2013 16:00:00 GMT Resent-Message-Id: <201304291600.r3TG00hu080728@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stas Timokhin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AFF1644C for ; Mon, 29 Apr 2013 15:52:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [69.147.83.34]) by mx1.freebsd.org (Postfix) with ESMTP id 9223A1D62 for ; Mon, 29 Apr 2013 15:52:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3TFqZMB095580 for ; Mon, 29 Apr 2013 15:52:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r3TFqZR2095579; Mon, 29 Apr 2013 15:52:35 GMT (envelope-from nobody) Message-Id: <201304291552.r3TFqZR2095579@red.freebsd.org> Date: Mon, 29 Apr 2013 15:52:35 GMT From: Stas Timokhin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178240: Update port science/meep to 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 16:00:00 -0000 >Number: 178240 >Category: ports >Synopsis: Update port science/meep to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 29 16:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Stas Timokhin >Release: 10-current i386 >Organization: None >Environment: >Description: http://www.freebsd.org/cgi/query-pr.cgi?pr=178239 should be commited synchronously with this PR. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-04-18 23:12:00.000000000 +0700 +++ Makefile 2013-04-18 23:17:04.000000000 +0700 @@ -2,8 +2,7 @@ # $FreeBSD: science/meep/Makefile 314144 2013-03-14 11:20:54Z miwi $ PORTNAME= meep -PORTVERSION= 1.1.1 -PORTREVISION= 4 +PORTVERSION= 1.2 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ @@ -15,8 +14,8 @@ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile \ blas.2:${PORTSDIR}/math/blas \ - ctl.4:${PORTSDIR}/science/libctl \ - hdf5.0:${PORTSDIR}/science/hdf5 + ctl.5:${PORTSDIR}/science/libctl \ + hdf5.7:${PORTSDIR}/science/hdf5-18 RUN_DEPENDS+= harminv:${PORTSDIR}/science/harminv USE_GMAKE= yes --- distinfo.orig 2012-07-14 21:29:18.000000000 +0700 +++ distinfo 2013-04-18 23:12:49.000000000 +0700 @@ -1,2 +1,2 @@ -SHA256 (meep-1.1.1.tar.gz) = 7a97b5555da1f9ea2ec6eed5c45bd97bcd6ddbd54bdfc181f46c696dffc169f2 -SIZE (meep-1.1.1.tar.gz) = 751244 +SHA256 (meep-1.2.tar.gz) = 2734737b8053a45942bc1a50933d63b6fd18c7dc3cf33e92e0815ece93138942 +SIZE (meep-1.2.tar.gz) = 807522 --- files/patch-configure.orig 2012-07-14 21:29:18.000000000 +0700 +++ files/patch-configure 2013-04-18 23:48:43.000000000 +0700 @@ -1,6 +1,12 @@ ---- configure.orig 2009-08-21 16:35:00.000000000 +0000 -+++ configure 2011-06-19 22:08:46.000000000 +0000 -@@ -920,6 +920,7 @@ +--- configure.orig 2012-07-20 08:29:15.000000000 +0700 ++++ configure 2013-04-18 23:46:39.000000000 +0700 +@@ -1,4 +1,4 @@ +-#! /bin/sh ++#! /usr/local/bin/bash + # Guess values for system-dependent variables and create Makefiles. + # Generated by GNU Autoconf 2.69 for meep 1.2. + # +@@ -772,6 +772,7 @@ datadir datarootdir libexecdir @@ -8,7 +14,7 @@ sbindir bindir program_transform_name -@@ -1002,6 +1003,7 @@ +@@ -856,6 +857,7 @@ bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' @@ -16,7 +22,7 @@ datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' -@@ -1398,7 +1400,7 @@ +@@ -1247,7 +1249,7 @@ fi # Check all directory arguments for consistency. @@ -25,3 +31,21 @@ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir +@@ -9622,7 +9624,7 @@ + LIBTOOL_DEPS="$ltmain" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='/usr/local/bin/bash $(top_builddir)/libtool' + + + +@@ -25552,7 +25554,7 @@ + ACTIVATE_READLINE="$ractivate" + else + ractivate="(use-modules (ice-9 readline)) (activate-readline)" +- if guile -c "$ractivate" >& /dev/null; then ++ if guile -c "$ractivate" > /dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ice-9 readline" >&5 + $as_echo "ice-9 readline" >&6; } + ACTIVATE_READLINE="$ractivate" >Release-Note: >Audit-Trail: >Unformatted: