From owner-svn-ports-all@freebsd.org Tue Jul 28 03:26:43 2015 Return-Path: Delivered-To: svn-ports-all@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 F0E2898DCA2; Tue, 28 Jul 2015 03:26:43 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 C78C015E4; Tue, 28 Jul 2015 03:26:43 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6S3Qh7R065809; Tue, 28 Jul 2015 03:26:43 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6S3QgLg065806; Tue, 28 Jul 2015 03:26:42 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507280326.t6S3QgLg065806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Tue, 28 Jul 2015 03:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393050 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 28 Jul 2015 03:26:44 -0000 Author: stephen Date: Tue Jul 28 03:26:42 2015 New Revision: 393050 URL: https://svnweb.freebsd.org/changeset/ports/393050 Log: - Update to 1.6.5. - Add license. Modified: head/math/GiNaC/Makefile head/math/GiNaC/distinfo head/math/GiNaC/pkg-plist Modified: head/math/GiNaC/Makefile ============================================================================== --- head/math/GiNaC/Makefile Tue Jul 28 02:57:11 2015 (r393049) +++ head/math/GiNaC/Makefile Tue Jul 28 03:26:42 2015 (r393050) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GiNaC -PORTVERSION= 1.6.4 +PORTVERSION= 1.6.5 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -11,11 +11,15 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= C++ library for symbolic mathematical calculations +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcln.so:${PORTSDIR}/math/cln USES= gmake libtool makeinfo pathfix pkgconfig python:build tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/math/GiNaC/distinfo ============================================================================== --- head/math/GiNaC/distinfo Tue Jul 28 02:57:11 2015 (r393049) +++ head/math/GiNaC/distinfo Tue Jul 28 03:26:42 2015 (r393050) @@ -1,2 +1,2 @@ -SHA256 (ginac-1.6.4.tar.bz2) = 6241158216b4f68c625ce7d843d5b6b070304f87e7fc8f4075b76501ca0f3c60 -SIZE (ginac-1.6.4.tar.bz2) = 1028044 +SHA256 (ginac-1.6.5.tar.bz2) = e8630e186d9846123c58de7e0edcfd11b68d3831a84ae7c039c0606397b01444 +SIZE (ginac-1.6.5.tar.bz2) = 1028907 Modified: head/math/GiNaC/pkg-plist ============================================================================== --- head/math/GiNaC/pkg-plist Tue Jul 28 02:57:11 2015 (r393049) +++ head/math/GiNaC/pkg-plist Tue Jul 28 03:26:42 2015 (r393050) @@ -50,7 +50,7 @@ include/ginac/wildcard.h lib/libginac.a lib/libginac.so lib/libginac.so.5 -lib/libginac.so.5.0.0 +lib/libginac.so.5.0.1 libdata/pkgconfig/ginac.pc man/man1/ginsh.1.gz man/man1/viewgar.1.gz