From owner-svn-ports-head@freebsd.org Wed Feb 1 12:02:24 2017 Return-Path: Delivered-To: svn-ports-head@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 059C4CCBDAE; Wed, 1 Feb 2017 12:02:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A8894BEF; Wed, 1 Feb 2017 12:02:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v11C2MEo054332; Wed, 1 Feb 2017 12:02:22 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v11C2Mx7054329; Wed, 1 Feb 2017 12:02:22 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201702011202.v11C2Mx7054329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 1 Feb 2017 12:02:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433007 - head/math/mathomatic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 12:02:24 -0000 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/