svn commit: r423149 - in head/science/cdf: . files

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Oct 2 19:54:59 UTC 2016


Author: stephen
Date: Sun Oct  2 19:54:57 2016
New Revision: 423149
URL: https://svnweb.freebsd.org/changeset/ports/423149

Log:
  - Add LICENSE.
  - Use make makepatch.

Modified:
  head/science/cdf/Makefile
  head/science/cdf/files/patch-src_include_cdflib.h
  head/science/cdf/files/patch-src_tests_Makefile

Modified: head/science/cdf/Makefile
==============================================================================
--- head/science/cdf/Makefile	Sun Oct  2 19:48:17 2016	(r423148)
+++ head/science/cdf/Makefile	Sun Oct  2 19:54:57 2016	(r423149)
@@ -13,6 +13,11 @@ DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 MAINTAINER=	stephen at FreeBSD.org
 COMMENT=	Device independent view of the CDF data model
 
+LICENSE=	NASA-G
+LICENSE_NAME=	NASA/Goddard Space Flight Center
+LICENSE_FILE=	${WRKSRC}/CDF_copyright.txt
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 USES=		fortran ncurses
 USE_LDCONFIG=	yes
 MAKE_FLAGS=	INSTALLDIR=${STAGEDIR}${PREFIX} OS=freebsd ENV=gnu \

Modified: head/science/cdf/files/patch-src_include_cdflib.h
==============================================================================
--- head/science/cdf/files/patch-src_include_cdflib.h	Sun Oct  2 19:48:17 2016	(r423148)
+++ head/science/cdf/files/patch-src_include_cdflib.h	Sun Oct  2 19:54:57 2016	(r423149)
@@ -1,5 +1,5 @@
---- src/include/cdflib.h.orig	2010-01-18 15:22:03.000000000 -0600
-+++ src/include/cdflib.h	2010-01-18 15:22:32.000000000 -0600
+--- src/include/cdflib.h.orig	2009-05-12 12:37:37 UTC
++++ src/include/cdflib.h
 @@ -375,8 +375,7 @@
  #elif defined(unix) && !defined(AIX) && !defined(Mach) && !defined(hpux) || \
      defined(__MINGW32__)

Modified: head/science/cdf/files/patch-src_tests_Makefile
==============================================================================
--- head/science/cdf/files/patch-src_tests_Makefile	Sun Oct  2 19:48:17 2016	(r423148)
+++ head/science/cdf/files/patch-src_tests_Makefile	Sun Oct  2 19:54:57 2016	(r423149)
@@ -1,6 +1,6 @@
---- src/tests/Makefile.orig	Thu May 12 19:12:49 2005
-+++ src/tests/Makefile	Fri Jan 27 22:20:32 2006
-@@ -31,16 +31,16 @@
+--- src/tests/Makefile.orig	2009-05-12 18:09:12 UTC
++++ src/tests/Makefile
+@@ -33,16 +33,16 @@
  SHELL=/bin/sh
  NULL=true
  


More information about the svn-ports-all mailing list