diff options
author | perry <perry> | 2005-04-24 22:13:40 +0000 |
---|---|---|
committer | perry <perry> | 2005-04-24 22:13:40 +0000 |
commit | e86407af2bdcd0c3694d782f687eaa15926561f6 (patch) | |
tree | f56913343b1beca5cefd79f8a7cd249e7128a4b3 /devel/slib/Makefile | |
parent | ec7b0a01ab8da8e2035c68504a436d37e958cbb7 (diff) | |
download | pkgsrc-e86407af2bdcd0c3694d782f687eaa15926561f6.tar.gz |
Update to version 3a1
Bug fixes, performance improvements, documentation improvements, plus some
functional additions such as a PostScript graph generator library.
Diffstat (limited to 'devel/slib/Makefile')
-rw-r--r-- | devel/slib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/slib/Makefile b/devel/slib/Makefile index 2d3bebb1f61..7f182bdd9cb 100644 --- a/devel/slib/Makefile +++ b/devel/slib/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.18 2004/04/24 22:46:09 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/04/24 22:13:40 perry Exp $ -DISTNAME= slib2d6 +DISTNAME= slib3a1 # # Convert the version number as follows 2d2 -> 2.4.2, where the d is # changed to a 4, representing the 4th letter. +# Thus, 3a1 -> 3.1.1 # -PKGNAME= slib-2.4.6 +PKGNAME= slib-3.1.1 CATEGORIES= devel MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/ \ ${MASTER_SITE_GNU:=jacal/} |