diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-09 14:17:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-09 14:17:46 +0000 |
commit | 1a1fbdeba76fb2eda833d131055bf37e242442b3 (patch) | |
tree | 93180a64be9d9f6ed577ffa9ae60f1cc8bfb747d | |
parent | f86d6f3eaf3d217fd360d1b4ebbef41f51964b66 (diff) | |
download | pkgsrc-1a1fbdeba76fb2eda833d131055bf37e242442b3.tar.gz |
Package tools support the "alpha" suffix properly to compare versions, so
set boehm-gc's version to 6.2alpha4 instead of 6.1.994. Thanks, agc@.
-rw-r--r-- | devel/boehm-gc/Makefile | 4 | ||||
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | lang/mono/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 1cd49c0f3a9..672361f1ab4 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2003/05/09 12:53:26 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2003/05/09 14:17:47 jmmv Exp $ # DISTNAME= gc6.2alpha4 -PKGNAME= boehm-gc-6.1.994 +PKGNAME= boehm-gc-6.2alpha4 CATEGORIES= devel MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ diff --git a/doc/CHANGES b/doc/CHANGES index 235acb5478c..feb8f4dac75 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2200 2003/05/09 13:04:10 jmmv Exp $ +$NetBSD: CHANGES,v 1.2201 2003/05/09 14:17:46 jmmv Exp $ Changes to the packages collection and infrastructure in 2003: @@ -1914,5 +1914,5 @@ Changes to the packages collection and infrastructure in 2003: Updated distcc to 2.2 [martti 2003-05-09] Updated lmule to 1.2.1 [jmmv 2003-05-09] Updated pan to 0.14.0 [wiz 2003-05-09] - Updated boehm-gc to 6.1.994 [jmmv 2003-05-09] + Updated boehm-gc to 6.2alpha4 [jmmv 2003-05-09] Updated mono to 0.24 [jmmv 2003-05-09] diff --git a/lang/mono/Makefile b/lang/mono/Makefile index ecf35e9d4fe..25608b3ffab 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/05/09 13:05:33 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/09 14:17:47 jmmv Exp $ # DISTNAME= mono-0.24 @@ -9,7 +9,7 @@ MAINTAINER= marc@informatik.uni-bremen.de HOMEPAGE= http://www.go-mono.org/ COMMENT= Open source implementation of the .NET Development Framework -BUILDLINK_DEPENDS.boehm-gc= boehm-gc>=6.1.994 +BUILDLINK_DEPENDS.boehm-gc= boehm-gc>=6.2alpha4 # XXX: Is this really true? As seen in the website, mono should work on # other platforms; please test. |