diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-02-01 12:02:22 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-02-01 12:02:22 +0000 |
commit | 97c6d3de76b35ee07f1c40bd5408409d40f0c567 (patch) | |
tree | 91263abbd833fce55475d4ae6567bc74ae513451 /math | |
parent | f379d517f4a0b8cf7672d4248fe8a9ab292770ad (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 11 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 5 | ||||
-rw-r--r-- | math/mathomatic/pkg-descr | 2 |
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/ |