diff options
author | wiz <wiz> | 2011-01-13 13:53:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-13 13:53:23 +0000 |
commit | f23530ec63c0b57dfe7851cb94c5f0228b41900b (patch) | |
tree | d235dceb5492df43911f7f1b522b59cc6164c7b2 /math | |
parent | 8f17cd0f2e69c30afab26c5af461f89c9f9a45b9 (diff) | |
download | pkgsrc-f23530ec63c0b57dfe7851cb94c5f0228b41900b.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 3 | ||||
-rw-r--r-- | math/pari/Makefile | 4 | ||||
-rw-r--r-- | math/pspp/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index a8fb6496ec5..35ed1a0c681 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2010/07/30 10:36:30 asau Exp $ +# $NetBSD: Makefile,v 1.88 2011/01/13 13:53:29 wiz Exp $ DISTNAME= octave-${OCTAVE_VER} +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/pari/Makefile b/math/pari/Makefile index 06f6697c90f..6f50e1bfe6f 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2010/10/01 20:50:55 minskim Exp $ +# $NetBSD: Makefile,v 1.50 2011/01/13 13:53:29 wiz Exp $ DISTNAME= pari-2.3.5 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 1649ca1a3a0..9a51590b5d1 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2010/11/15 22:57:51 abs Exp $ +# $NetBSD: Makefile,v 1.48 2011/01/13 13:53:29 wiz Exp $ # DISTNAME= pspp-0.6.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=pspp/} |