From owner-svn-ports-all@FreeBSD.ORG Sun Oct 27 15:01:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E6747ED5; Sun, 27 Oct 2013 15:01:18 +0000 (UTC) (envelope-from demon@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C49B72BB3; Sun, 27 Oct 2013 15:01:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9RF1I2X009335; Sun, 27 Oct 2013 15:01:18 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9RF1Icq009330; Sun, 27 Oct 2013 15:01:18 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201310271501.r9RF1Icq009330@svn.freebsd.org> From: Dmitry Sivachenko Date: Sun, 27 Oct 2013 15:01:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331778 - in head/devel/libmatheval: . 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.14 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, 27 Oct 2013 15:01:19 -0000 Author: demon Date: Sun Oct 27 15:01:17 2013 New Revision: 331778 URL: http://svnweb.freebsd.org/changeset/ports/331778 Log: Update to 1.1.11. Support staging. Added: head/devel/libmatheval/files/patch-lib-Makefile.in (contents, props changed) Deleted: head/devel/libmatheval/files/patch-lib-Makfile-in Modified: head/devel/libmatheval/Makefile head/devel/libmatheval/distinfo head/devel/libmatheval/pkg-plist Modified: head/devel/libmatheval/Makefile ============================================================================== --- head/devel/libmatheval/Makefile Sun Oct 27 14:54:08 2013 (r331777) +++ head/devel/libmatheval/Makefile Sun Oct 27 15:01:17 2013 (r331778) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmatheval -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.11 CATEGORIES= devel math MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} @@ -11,7 +11,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= A library of procedures for evaluating mathematical functions BUILD_DEPENDS= flex>0:${PORTSDIR}/textproc/flex -LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile +LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" @@ -19,9 +19,6 @@ USE_LDCONFIG= yes USES= pathfix CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -INFO= libmatheval - -NO_STAGE= yes post-patch: ${RM} ${WRKSRC}/doc/libmatheval.info Modified: head/devel/libmatheval/distinfo ============================================================================== --- head/devel/libmatheval/distinfo Sun Oct 27 14:54:08 2013 (r331777) +++ head/devel/libmatheval/distinfo Sun Oct 27 15:01:17 2013 (r331778) @@ -1,2 +1,2 @@ -SHA256 (libmatheval-1.1.10.tar.gz) = 1d2b2f9db99fdf1def2e292a61b02b8fcf7d25f550bb8b278c832d287258c7d3 -SIZE (libmatheval-1.1.10.tar.gz) = 551835 +SHA256 (libmatheval-1.1.11.tar.gz) = 474852d6715ddc3b6969e28de5e1a5fbaff9e8ece6aebb9dc1cc63e9e88e89ab +SIZE (libmatheval-1.1.11.tar.gz) = 551770 Added: head/devel/libmatheval/files/patch-lib-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libmatheval/files/patch-lib-Makefile.in Sun Oct 27 15:01:17 2013 (r331778) @@ -0,0 +1,11 @@ +--- lib/Makefile.in.orig 2013-10-27 18:59:35.000000000 +0400 ++++ lib/Makefile.in 2013-10-27 18:59:46.000000000 +0400 +@@ -286,7 +286,7 @@ + g77_interface.c node.c symbol_table.c xmalloc.c xmath.c + + libmatheval_la_LDFLAGS = -version-info 1:0:0 +-libmatheval_la_LIBADD = @LEXLIB@ -lm ++libmatheval_la_LIBADD = -lfl_pic -lm + include_HEADERS = matheval.h + noinst_HEADERS = common.h error.h node.h symbol_table.h xmalloc.h \ + xmath.h Modified: head/devel/libmatheval/pkg-plist ============================================================================== --- head/devel/libmatheval/pkg-plist Sun Oct 27 14:54:08 2013 (r331777) +++ head/devel/libmatheval/pkg-plist Sun Oct 27 15:01:17 2013 (r331778) @@ -1,4 +1,5 @@ include/matheval.h +info/libmatheval.info lib/libmatheval.a lib/libmatheval.so lib/libmatheval.so.1