diff options
-rw-r--r-- | astro/orsa/Makefile | 4 | ||||
-rw-r--r-- | audio/snd/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/sipp/Makefile | 3 | ||||
-rw-r--r-- | biology/adun/Makefile | 4 | ||||
-rw-r--r-- | cad/gmsh/Makefile | 4 | ||||
-rw-r--r-- | graphics/qgis/Makefile | 4 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 4 | ||||
-rw-r--r-- | math/PDL/Makefile | 4 | ||||
-rw-r--r-- | math/asymptote/Makefile | 4 | ||||
-rw-r--r-- | math/freefem++/Makefile | 3 | ||||
-rw-r--r-- | math/labplot/Makefile | 4 | ||||
-rw-r--r-- | math/msieve/Makefile | 3 | ||||
-rw-r--r-- | math/orpie/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-GSL/Makefile | 4 | ||||
-rw-r--r-- | math/py-gsl/Makefile | 4 | ||||
-rw-r--r-- | math/qtiplot/Makefile | 3 | ||||
-rw-r--r-- | math/ruby-gsl/Makefile | 3 | ||||
-rw-r--r-- | math/yacas/Makefile | 3 | ||||
-rw-r--r-- | net/sipp/Makefile | 3 | ||||
-rw-r--r-- | science/getdp/Makefile | 4 | ||||
-rw-r--r-- | science/gnudatalanguage/Makefile | 4 | ||||
-rw-r--r-- | science/kst/Makefile | 4 | ||||
-rw-r--r-- | science/kst2/Makefile | 4 |
23 files changed, 46 insertions, 39 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index 04d4dcaf760d..c9c12e13c778 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ cln.4:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.3.3:${PORTSDIR}/math/GiNaC diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 5ae6527c75d0..be67fa41d435 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -7,7 +7,7 @@ PORTNAME= snd PORTVERSION= 7.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Multitracking sound editor and utilities -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl ALL_TARGET= audinfo snd sndinfo sndplay sndrecord sndsine CONFIGURE_ARGS= --with-float-samples \ diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 92d05fe75aae..9b1b0db47615 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -7,6 +7,7 @@ PORTNAME= sipp PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= sipp @@ -28,7 +29,7 @@ OPTIONS= OPENSSL "OpenSSL support (for digest auth and SIP over TLS)" on \ .include <bsd.port.pre.mk> .if defined(WITH_GSL) -LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl MAKE_ENV+= EXTRACPPFLAGS=-DHAVE_GSL \ EXTRACFLAGS=-DHAVE_GSL \ diff --git a/biology/adun/Makefile b/biology/adun/Makefile index 64a2c35d9d78..b6988aec186f 100644 --- a/biology/adun/Makefile +++ b/biology/adun/Makefile @@ -7,7 +7,7 @@ PORTNAME= adun PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology gnustep MASTER_SITES= http://download.gna.org/adun/ DISTNAME= Adun${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= Adun${PORTVERSION} MAINTAINER= gurkan@linuks.mine.nu COMMENT= Molecular Simulator for GNUstep -LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index ad3694ad2ccc..d7185a438c57 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmsh PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An automatic 3D finite element mesh generator RUN_DEPENDS= getdp:${PORTSDIR}/science/getdp -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ fltk.1:${PORTSDIR}/x11-toolkits/fltk .if defined(PACKAGE_BUILDING) diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index b083aadfc485..f38ddd86ed94 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -7,7 +7,7 @@ PORTNAME= qgis PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR=${PORTNAME} @@ -17,7 +17,7 @@ COMMENT= A Geographical Information System (GIS) data viewer LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ proj:${PORTSDIR}/graphics/proj \ - gsl.9:${PORTSDIR}/math/gsl \ + gsl.10:${PORTSDIR}/math/gsl \ gdal:${PORTSDIR}/graphics/gdal BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 85d0aaf9be51..8b28b84ac9ff 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= bogofilter PORTVERSION= 1.1.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -40,7 +40,7 @@ USE_ICONV= yes BF_LIBS+= -liconv .endif .if !defined(WITHOUT_GSL) -LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl .else CONFIGURE_ARGS+= --with-included-gsl .endif diff --git a/math/PDL/Makefile b/math/PDL/Makefile index eedcf7b5bc0c..f555d742edaa 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -8,7 +8,7 @@ PORTNAME= PDL PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -28,7 +28,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl LIB_DEPENDS= plplotd.11:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ - gsl.9:${PORTSDIR}/math/gsl + gsl.10:${PORTSDIR}/math/gsl RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index c24db903b104..47308d04a6a5 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -7,7 +7,7 @@ PORTNAME= asymptote PORTVERSION= 1.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -46,7 +46,7 @@ ALL_TARGET= asy INSTALL_TARGET= install-asy .if defined(WITH_GSL) -LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl .endif # Documentation diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 3e8082c6ef2f..17c24d281108 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -7,6 +7,7 @@ PORTNAME= freefem++ DISTVERSION= 2.17-1 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= http://www.freefem.org/ff++/ftp/ @@ -17,7 +18,7 @@ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \ fftw3.4:${PORTSDIR}/math/fftw3 \ umfpack.1:${PORTSDIR}/math/suitesparse \ arpack.1:${PORTSDIR}/math/arpack \ - gsl.9:${PORTSDIR}/math/gsl + gsl.10:${PORTSDIR}/math/gsl BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ dvips:${PORTSDIR}/print/dvipsk-tetex \ pdflatex:${PORTSDIR}/print/teTeX-base \ diff --git a/math/labplot/Makefile b/math/labplot/Makefile index e7c483565847..d1cf4151f12a 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.5.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=labplot @@ -18,7 +18,7 @@ COMMENT= LabPlot : Data analysis and visualisation LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ Magick.10:${PORTSDIR}/graphics/ImageMagick \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ - gsl.9:${PORTSDIR}/math/gsl \ + gsl.10:${PORTSDIR}/math/gsl \ jasper.4:${PORTSDIR}/graphics/jasper \ fftw3.4:${PORTSDIR}/math/fftw3 \ netcdf:${PORTSDIR}/science/netcdf \ diff --git a/math/msieve/Makefile b/math/msieve/Makefile index f28291f69ba9..20e216a6212e 100644 --- a/math/msieve/Makefile +++ b/math/msieve/Makefile @@ -7,6 +7,7 @@ PORTNAME= msieve PORTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.boo.net/~jasonp/ \ http://mirror.roe.ch/dist/msieve/ @@ -41,7 +42,7 @@ CFLAGS+= -O3 -ffast-math -fomit-frame-pointer .endif .if !defined(WITHOUT_GNFS) -LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl ALLTGT_SUFX= _nfs .endif diff --git a/math/orpie/Makefile b/math/orpie/Makefile index 1c510c186b9a..d0e22ec78f1e 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -7,7 +7,7 @@ PORTNAME= orpie PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= math MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/orpie/ @@ -15,7 +15,7 @@ MAINTAINER= dylan@dylex.net COMMENT= A fullscreen RPN calculator for the console BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 51d6f45dc535..9402a5c93144 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -7,7 +7,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl interface to GNU Scientific Library -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl PERL_CONFIGURE= yes MAKE_ENV= INC="-I${LOCALBASE}/include" diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index d5252672651e..7ba44612f8bb 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gsl PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pygsl @@ -20,7 +20,7 @@ COMMENT= Python interface to GNU Scientific Library BUILD_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 36524b09dc67..adb69ed9f751 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -7,13 +7,14 @@ PORTNAME= qtiplot DISTVERSION= 0.9rc2 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= http://soft.proindependent.com/src/ MAINTAINER= makc@issp.ac.ru COMMENT= An Origin clone for data analysis and scientific plotting -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ muparser.0:${PORTSDIR}/math/muparser \ origin.0:${PORTSDIR}/math/liborigin \ qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \ diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index d626342b1688..d6d4bf1666f8 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -7,6 +7,7 @@ PORTNAME= gsl PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= rb-${PORTNAME} @@ -17,7 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= clsung@FreeBSD.org COMMENT= A Ruby extension library for GSL (GNU Scientific Library) -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 089c17979f32..25a474240e24 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -8,13 +8,14 @@ PORTNAME= yacas PORTVERSION= 1.0.61 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= shaun@FreeBSD.org COMMENT= Yet Another Computer Algebra System -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD= yes diff --git a/net/sipp/Makefile b/net/sipp/Makefile index 92d05fe75aae..9b1b0db47615 100644 --- a/net/sipp/Makefile +++ b/net/sipp/Makefile @@ -7,6 +7,7 @@ PORTNAME= sipp PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= sipp @@ -28,7 +29,7 @@ OPTIONS= OPENSSL "OpenSSL support (for digest auth and SIP over TLS)" on \ .include <bsd.port.pre.mk> .if defined(WITH_GSL) -LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl MAKE_ENV+= EXTRACPPFLAGS=-DHAVE_GSL \ EXTRACFLAGS=-DHAVE_GSL \ diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 74cfc097b9b6..9d866824874b 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -7,7 +7,7 @@ PORTNAME= getdp PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A rather general finite element solver using mixed finite elements -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ lapack.4:${PORTSDIR}/math/lapack WANT_FORTRAN= yes #dummy but future use diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index 127d011bbd75..5ac085b3c9c4 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnudatalanguage PORTVERSION= 0.8.11 -PORTREVISION= 6 +PORTREVISION= 7 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.11:${PORTSDIR}/math/plplot \ - gsl.9:${PORTSDIR}/math/gsl \ + gsl.10:${PORTSDIR}/math/gsl \ readline.5:${PORTSDIR}/devel/readline USE_XLIB= yes diff --git a/science/kst/Makefile b/science/kst/Makefile index d68e5608a252..2cc30abdcb86 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -6,7 +6,7 @@ PORTNAME= kst PORTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} \ http://omega.astro.utoronto.ca/${PORTNAME}/ @@ -16,7 +16,7 @@ MAINTAINER= kay_lehmann@web.de COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.9:${PORTSDIR}/math/gsl + gsl.10:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes diff --git a/science/kst2/Makefile b/science/kst2/Makefile index d68e5608a252..2cc30abdcb86 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -6,7 +6,7 @@ PORTNAME= kst PORTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} \ http://omega.astro.utoronto.ca/${PORTNAME}/ @@ -16,7 +16,7 @@ MAINTAINER= kay_lehmann@web.de COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.9:${PORTSDIR}/math/gsl + gsl.10:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes |