diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-04-30 22:14:12 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-04-30 22:14:12 +0000 |
commit | d3f07698a5cd7ccaa2c6616ec5aab392e4f423d7 (patch) | |
tree | 848f5eb4a9aa703aefccf5f0905ead2e644a5e4d /science/bft | |
parent | 1419d70e42850be4fbdfd8fa58a92a8c1dbc002f (diff) |
Notes
Diffstat (limited to 'science/bft')
-rw-r--r-- | science/bft/Makefile | 12 | ||||
-rw-r--r-- | science/bft/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/science/bft/Makefile b/science/bft/Makefile index 5f1a46445737..4658977ae415 100644 --- a/science/bft/Makefile +++ b/science/bft/Makefile @@ -6,20 +6,22 @@ # PORTNAME= bft -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= science parallel -MASTER_SITES= http://www.edf.fr/html/RetD/livraison_saturne_${REL_DATE}/ +MASTER_SITES= http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Code_Saturne Base Functions and Types library -REL_DATE= 20071218 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -TESTSBIN= bft_test +TESTSBIN= bft_test bft_mem_usage_test bft_printf_test pre-configure: # No useful doc there @@ -27,7 +29,7 @@ pre-configure: regression-test: .for pg in ${TESTSBIN} - @(cd ${WRKSRC}/tests; ./${pg} arg1 arg2) + (cd ${WRKSRC}/tests; ./${pg} arg1 arg2) .endfor .include <bsd.port.mk> diff --git a/science/bft/distinfo b/science/bft/distinfo index 12227974bdf4..127a35310b79 100644 --- a/science/bft/distinfo +++ b/science/bft/distinfo @@ -1,3 +1,3 @@ -MD5 (bft-1.0.5.tar.gz) = 81f09d00dc050e79050428eddf1578c6 -SHA256 (bft-1.0.5.tar.gz) = bf3534d916d368889ebd1f34ce45048b3922d7436eedb648b57c2dad944f028f -SIZE (bft-1.0.5.tar.gz) = 826828 +MD5 (bft-106.tgz) = 1282bc2401e69e3862ef9e429c569191 +SHA256 (bft-106.tgz) = c58de6bee0d9121a229b03548db7f966054e576ce31ba359a27114c5bb62e195 +SIZE (bft-106.tgz) = 413482 |