diff options
author | wiz <wiz> | 2004-11-02 20:55:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-02 20:55:29 +0000 |
commit | f1a6ab4854ccbc97cd0145f146b5ec287748f648 (patch) | |
tree | bdb183d88a8fbde6024b2399f3476424997545c3 /devel/gtl/Makefile | |
parent | 5e83ebea3878cc7765fdd0fa257f069f4b572d28 (diff) | |
download | pkgsrc-f1a6ab4854ccbc97cd0145f146b5ec287748f648.tar.gz |
Update to 1.2.1:
* Bugfixes in the bidirectional Dijkstra
* Fixes for the latest Visual Studio .NET
Diffstat (limited to 'devel/gtl/Makefile')
-rw-r--r-- | devel/gtl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gtl/Makefile b/devel/gtl/Makefile index 11f1d2fea9c..8ffff5f459f 100644 --- a/devel/gtl/Makefile +++ b/devel/gtl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2004/11/02 20:36:50 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2004/11/02 20:55:29 wiz Exp $ -DISTNAME= GTL-1.2.0 -PKGNAME= gtl-1.2.0 +DISTNAME= GTL-1.2.1 +PKGNAME= gtl-1.2.1 CATEGORIES= devel MASTER_SITES= http://infosun.fmi.uni-passau.de/GTL/download/ EXTRACT_SUFX= .tar.bz2 |