diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-15 22:16:49 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-15 22:16:49 +0800 |
commit | c0729865321eff69d88cd36c486f51b431b6c317 (patch) | |
tree | d989308d48d97fc863d1e1dee49c13bc86af77e6 | |
parent | 060e207a3ae6169b8f4f5854b4fba8c13678c676 (diff) | |
download | freebsd-ports-gnome-c0729865321eff69d88cd36c486f51b431b6c317.tar.gz freebsd-ports-gnome-c0729865321eff69d88cd36c486f51b431b6c317.tar.zst freebsd-ports-gnome-c0729865321eff69d88cd36c486f51b431b6c317.zip |
Update to 2.4.1.
-rw-r--r-- | math/freefem++/Makefile | 4 | ||||
-rw-r--r-- | math/freefem++/distinfo | 6 | ||||
-rw-r--r-- | math/freefem++/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index b3c41a55b56b..25978e41dd4c 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freefem++ -DISTVERSION= 2.3-1 +DISTVERSION= 2.4-1 CATEGORIES= math science MASTER_SITES= http://www.freefem.org/ff++/ftp/ @@ -110,7 +110,7 @@ post-install: .endif .if defined(MAINTAINER_MODE) -test: install +regression-test: install # Gnuplot needed! Click on the picture to end a set. .for direx in - -eigen -tutorial (cd ${EXAMPLESDIR}/${direx:S/-//} ; \ diff --git a/math/freefem++/distinfo b/math/freefem++/distinfo index d6ab80a737db..692a086bf45d 100644 --- a/math/freefem++/distinfo +++ b/math/freefem++/distinfo @@ -1,3 +1,3 @@ -MD5 (freefem++-2.3-1.tar.gz) = 660cde108084d58abba07da99b889b78 -SHA256 (freefem++-2.3-1.tar.gz) = 3d6b7ab7b3c181dda0b7933460e5eb801b6fa625a2873fbdad5b17ba83a58ccf -SIZE (freefem++-2.3-1.tar.gz) = 10232879 +MD5 (freefem++-2.4-1.tar.gz) = 9f2c644b5e367b5348e7aef1199a167a +SHA256 (freefem++-2.4-1.tar.gz) = 8ccd4ef41d98a7480544a1c60974c09775351416c7a8d4fcda2e7170141d2517 +SIZE (freefem++-2.4-1.tar.gz) = 10239518 diff --git a/math/freefem++/pkg-plist b/math/freefem++/pkg-plist index 89f2426eba39..45e0cd84da11 100644 --- a/math/freefem++/pkg-plist +++ b/math/freefem++/pkg-plist @@ -121,7 +121,6 @@ bin/FreeFem++-nw %%PORTDOCS%%%%EXAMPLESDIR%%/load/funcTemplate.edp %%PORTDOCS%%%%EXAMPLESDIR%%/load/funcTemplate.o %%PORTDOCS%%%%EXAMPLESDIR%%/load/funcTemplate.so -%%PORTDOCS%%%%EXAMPLESDIR%%/load/gmres.hpp %%PORTDOCS%%%%EXAMPLESDIR%%/load/include.tar.gz %%PORTDOCS%%%%EXAMPLESDIR%%/load/lex.hpp %%PORTDOCS%%%%EXAMPLESDIR%%/load/lgfem.hpp @@ -163,6 +162,7 @@ bin/FreeFem++-nw %%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/FE.edp %%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/FEComplex.edp %%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/LapDG2.edp +%%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/Laplace-lagrange-mult.edp %%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/Laplace.edp %%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/LaplaceP1.edp %%PORTDOCS%%%%EXAMPLESDIR%%/tutorial/LaplaceP1P2h.edp |