diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-11-15 09:39:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-11-15 09:39:54 +0000 |
commit | e29fa670f4e36ee935c3478bce9a68ebe599ba89 (patch) | |
tree | 7c9edcf20536686ca2c028945ad13b988a315c03 | |
parent | Update to 3.3.5 (diff) |
- Add LICENSE_FILE
- Regenerate patches
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | devel/ftnchek/Makefile | 1 | ||||
-rw-r--r-- | devel/ftnchek/files/patch-Makefile.in | 4 | ||||
-rw-r--r-- | devel/ftnchek/pkg-descr | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile index 1e1577d1d639..226805cb8d36 100644 --- a/devel/ftnchek/Makefile +++ b/devel/ftnchek/Makefile @@ -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 diff --git a/devel/ftnchek/files/patch-Makefile.in b/devel/ftnchek/files/patch-Makefile.in index d3f8dec1e39f..2da82b765f5c 100644 --- a/devel/ftnchek/files/patch-Makefile.in +++ b/devel/ftnchek/files/patch-Makefile.in @@ -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 diff --git a/devel/ftnchek/pkg-descr b/devel/ftnchek/pkg-descr index b10b2f969a8d..81c8b0467f56 100644 --- a/devel/ftnchek/pkg-descr +++ b/devel/ftnchek/pkg-descr @@ -11,4 +11,4 @@ their Fortran 77 program. It is not intended to catch all syntax errors. 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/ |