Date: Mon, 27 Feb 2017 15:31:32 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434962 - in head/math/ngraph: . files Message-ID: <201702271531.v1RFVWHS036329@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Feb 27 15:31:32 2017 New Revision: 434962 URL: https://svnweb.freebsd.org/changeset/ports/434962 Log: - Fix LICENSE - Regenerate patches Modified: head/math/ngraph/Makefile head/math/ngraph/files/patch-Makefile head/math/ngraph/files/patch-install.sh Modified: head/math/ngraph/Makefile ============================================================================== --- head/math/ngraph/Makefile Mon Feb 27 14:52:12 2017 (r434961) +++ head/math/ngraph/Makefile Mon Feb 27 15:31:32 2017 (r434962) @@ -11,7 +11,7 @@ DISTNAME= Ngraph-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= XY plotting tool for students, scientists, and engineers -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl.txt USES= gmake motif Modified: head/math/ngraph/files/patch-Makefile ============================================================================== --- head/math/ngraph/files/patch-Makefile Mon Feb 27 14:52:12 2017 (r434961) +++ head/math/ngraph/files/patch-Makefile Mon Feb 27 15:31:32 2017 (r434962) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-07-13 12:31:19.000000000 +0900 -+++ Makefile 2015-07-18 08:34:18.463818755 +0900 -@@ -3,26 +3,26 @@ +--- Makefile.orig 2015-07-13 03:31:19 UTC ++++ Makefile +@@ -3,26 +3,26 @@ MAINVERSION = '"6.03"' GUIVERSION = '".54"' VERSION=6.3.54 ALIGNSIZE = 8 @@ -41,7 +41,7 @@ # # ############################################################################### -@@ -150,17 +150,18 @@ +@@ -150,17 +150,18 @@ X11LIB = -L/usr/X11R6/lib -lm -lXm -lXex # # (Thanks to MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>) # Modified: head/math/ngraph/files/patch-install.sh ============================================================================== --- head/math/ngraph/files/patch-install.sh Mon Feb 27 14:52:12 2017 (r434961) +++ head/math/ngraph/files/patch-install.sh Mon Feb 27 15:31:32 2017 (r434962) @@ -1,5 +1,5 @@ ---- install.sh.orig 2009-10-15 20:17:47.000000000 +0900 -+++ install.sh 2014-06-20 21:40:11.532930042 +0900 +--- install.sh.orig 2015-07-13 03:31:19 UTC ++++ install.sh @@ -2,6 +2,7 @@ INSTALLDIR=${INSTALLDIR:-/usr/local/lib/Ngraph} @@ -8,7 +8,7 @@ TEXTFILES="Ngraph.ini .Ngraph .Ngraph.ngp .fit.ngp INSTALL.jis gpl.txt gpl.ja.txt" ADDINFILES="append.nsc math.nsc text-in.nsc \ -@@ -26,8 +27,8 @@ +@@ -26,8 +27,8 @@ if [ ! -f ./org/Ngraph.ini ] then cp Ngraph.ini ./org fi @@ -19,7 +19,7 @@ echo "Making directories in ${INSTALLDIR}" if [ ! -d ${INSTALLDIR} ] -@@ -90,7 +91,7 @@ +@@ -112,7 +113,7 @@ echo "Copying documents to ${INSTALLDIR} if [ ! -h ${BINDIR}/ngraph ] then echo "Making a symbolic link ${BINDIR}/ngraph"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702271531.v1RFVWHS036329>