diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
commit | 57c00223d04bb0f55e26ec4a558265cc703db1e4 (patch) | |
tree | 3249671a74c0166d3d7391fb6ae8fd63f48f4ed6 /science | |
parent | - Update to 1.8 (diff) |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
Diffstat (limited to 'science')
-rw-r--r-- | science/getdp/Makefile | 3 | ||||
-rw-r--r-- | science/gnudatalanguage/Makefile | 6 | ||||
-rw-r--r-- | science/kst/Makefile | 3 | ||||
-rw-r--r-- | science/kst2/Makefile | 3 |
4 files changed, 9 insertions, 6 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index d123e79867b1..69849861b0c6 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -7,6 +7,7 @@ PORTNAME= getdp PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -15,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A rather general finite element solver using mixed finite elements -LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ lapack.3:${PORTSDIR}/math/lapack GNU_CONFIGURE= yes diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index 080315bf5815..36ad6bdd477a 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnudatalanguage PORTVERSION= 0.8.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -32,7 +32,7 @@ COMMENT?= GDL, a free IDL compatible incremental compiler #--------------------------------------------------------------------------- LIB_DEPENDS+= plplotd.10:${PORTSDIR}/math/plplot \ - gsl.7:${PORTSDIR}/math/gsl \ + gsl.9:${PORTSDIR}/math/gsl \ readline.5:${PORTSDIR}/devel/readline USE_XLIB= yes @@ -104,7 +104,7 @@ CONFIGURE_ARGS+=--with-fftw=${LOCALBASE} .endif .if ${OSVERSION} < 500000 -BROKEN= "Does not compile with gcc-2.95" +BROKEN= Does not compile with gcc-2.95 .endif .if defined(BUILD_PYTHON_MODULE) diff --git a/science/kst/Makefile b/science/kst/Makefile index 99e00a98d487..8448a1bfe6f5 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -6,6 +6,7 @@ PORTNAME= kst PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} \ http://omega.astro.utoronto.ca/${PORTNAME}/ @@ -15,7 +16,7 @@ MAINTAINER= kay_lehmann@web.de COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.7:${PORTSDIR}/math/gsl + gsl.9:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes diff --git a/science/kst2/Makefile b/science/kst2/Makefile index 99e00a98d487..8448a1bfe6f5 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -6,6 +6,7 @@ PORTNAME= kst PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} \ http://omega.astro.utoronto.ca/${PORTNAME}/ @@ -15,7 +16,7 @@ MAINTAINER= kay_lehmann@web.de COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.7:${PORTSDIR}/math/gsl + gsl.9:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes |