diff options
author | steve <steve@FreeBSD.org> | 2000-02-27 03:46:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-27 03:46:07 +0800 |
commit | 7a68075a3b8735dd49b78fa4eab88d335f7414ad (patch) | |
tree | fefa8ba0ce3584212b869355587c7994d77c3d2e /math | |
parent | d4ebbd557c3fcaeffd1b894c56a22010374b9959 (diff) | |
download | freebsd-ports-gnome-7a68075a3b8735dd49b78fa4eab88d335f7414ad.tar.gz freebsd-ports-gnome-7a68075a3b8735dd49b78fa4eab88d335f7414ad.tar.zst freebsd-ports-gnome-7a68075a3b8735dd49b78fa4eab88d335f7414ad.zip |
- Use gzip'd tarball.
- Update MASTER_SITE
- Remove maintainer at his request.
- Note new homepage in pkg/DESCR.
PR: 16909
Submitted by: maintainer (partially)
Diffstat (limited to 'math')
-rw-r--r-- | math/freefem/Makefile | 6 | ||||
-rw-r--r-- | math/freefem/distinfo | 2 | ||||
-rw-r--r-- | math/freefem/pkg-descr | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile index 8a1b4de22048..812df331499e 100644 --- a/math/freefem/Makefile +++ b/math/freefem/Makefile @@ -8,16 +8,14 @@ DISTNAME= freefem-3.4 CATEGORIES= math cad -MASTER_SITES= http://www.asci.fr/~prudhomm/gfem-html/freefem/ +MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Gamma/freefem/ -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-adapt --with-optimization -USE_ZIP= yes - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/freefem diff --git a/math/freefem/distinfo b/math/freefem/distinfo index 443393041c8c..5bd7a98889f1 100644 --- a/math/freefem/distinfo +++ b/math/freefem/distinfo @@ -1 +1 @@ -MD5 (freefem-3.4.zip) = 9166faf696380ec71e9ec53669139b9d +MD5 (freefem-3.4.tar.gz) = c79c5bc3b0c107c742f9e157a2af9aac diff --git a/math/freefem/pkg-descr b/math/freefem/pkg-descr index c6f091f73a6f..4314f9529f2a 100644 --- a/math/freefem/pkg-descr +++ b/math/freefem/pkg-descr @@ -5,4 +5,4 @@ Equations in 2 dimensions; it assumes a basic knowledge and understanding of the Finite Element Method and of the Operating System used. NUMERICA is not responsible for any errors or damage due to wrong results. -WWW: http://www.asci.fr/~prudhomm/gfem-html/ +WWW: http://kfem.sourceforge.net/ |