aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2017-02-01 20:02:22 +0800
committerehaupt <ehaupt@FreeBSD.org>2017-02-01 20:02:22 +0800
commit87c1c4ee36d15c9e31ae957380290e53e499f6b0 (patch)
tree91263abbd833fce55475d4ae6567bc74ae513451
parentecd7c02eb21dd7a9c30dd0143bfc2074e42989bb (diff)
downloadfreebsd-ports-gnome-87c1c4ee36d15c9e31ae957380290e53e499f6b0.tar.gz
freebsd-ports-gnome-87c1c4ee36d15c9e31ae957380290e53e499f6b0.tar.zst
freebsd-ports-gnome-87c1c4ee36d15c9e31ae957380290e53e499f6b0.zip
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.
-rw-r--r--math/mathomatic/Makefile11
-rw-r--r--math/mathomatic/distinfo5
-rw-r--r--math/mathomatic/pkg-descr2
3 files changed, 11 insertions, 7 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index 91773b569292..a5b7a623df23 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -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
diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo
index c41542785131..6ac9b16fbf3a 100644
--- a/math/mathomatic/distinfo
+++ b/math/mathomatic/distinfo
@@ -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
diff --git a/math/mathomatic/pkg-descr b/math/mathomatic/pkg-descr
index 47f40629ca56..44efeeb9ba37 100644
--- a/math/mathomatic/pkg-descr
+++ b/math/mathomatic/pkg-descr
@@ -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/