Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2019 09:39:54 +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: r517641 - in head/devel/ftnchek: . files
Message-ID:  <201911150939.xAF9ds35062610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Nov 15 09:39:54 2019
New Revision: 517641
URL: https://svnweb.freebsd.org/changeset/ports/517641

Log:
  - Add LICENSE_FILE
  - Regenerate patches
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/ftnchek/Makefile
  head/devel/ftnchek/files/patch-Makefile.in
  head/devel/ftnchek/pkg-descr

Modified: head/devel/ftnchek/Makefile
==============================================================================
--- head/devel/ftnchek/Makefile	Fri Nov 15 09:22:49 2019	(r517640)
+++ head/devel/ftnchek/Makefile	Fri Nov 15 09:39:54 2019	(r517641)
@@ -11,6 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fortran 77 semantic checking utility
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 PORTSCOUT=	skipv:3.3.a,3.3.b,3.3.c
 

Modified: head/devel/ftnchek/files/patch-Makefile.in
==============================================================================
--- head/devel/ftnchek/files/patch-Makefile.in	Fri Nov 15 09:22:49 2019	(r517640)
+++ head/devel/ftnchek/files/patch-Makefile.in	Fri Nov 15 09:39:54 2019	(r517641)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2014-06-14 22:09:43.102302676 +0800
-+++ Makefile.in	2014-06-14 22:11:35.750296619 +0800
+--- Makefile.in.orig	2004-11-14 15:52:12 UTC
++++ Makefile.in
 @@ -491,31 +491,31 @@ average.out: ftnchek.h
  install:	install-exe @INSTALL_MAN@ install-lisp
  

Modified: head/devel/ftnchek/pkg-descr
==============================================================================
--- head/devel/ftnchek/pkg-descr	Fri Nov 15 09:22:49 2019	(r517640)
+++ head/devel/ftnchek/pkg-descr	Fri Nov 15 09:39:54 2019	(r517641)
@@ -11,4 +11,4 @@ their Fortran 77 program.  It is not intended to catch
 This is the function of the compiler.  Prior to using ftnchek, the user
 should verify that the program compiles correctly.
 
-WWW: http://www.dsm.fordham.edu/~ftnchek/
+WWW: https://www.dsm.fordham.edu/~ftnchek/



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