diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-06 09:28:22 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-06 09:28:22 +0800 |
commit | a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6 (patch) | |
tree | 0ca63ae9e3e558e4c710a7272a406bd6d550226f /science | |
parent | d69fa3ee0d36d7d6b980fc2c988ceb4c84387757 (diff) | |
download | freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.tar.gz freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.tar.zst freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.zip |
- 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 |