Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2017 12:02:22 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433007 - head/math/mathomatic
Message-ID:  <201702011202.v11C2Mx7054329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb  1 12:02:22 2017
New Revision: 433007
URL: https://svnweb.freebsd.org/changeset/ports/433007

Log:
  Move to GitHub as the original author of the project, George Gesslein II, is
  now deceased. A diff between the GitHub tagname and the last distfile shows no
  changes.
  
  Correct the license from GPLv2 to LGPL21 and define LICENSE_FILE.

Modified:
  head/math/mathomatic/Makefile
  head/math/mathomatic/distinfo
  head/math/mathomatic/pkg-descr

Modified: head/math/mathomatic/Makefile
==============================================================================
--- head/math/mathomatic/Makefile	Wed Feb  1 12:00:37 2017	(r433006)
+++ head/math/mathomatic/Makefile	Wed Feb  1 12:02:22 2017	(r433007)
@@ -4,15 +4,18 @@
 PORTNAME=	mathomatic
 PORTVERSION=	16.0.5
 CATEGORIES=	math
-MASTER_SITES=	http://www.panix.com/~gesslein/ \
-		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Highly portable, general purpose CAS (Computer Algebra System)
 
-LICENSE=	GPLv2
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake tar:bzip2 readline
+USES=		gmake readline
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	mfillpot
+GH_TAGNAME=	ceb0861
 
 MAKEFILE=	makefile
 

Modified: head/math/mathomatic/distinfo
==============================================================================
--- head/math/mathomatic/distinfo	Wed Feb  1 12:00:37 2017	(r433006)
+++ head/math/mathomatic/distinfo	Wed Feb  1 12:02:22 2017	(r433007)
@@ -1,2 +1,3 @@
-SHA256 (mathomatic-16.0.5.tar.bz2) = 976e6fed1014586bcd584e417c074fa86e4ca6a0fcc2950254da2efde99084ca
-SIZE (mathomatic-16.0.5.tar.bz2) = 292220
+TIMESTAMP = 1485949793
+SHA256 (mfillpot-mathomatic-16.0.5-ceb0861_GH0.tar.gz) = 2a746e06c6ca5e6032068f78de248c6ae6875ef6deedcb5d45a44482039829f2
+SIZE (mfillpot-mathomatic-16.0.5-ceb0861_GH0.tar.gz) = 381464

Modified: head/math/mathomatic/pkg-descr
==============================================================================
--- head/math/mathomatic/pkg-descr	Wed Feb  1 12:00:37 2017	(r433006)
+++ head/math/mathomatic/pkg-descr	Wed Feb  1 12:02:22 2017	(r433007)
@@ -7,4 +7,4 @@ Mathomatic can:
     * Perform complex number and polynomial arithmetic,
     * Generate efficient C or Java code from equations.
 
-WWW: http://www.mathomatic.org/
+WWW: https://github.com/mfillpot/mathomatic/



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