diff options
author | thierry <thierry@FreeBSD.org> | 2012-07-07 23:15:56 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2012-07-07 23:15:56 +0800 |
commit | 8d118c7017be387768cac6f95dde7a629dc3b07f (patch) | |
tree | e0301a6724a81df51aa9ac6122ab1995d228c87f /science/bft | |
parent | 80285e3bfae534dffa5b58222ebe3cddd9473051 (diff) | |
download | freebsd-ports-gnome-8d118c7017be387768cac6f95dde7a629dc3b07f.tar.gz freebsd-ports-gnome-8d118c7017be387768cac6f95dde7a629dc3b07f.tar.zst freebsd-ports-gnome-8d118c7017be387768cac6f95dde7a629dc3b07f.zip |
Upgrade Code_Saturne to 2.0.
Diffstat (limited to 'science/bft')
-rw-r--r-- | science/bft/Makefile | 10 | ||||
-rw-r--r-- | science/bft/distinfo | 4 | ||||
-rw-r--r-- | science/bft/files/patch-tests_Makefile.in | 11 | ||||
-rw-r--r-- | science/bft/pkg-plist | 1 |
4 files changed, 20 insertions, 6 deletions
diff --git a/science/bft/Makefile b/science/bft/Makefile index bdd24b49ebab..a1c0d61e8d6b 100644 --- a/science/bft/Makefile +++ b/science/bft/Makefile @@ -6,20 +6,24 @@ # PORTNAME= bft -PORTVERSION= 1.0.8 +PORTVERSION= 1.1.5 CATEGORIES= science parallel -MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/ +MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Code_Saturne Base Functions and Types library +LICENSE= LGPL21 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_ZIP= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes +MAN1= bft-config.1 + TESTSBIN= bft_test bft_mem_usage_test bft_printf_test pre-configure: diff --git a/science/bft/distinfo b/science/bft/distinfo index fbe737200749..e2042788bb04 100644 --- a/science/bft/distinfo +++ b/science/bft/distinfo @@ -1,2 +1,2 @@ -SHA256 (bft-108.tgz) = 97d1b253312aff787e3415eac08a48f6f79f51f466f6a65edcc6093797ac778c -SIZE (bft-108.tgz) = 443412 +SHA256 (bft-115.zip) = 8af0134375140b7356c9b38ba2475fb57435a8cda5ace319ecc6c903e8d66e79 +SIZE (bft-115.zip) = 431032 diff --git a/science/bft/files/patch-tests_Makefile.in b/science/bft/files/patch-tests_Makefile.in new file mode 100644 index 000000000000..9584eaabb226 --- /dev/null +++ b/science/bft/files/patch-tests_Makefile.in @@ -0,0 +1,11 @@ +--- tests/Makefile.in.orig 2011-07-11 11:05:15.000000000 +0200 ++++ tests/Makefile.in 2012-04-07 15:52:02.000000000 +0200 +@@ -261,7 +261,7 @@ + bft_mem_usage_test_SOURCES = bft_mem_usage_test.c + bft_mem_test_SOURCES = bft_mem_test.c + bft_printf_test_SOURCES = bft_printf_test.c +-all: all-am ++all: $(check_PROGRAMS) + + .SUFFIXES: + .SUFFIXES: .c .lo .o .obj diff --git a/science/bft/pkg-plist b/science/bft/pkg-plist index 08eee58989c4..55124439e51d 100644 --- a/science/bft/pkg-plist +++ b/science/bft/pkg-plist @@ -5,7 +5,6 @@ include/bft_config_priv.h include/bft_error.h include/bft_file.h include/bft_fp_trap.h -include/bft_intl.h include/bft_mem.h include/bft_mem_usage.h include/bft_printf.h |