Date: Mon, 11 Mar 2013 11:31:55 +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: r313866 - in head/devel/libmatheval: . files Message-ID: <201303111131.r2BBVtJr011149@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Mon Mar 11 11:31:54 2013 New Revision: 313866 URL: http://svnweb.freebsd.org/changeset/ports/313866 Log: Update to version 1.1.10. Modified: head/devel/libmatheval/Makefile head/devel/libmatheval/distinfo head/devel/libmatheval/files/patch-config-ltmain.sh Modified: head/devel/libmatheval/Makefile ============================================================================== --- head/devel/libmatheval/Makefile Mon Mar 11 11:17:21 2013 (r313865) +++ head/devel/libmatheval/Makefile Mon Mar 11 11:31:54 2013 (r313866) @@ -6,8 +6,7 @@ # PORTNAME= libmatheval -PORTVERSION= 1.1.7 -PORTREVISION= 1 +PORTVERSION= 1.1.10 CATEGORIES= devel math MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/devel/libmatheval/distinfo ============================================================================== --- head/devel/libmatheval/distinfo Mon Mar 11 11:17:21 2013 (r313865) +++ head/devel/libmatheval/distinfo Mon Mar 11 11:31:54 2013 (r313866) @@ -1,2 +1,2 @@ -SHA256 (libmatheval-1.1.7.tar.gz) = b890167968c8fe0060e2210c0ba109534dfcd07c984c4ca3f186cd89c03c02a9 -SIZE (libmatheval-1.1.7.tar.gz) = 525887 +SHA256 (libmatheval-1.1.10.tar.gz) = 1d2b2f9db99fdf1def2e292a61b02b8fcf7d25f550bb8b278c832d287258c7d3 +SIZE (libmatheval-1.1.10.tar.gz) = 551835 Modified: head/devel/libmatheval/files/patch-config-ltmain.sh ============================================================================== --- head/devel/libmatheval/files/patch-config-ltmain.sh Mon Mar 11 11:17:21 2013 (r313865) +++ head/devel/libmatheval/files/patch-config-ltmain.sh Mon Mar 11 11:31:54 2013 (r313866) @@ -1,15 +1,10 @@ ---- config/ltmain.sh.orig Wed Dec 13 11:54:39 2006 -+++ config/ltmain.sh Wed Dec 13 11:54:52 2006 -@@ -5659,10 +5659,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` +--- config/ltmain.sh.orig 2013-03-11 15:30:13.000000000 +0400 ++++ config/ltmain.sh 2013-03-11 15:30:15.000000000 +0400 +@@ -3025,7 +3025,6 @@ + func_basename "$file" + name="$func_basename_result" instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi +- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + test -n "$old_library" && func_append staticlibs " $dir/$old_library"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303111131.r2BBVtJr011149>