Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2016 21:43:26 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414367 - head/math/GiNaC
Message-ID:  <201604302143.u3ULhQOQ078642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604302143.u3ULhQOQ078642>