diff options
author | gdt <gdt@pkgsrc.org> | 2012-11-05 15:24:12 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-11-05 15:24:12 +0000 |
commit | c77362ebd2d8a41075f68d001a8a157e03efafa8 (patch) | |
tree | beaa62dd596af134b880c8592f52c83fc57c3cef /x11/fltk2 | |
parent | cbc8c3d0a91698ff75e3e39280df179440624277 (diff) | |
download | pkgsrc-c77362ebd2d8a41075f68d001a8a157e03efafa8.tar.gz |
Explain which versions are crufty, normal, and bleeding edge.
(Thanks to Tim Larson for advice on wording.)
Diffstat (limited to 'x11/fltk2')
-rw-r--r-- | x11/fltk2/DESCR | 4 | ||||
-rw-r--r-- | x11/fltk2/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/fltk2/DESCR b/x11/fltk2/DESCR index afa3fcb6d90..f600ff15836 100644 --- a/x11/fltk2/DESCR +++ b/x11/fltk2/DESCR @@ -4,4 +4,6 @@ modular enough to be statically linked, but also works fine as a shared library. FLTK also includes FLUID, an interactive user interface builder program. -FLTK2 is the next generation of FLTK and still in very active development. +FLTK 2.0 is an experimental branch and has been declared inactive, +superceded by 3.0. + diff --git a/x11/fltk2/Makefile b/x11/fltk2/Makefile index 69e2f6be247..088738f9be3 100644 --- a/x11/fltk2/Makefile +++ b/x11/fltk2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/10/29 05:06:12 asau Exp $ +# $NetBSD: Makefile,v 1.13 2012/11/05 15:24:12 gdt Exp $ VERS= 6129 -PKGREVISION= 6 +PKGREVISION= 7 DISTNAME= fltk-2.0.x-r${VERS} PKGNAME= fltk2-2.0pre${VERS} CATEGORIES= x11 |