aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-04-13 18:50:40 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-04-13 18:50:40 +0000
commitad9e3f54e8e5130a6c1eac69e972271eb7633013 (patch)
tree46bc22055f802aa1e27f75e78e8be22f122b905d /math
parent3e7bba90f6a4370f22120f2515d74a84a9d6150d (diff)
downloadports-ad9e3f54e8e5130a6c1eac69e972271eb7633013.tar.gz
ports-ad9e3f54e8e5130a6c1eac69e972271eb7633013.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/freefem++/Makefile2
-rw-r--r--math/freefem++/distinfo6
-rw-r--r--math/freefem++/files/patch-src_mpi_Makefile.in13
3 files changed, 4 insertions, 17 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 86b3ec4dc5fc..1c87c537e4e9 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= freefem++
-DISTVERSION= 2.6-1
+PORTVERSION= 2.7
CATEGORIES= math science
MASTER_SITES= http://www.freefem.org/ff++/ftp/
diff --git a/math/freefem++/distinfo b/math/freefem++/distinfo
index f12eef9cafab..7036aada4a74 100644
--- a/math/freefem++/distinfo
+++ b/math/freefem++/distinfo
@@ -1,3 +1,3 @@
-MD5 (freefem++-2.6-1.tar.gz) = 407b4b8f8ad58e3353a122d854e8234a
-SHA256 (freefem++-2.6-1.tar.gz) = ede92a43c7621b16e3135b12398491958f65ae6963b92b0d84ab0228a8b860af
-SIZE (freefem++-2.6-1.tar.gz) = 10595980
+MD5 (freefem++-2.7.tar.gz) = 56a32247ae73165b3fd8be5fd3754bc5
+SHA256 (freefem++-2.7.tar.gz) = 3b6f257f856d7471b2957149bbc02ce4ab033467ea4a44ec0186e0408fe0f060
+SIZE (freefem++-2.7.tar.gz) = 10596982
diff --git a/math/freefem++/files/patch-src_mpi_Makefile.in b/math/freefem++/files/patch-src_mpi_Makefile.in
deleted file mode 100644
index d9672f829618..000000000000
--- a/math/freefem++/files/patch-src_mpi_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/mpi/Makefile.in.orig Wed Apr 12 11:31:03 2006
-+++ src/mpi/Makefile.in Wed Apr 12 21:25:05 2006
-@@ -227,8 +227,8 @@
- FreeFem___mpi_SOURCES = ../Graphics/sansrgraph.cpp parallelempi.cpp \
- ../lglib/lg.tab.cpp
-
--FreeFem___mpi_DEPENDENCIES = ../fflib/libff.a
--LDADD = ../fflib/libff.a @UMFPACKLIB@ @ARPACKLIB@ @BLASLIB@
-+FreeFem___mpi_DEPENDENCIES = ../fflib/libff.a ../lglib/liblg.a
-+LDADD = ../fflib/libff.a ../lglib/liblg.a @UMFPACKLIB@ @ARPACKLIB@ @BLASLIB@
- AM_CXXFLAGS = -DPARALLELE
- INCLUDES = -I../fflib -I../Graphics -I../femlib
- all: all-am