From owner-svn-ports-head@freebsd.org Sat Apr 30 21:43:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D293B228D9; Sat, 30 Apr 2016 21:43:27 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3466E11DC; Sat, 30 Apr 2016 21:43:27 +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 u3ULhQH7078645; Sat, 30 Apr 2016 21:43:26 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3ULhQOQ078642; Sat, 30 Apr 2016 21:43:26 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201604302143.u3ULhQOQ078642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 30 Apr 2016 21:43:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414367 - head/math/GiNaC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 21:43:27 -0000 Author: stephen Date: Sat Apr 30 21:43:26 2016 New Revision: 414367 URL: https://svnweb.freebsd.org/changeset/ports/414367 Log: - Update to 1.7.0. Modified: head/math/GiNaC/Makefile head/math/GiNaC/distinfo head/math/GiNaC/pkg-plist Modified: head/math/GiNaC/Makefile ============================================================================== --- head/math/GiNaC/Makefile Sat Apr 30 21:39:53 2016 (r414366) +++ head/math/GiNaC/Makefile Sat Apr 30 21:43:26 2016 (r414367) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GiNaC -PORTVERSION= 1.6.6 +PORTVERSION= 1.7.0 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ Modified: head/math/GiNaC/distinfo ============================================================================== --- head/math/GiNaC/distinfo Sat Apr 30 21:39:53 2016 (r414366) +++ head/math/GiNaC/distinfo Sat Apr 30 21:43:26 2016 (r414367) @@ -1,2 +1,2 @@ -SHA256 (ginac-1.6.6.tar.bz2) = 25ec6d535ee77caf6161843688489cfc319b6c4fda46c5d7878587ee5562ddce -SIZE (ginac-1.6.6.tar.bz2) = 1028211 +SHA256 (ginac-1.7.0.tar.bz2) = ac9aa202b8b9683175a40b7a4d55f28616225291a4e2cbfe71378e0d02c944bd +SIZE (ginac-1.7.0.tar.bz2) = 1028959 Modified: head/math/GiNaC/pkg-plist ============================================================================== --- head/math/GiNaC/pkg-plist Sat Apr 30 21:39:53 2016 (r414366) +++ head/math/GiNaC/pkg-plist Sat Apr 30 21:43:26 2016 (r414367) @@ -1,6 +1,6 @@ -bin/ginac-excompiler bin/ginsh bin/viewgar +include/ginac/compiler.h include/ginac/factor.h include/ginac/parse_context.h include/ginac/parser.h @@ -49,8 +49,9 @@ include/ginac/version.h include/ginac/wildcard.h lib/libginac.a lib/libginac.so -lib/libginac.so.5 -lib/libginac.so.5.0.2 +lib/libginac.so.6 +lib/libginac.so.6.0.0 libdata/pkgconfig/ginac.pc +libexec/ginac-excompiler man/man1/ginsh.1.gz man/man1/viewgar.1.gz