diff options
-rw-r--r-- | math/arpack/Makefile | 2 | ||||
-rw-r--r-- | math/arpack/files/patch-UTIL+second.f | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index ebedc15a4119..a90d2417c433 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -7,7 +7,7 @@ PORTNAME= arpack PORTVERSION= 96 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz diff --git a/math/arpack/files/patch-UTIL+second.f b/math/arpack/files/patch-UTIL+second.f new file mode 100644 index 000000000000..eae1e4b21c02 --- /dev/null +++ b/math/arpack/files/patch-UTIL+second.f @@ -0,0 +1,10 @@ +--- UTIL/second.f~ Tue Oct 3 03:56:44 1995 ++++ UTIL/second.f Wed Jan 10 23:06:17 2007 +@@ -21,7 +21,6 @@ + * .. + * .. External Functions .. + REAL ETIME +- EXTERNAL ETIME + * .. + * .. Executable Statements .. + * |