From 48e67c27bf9b417ffbe14007e738223f52ea8f7d Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 1 Sep 2013 12:14:06 +0000 Subject: recursive bump from hdf5 shlib major bump. --- audio/libsndfile/Makefile | 3 ++- cad/oct-wcalc/Makefile | 4 ++-- devel/hdf5/buildlink3.mk | 4 ++-- devel/netcdf-fortran/Makefile | 3 ++- devel/netcdf-fortran/buildlink3.mk | 3 ++- devel/netcdf/Makefile | 3 ++- devel/netcdf/buildlink3.mk | 4 ++-- geography/gdal-lib/Makefile | 4 ++-- geography/gdal-lib/buildlink3.mk | 4 ++-- geography/mapserver/Makefile | 4 ++-- geography/merkaartor/Makefile | 4 ++-- geography/qgis/Makefile | 4 ++-- geography/qlandkartegt/Makefile | 4 ++-- geography/qlandkartem/Makefile | 4 ++-- graphics/GMT/Makefile | 4 ++-- graphics/blender/Makefile | 4 ++-- graphics/dx/Makefile | 4 ++-- graphics/gri/Makefile | 4 ++-- graphics/h5utils/Makefile | 4 ++-- graphics/ncview/Makefile | 4 ++-- graphics/openimageio/Makefile | 4 ++-- graphics/openimageio/buildlink3.mk | 4 ++-- graphics/osg/Makefile | 4 ++-- graphics/pfstools/Makefile | 4 ++-- math/R-ncdf/Makefile | 3 ++- math/grace/Makefile | 4 ++-- math/octave-forge/Makefile | 4 ++-- math/octave-forge/buildlink3.mk | 4 ++-- math/octave/Makefile | 4 ++-- math/octave/buildlink3.mk | 4 ++-- math/py-Scientific/Makefile | 3 ++- math/py-pytables/Makefile | 3 ++- math/xmgr/Makefile | 4 ++-- 33 files changed, 66 insertions(+), 59 deletions(-) diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 115f3cd87ac..5207082b9af 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2012/09/12 00:24:44 asau Exp $ +# $NetBSD: Makefile,v 1.64 2013/09/01 12:14:06 obache Exp $ DISTNAME= libsndfile-1.0.25 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/ diff --git a/cad/oct-wcalc/Makefile b/cad/oct-wcalc/Makefile index 913615e82b3..8fb00721678 100644 --- a/cad/oct-wcalc/Makefile +++ b/cad/oct-wcalc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2012/10/08 13:25:14 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/09/01 12:14:06 obache Exp $ # .include "../../cad/wcalc/Makefile.common" PKGNAME= oct-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= Octave Based Transmission Line Analysis/Synthesis Calculator diff --git a/devel/hdf5/buildlink3.mk b/devel/hdf5/buildlink3.mk index 85723e0f315..02ca6dc8372 100644 --- a/devel/hdf5/buildlink3.mk +++ b/devel/hdf5/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2011/10/07 10:38:50 alnsn Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2013/09/01 12:14:06 obache Exp $ BUILDLINK_TREE+= hdf5 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= hdf5 HDF5_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hdf5+= hdf5>=1.8.7 -BUILDLINK_ABI_DEPENDS.hdf5+= hdf5>=1.8.7 +BUILDLINK_ABI_DEPENDS.hdf5+= hdf5>=1.8.11 BUILDLINK_PKGSRCDIR.hdf5?= ../../devel/hdf5 pkgbase := hdf5 diff --git a/devel/netcdf-fortran/Makefile b/devel/netcdf-fortran/Makefile index 2bee4327119..a5467d8adab 100644 --- a/devel/netcdf-fortran/Makefile +++ b/devel/netcdf-fortran/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2013/04/29 07:43:32 adam Exp $ +# $NetBSD: Makefile,v 1.2 2013/09/01 12:14:06 obache Exp $ DISTNAME= netcdf-fortran-4.2 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ diff --git a/devel/netcdf-fortran/buildlink3.mk b/devel/netcdf-fortran/buildlink3.mk index 39fe620b8c4..2284d272624 100644 --- a/devel/netcdf-fortran/buildlink3.mk +++ b/devel/netcdf-fortran/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2013/04/29 07:43:32 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2013/09/01 12:14:06 obache Exp $ BUILDLINK_TREE+= netcdf-fortran @@ -6,6 +6,7 @@ BUILDLINK_TREE+= netcdf-fortran NETCDF_FORTRAN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.netcdf-fortran+= netcdf-fortran>=4.2 +BUILDLINK_ABI_DEPENDS.netcdf-fortran?= netcdf-fortran>=4.2nb1 BUILDLINK_PKGSRCDIR.netcdf-fortran?= ../../devel/netcdf-fortran .include "../../devel/netcdf/buildlink3.mk" diff --git a/devel/netcdf/Makefile b/devel/netcdf/Makefile index 58f91a4f6a1..10919d73b1e 100644 --- a/devel/netcdf/Makefile +++ b/devel/netcdf/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2013/05/10 07:16:29 adam Exp $ +# $NetBSD: Makefile,v 1.36 2013/09/01 12:14:06 obache Exp $ DISTNAME= netcdf-4.2.1.1 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ diff --git a/devel/netcdf/buildlink3.mk b/devel/netcdf/buildlink3.mk index a558322f32d..012d1773b90 100644 --- a/devel/netcdf/buildlink3.mk +++ b/devel/netcdf/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2013/04/09 15:57:28 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2013/09/01 12:14:06 obache Exp $ BUILDLINK_TREE+= netcdf @@ -6,7 +6,7 @@ BUILDLINK_TREE+= netcdf NETCDF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.netcdf+= netcdf>=3.5 -BUILDLINK_ABI_DEPENDS.netcdf+= netcdf>=3.5.0nb2 +BUILDLINK_ABI_DEPENDS.netcdf+= netcdf>=4.2.1.1nb1 BUILDLINK_PKGSRCDIR.netcdf?= ../../devel/netcdf .include "../../devel/hdf5/buildlink3.mk" diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 45c41be32d6..a6392e52018 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.61 2013/08/30 16:41:48 gdt Exp $ +# $NetBSD: Makefile,v 1.62 2013/09/01 12:14:06 obache Exp $ VERSION= 1.9.2 DISTNAME= gdal-${VERSION} PKGNAME= gdal-lib-${VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/ diff --git a/geography/gdal-lib/buildlink3.mk b/geography/gdal-lib/buildlink3.mk index 404aef5092e..c9d9f1a7e38 100644 --- a/geography/gdal-lib/buildlink3.mk +++ b/geography/gdal-lib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.32 2013/07/05 13:29:33 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.33 2013/09/01 12:14:06 obache Exp $ BUILDLINK_TREE+= gdal-lib @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gdal-lib GDAL_LIB_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=1.6.1 -BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=1.9.2nb2 +BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=1.9.2nb5 BUILDLINK_PKGSRCDIR.gdal-lib?= ../../geography/gdal-lib pkgbase := gdal-lib diff --git a/geography/mapserver/Makefile b/geography/mapserver/Makefile index e473d614eee..dfc2a075b15 100644 --- a/geography/mapserver/Makefile +++ b/geography/mapserver/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2013/07/15 02:02:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2013/09/01 12:14:06 obache Exp $ DISTNAME= mapserver-5.6.8 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= geography www MASTER_SITES= http://download.osgeo.org/mapserver/ diff --git a/geography/merkaartor/Makefile b/geography/merkaartor/Makefile index cc174c4bc50..dfc22c00256 100644 --- a/geography/merkaartor/Makefile +++ b/geography/merkaartor/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2013/08/27 15:51:26 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2013/09/01 12:14:06 obache Exp $ # DISTNAME= merkaartor-0.17.2 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= geography MASTER_SITES= http://merkaartor.be/attachments/download/253/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile index 25099008785..ba0770f23d6 100644 --- a/geography/qgis/Makefile +++ b/geography/qgis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2013/07/05 13:29:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2013/09/01 12:14:06 obache Exp $ DISTNAME= qgis-1.7.4 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= geography MASTER_SITES= http://qgis.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/qlandkartegt/Makefile b/geography/qlandkartegt/Makefile index 60a5594ce3a..53a8de8666e 100644 --- a/geography/qlandkartegt/Makefile +++ b/geography/qlandkartegt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2013/07/05 13:29:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2013/09/01 12:14:06 obache Exp $ # DISTNAME= qlandkartegt-1.4.2 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/} diff --git a/geography/qlandkartem/Makefile b/geography/qlandkartem/Makefile index cf0078a786d..e69d7fa8d56 100644 --- a/geography/qlandkartem/Makefile +++ b/geography/qlandkartem/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2013/07/05 13:29:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2013/09/01 12:14:06 obache Exp $ # DISTNAME= QLandkarteM.0.2.0 PKGNAME= qlandkartem-0.2.0 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/} diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index e89ffe979d8..824da5dd4eb 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2012/10/06 14:10:39 asau Exp $ +# $NetBSD: Makefile,v 1.40 2013/09/01 12:14:06 obache Exp $ DISTNAME= GMT4.1.4 PKGNAME= GMT-4.1.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/4/ \ ftp://ftp.iris.washington.edu/pub/gmt/4/ diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index e8fcdf24af9..9f0c9fd5c44 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2013/06/06 12:54:27 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2013/09/01 12:14:07 obache Exp $ DISTNAME= blender-2.66a -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://download.blender.org/source/ diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index e1642827942..23e8582a2c9 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2013/06/04 22:16:15 tron Exp $ +# $NetBSD: Makefile,v 1.73 2013/09/01 12:14:07 obache Exp $ DISTNAME= dx-4.4.4 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= graphics MASTER_SITES= http://opendx.npaci.edu/source/ diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile index ad990d86155..72ed0723b1e 100644 --- a/graphics/gri/Makefile +++ b/graphics/gri/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2013/07/15 02:02:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.48 2013/09/01 12:14:07 obache Exp $ DISTNAME= gri-2.12.23 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gri/} diff --git a/graphics/h5utils/Makefile b/graphics/h5utils/Makefile index 58eead120b3..e18b28b0726 100644 --- a/graphics/h5utils/Makefile +++ b/graphics/h5utils/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2013/02/16 11:22:09 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2013/09/01 12:14:07 obache Exp $ # DISTNAME= h5utils-1.12.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://ab-initio.mit.edu/h5utils/ diff --git a/graphics/ncview/Makefile b/graphics/ncview/Makefile index 66721d6d1c9..1c07afda5f6 100644 --- a/graphics/ncview/Makefile +++ b/graphics/ncview/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2012/10/06 14:11:08 asau Exp $ +# $NetBSD: Makefile,v 1.27 2013/09/01 12:14:07 obache Exp $ DISTNAME= ncview-1.92d -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://cirrus.ucsd.edu/pub/ncview/ diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 9cd79e31096..13814b0b991 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2013/07/05 21:34:11 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2013/09/01 12:14:06 obache Exp $ OIIOVER= 1.1.7 DISTNAME= oiio-Release-${OIIOVER} PKGNAME= ${DISTNAME:S/oiio-Release/openimageio/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= graphics MASTER_SITES= -https://github.com/OpenImageIO/oiio/archive/Release-${OIIOVER}.tar.gz FETCH_USING= curl diff --git a/graphics/openimageio/buildlink3.mk b/graphics/openimageio/buildlink3.mk index c7e129d8346..0738c56a5ec 100644 --- a/graphics/openimageio/buildlink3.mk +++ b/graphics/openimageio/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2013/06/06 12:53:42 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2013/09/01 12:14:06 obache Exp $ BUILDLINK_TREE+= openimageio @@ -6,7 +6,7 @@ BUILDLINK_TREE+= openimageio OPENIMAGEIO_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.openimageio+= openimageio>=1.1.1 -BUILDLINK_ABI_DEPENDS.openimageio?= openimageio>=1.1.7nb4 +BUILDLINK_ABI_DEPENDS.openimageio?= openimageio>=1.1.7nb6 BUILDLINK_PKGSRCDIR.openimageio?= ../../graphics/openimageio .include "../../devel/boost-libs/buildlink3.mk" diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index da9639282d3..91023518492 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2013/07/05 13:29:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2013/09/01 12:14:07 obache Exp $ DISTNAME= OpenSceneGraph-3.0.1 PKGNAME= osg-3.0.1 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= graphics devel MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PKGVERSION_NOREV}/source/ EXTRACT_SUFX= .zip diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 4d3782f68b2..dbcfee6e557 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2013/07/05 13:29:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2013/09/01 12:14:07 obache Exp $ # DISTNAME= pfstools-1.7.0 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfstools/} diff --git a/math/R-ncdf/Makefile b/math/R-ncdf/Makefile index 58612dc0525..870792c6f7b 100644 --- a/math/R-ncdf/Makefile +++ b/math/R-ncdf/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2012/04/15 15:39:34 brook Exp $ +# $NetBSD: Makefile,v 1.5 2013/09/01 12:14:07 obache Exp $ # +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} diff --git a/math/grace/Makefile b/math/grace/Makefile index 7cd834473ae..47d5b4c53bf 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2013/02/16 11:23:06 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2013/09/01 12:14:07 obache Exp $ DISTNAME= grace-5.1.23 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math graphics x11 MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index ba3679b6510..df1409932dc 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2013/02/16 11:23:08 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2013/09/01 12:14:06 obache Exp $ DISTNAME= octave-forge-2006.03.17 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=octave/} diff --git a/math/octave-forge/buildlink3.mk b/math/octave-forge/buildlink3.mk index c4e892fcad4..4c617f0f15e 100644 --- a/math/octave-forge/buildlink3.mk +++ b/math/octave-forge/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2012/05/07 01:53:46 dholland Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2013/09/01 12:14:06 obache Exp $ BUILDLINK_TREE+= octave-forge @@ -6,7 +6,7 @@ BUILDLINK_TREE+= octave-forge OCTAVE_FORGE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.octave-forge+= octave-forge>=2005.06.13 -BUILDLINK_ABI_DEPENDS.octave-forge+= octave-forge>=2006.03.17nb2 +BUILDLINK_ABI_DEPENDS.octave-forge+= octave-forge>=2006.03.17nb9 BUILDLINK_PKGSRCDIR.octave-forge?= ../../math/octave-forge .include "../../math/octave/buildlink3.mk" diff --git a/math/octave/Makefile b/math/octave/Makefile index 0152d8dae7e..3bcbe26b449 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.117 2013/07/15 02:02:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.118 2013/09/01 12:14:06 obache Exp $ DISTNAME= octave-${OCTAVE_VER} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=octave/} \ ftp://ftp.octave.org/pub/octave/ \ diff --git a/math/octave/buildlink3.mk b/math/octave/buildlink3.mk index d4985cb44e8..021e6b2da71 100644 --- a/math/octave/buildlink3.mk +++ b/math/octave/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2009/05/20 00:58:22 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2013/09/01 12:14:06 obache Exp $ BUILDLINK_TREE+= octave @@ -6,7 +6,7 @@ BUILDLINK_TREE+= octave OCTAVE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.octave+= octave>=3.0.0 -BUILDLINK_ABI_DEPENDS.octave+= octave>=3.0.5nb1 +BUILDLINK_ABI_DEPENDS.octave+= octave>=3.6.4nb4 BUILDLINK_PKGSRCDIR.octave?= ../../math/octave .include "../../mk/bsd.fast.prefs.mk" diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile index ce15687e21f..ff427cad030 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2012/09/11 23:04:30 asau Exp $ +# $NetBSD: Makefile,v 1.34 2013/09/01 12:14:07 obache Exp $ DISTNAME= ScientificPython-2.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//} +PKGREVISION= 1 CATEGORIES= math python MASTER_SITES= http://sourcesup.cru.fr/frs/download.php/2309/ diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile index b169a817d0b..e371a2f1480 100644 --- a/math/py-pytables/Makefile +++ b/math/py-pytables/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2013/08/13 21:24:37 markd Exp $ +# $NetBSD: Makefile,v 1.29 2013/09/01 12:14:07 obache Exp $ # DISTNAME= tables-2.4.0 PKGNAME= ${PYPKGPREFIX}-py${DISTNAME} +PKGREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytables/} diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index a53cc0ff41a..6c23bf76354 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2013/05/31 12:41:25 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2013/09/01 12:14:07 obache Exp $ DISTNAME= xmgr-4.1.2 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= math MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/ -- cgit v1.2.3