Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2017 09:01:20 +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: r432100 - in head/math/mtrxmath: . files
Message-ID:  <201701220901.v0M91Kio023660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jan 22 09:01:20 2017
New Revision: 432100
URL: https://svnweb.freebsd.org/changeset/ports/432100

Log:
  - Add LICENSE_FILE
  - Switch to options helpers
  - Regenerate patches

Modified:
  head/math/mtrxmath/Makefile
  head/math/mtrxmath/files/patch-Makefile
  head/math/mtrxmath/files/patch-mtrxmath.h

Modified: head/math/mtrxmath/Makefile
==============================================================================
--- head/math/mtrxmath/Makefile	Sun Jan 22 08:38:12 2017	(r432099)
+++ head/math/mtrxmath/Makefile	Sun Jan 22 09:01:20 2017	(r432100)
@@ -10,6 +10,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small tool for matrix mathematics
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 PORTDOCS=	README
 PLIST_FILES=	bin/mtrxmath
@@ -18,6 +19,8 @@ OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mtrxmath ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 

Modified: head/math/mtrxmath/files/patch-Makefile
==============================================================================
--- head/math/mtrxmath/files/patch-Makefile	Sun Jan 22 08:38:12 2017	(r432099)
+++ head/math/mtrxmath/files/patch-Makefile	Sun Jan 22 09:01:20 2017	(r432100)
@@ -1,5 +1,5 @@
---- Makefile.orig	Mon Apr  9 10:26:51 2001
-+++ Makefile	Sun Mar  7 12:06:36 2004
+--- Makefile.orig	2001-04-09 01:26:51 UTC
++++ Makefile
 @@ -1,10 +1,9 @@
  # Edited for Debian GNU/Linux
  DESTDIR=
@@ -12,7 +12,7 @@
  
  SRCS=add.c  mtrxmath.c  mult.c  sub.c inverse.c
  
-@@ -14,7 +13,7 @@
+@@ -14,7 +13,7 @@ EXE=mtrxmath
  all: ${EXE}
  
  ${EXE}: ${OBJS}

Modified: head/math/mtrxmath/files/patch-mtrxmath.h
==============================================================================
--- head/math/mtrxmath/files/patch-mtrxmath.h	Sun Jan 22 08:38:12 2017	(r432099)
+++ head/math/mtrxmath/files/patch-mtrxmath.h	Sun Jan 22 09:01:20 2017	(r432100)
@@ -1,5 +1,5 @@
---- mtrxmath.h.orig	Tue Jan  9 20:33:48 2001
-+++ mtrxmath.h	Tue Jan  9 20:35:02 2001
+--- mtrxmath.h.orig	2001-09-19 15:31:44 UTC
++++ mtrxmath.h
 @@ -13,7 +13,6 @@
  #include <stdio.h>
  #include <stdlib.h>



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