diff options
author | wiz <wiz@pkgsrc.org> | 2021-06-01 09:12:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-06-01 09:12:22 +0000 |
commit | 1c2e02130fd5271c3033f71c9bbf3311b4411e8b (patch) | |
tree | 506feb936c481316c3eb5cee5af62adb2ca5ffc7 /math | |
parent | 9d1e113e2e29e98ba50b84fb47bd303736452038 (diff) | |
download | pkgsrc-1c2e02130fd5271c3033f71c9bbf3311b4411e8b.tar.gz |
*: recursive PKGREVISION bump for sneaky gsl shared library version number change
Diffstat (limited to 'math')
-rw-r--r-- | math/dieharder/Makefile | 4 | ||||
-rw-r--r-- | math/gsl/buildlink3.mk | 4 | ||||
-rw-r--r-- | math/mcsim/Makefile | 4 | ||||
-rw-r--r-- | math/pspp/Makefile | 5 | ||||
-rw-r--r-- | math/ruby-gsl/Makefile | 3 | ||||
-rw-r--r-- | math/yacas/Makefile | 5 |
6 files changed, 12 insertions, 13 deletions
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index 440ea76c51c..09d4f75937c 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/12/07 00:14:56 wiedi Exp $ -# +# $NetBSD: Makefile,v 1.7 2021/06/01 09:12:26 wiz Exp $ DISTNAME= dieharder-3.31.1 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ EXTRACT_SUFX= .tgz diff --git a/math/gsl/buildlink3.mk b/math/gsl/buildlink3.mk index 7bcc1c63423..21323727105 100644 --- a/math/gsl/buildlink3.mk +++ b/math/gsl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2018/01/07 13:04:22 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2021/06/01 09:12:22 wiz Exp $ BUILDLINK_TREE+= gsl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gsl GSL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gsl+= gsl>=1.4 -BUILDLINK_ABI_DEPENDS.gsl+= gsl>=1.5nb1 +BUILDLINK_ABI_DEPENDS.gsl+= gsl>=2.6 BUILDLINK_PKGSRCDIR.gsl?= ../../math/gsl .endif # GSL_BUILDLINK3_MK diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index dbd618f2453..fe7a1c9df33 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2020/01/18 23:32:52 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2021/06/01 09:12:26 wiz Exp $ DISTNAME= mcsim-5.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=mcsim/} diff --git a/math/pspp/Makefile b/math/pspp/Makefile index bb2d5acc093..b5bb849ca9c 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.98 2021/05/24 19:53:03 wiz Exp $ -# +# $NetBSD: Makefile,v 1.99 2021/06/01 09:12:26 wiz Exp $ DISTNAME= pspp-0.6.2 -PKGREVISION= 50 +PKGREVISION= 51 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=pspp/} diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index 4e0b7943667..b7a8e5ebaca 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2021/02/14 15:09:29 taca Exp $ +# $NetBSD: Makefile,v 1.22 2021/06/01 09:12:26 wiz Exp $ DISTNAME= gsl-2.1.0.3 +PKGREVISION= 1 CATEGORIES= math MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 53c6362a8be..7b371a3b946 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2021/05/24 19:53:03 wiz Exp $ -# +# $NetBSD: Makefile,v 1.44 2021/06/01 09:12:26 wiz Exp $ DISTNAME= yacas-1.2.2 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= math MASTER_SITES= http://yacas.sourceforge.net/backups/ |