summaryrefslogtreecommitdiff
path: root/x11/fltk/Makefile
diff options
context:
space:
mode:
authoradam <adam>2004-10-21 08:29:45 +0000
committeradam <adam>2004-10-21 08:29:45 +0000
commitbd2d386ee06357b3c4e9512aaff31adb23cfd632 (patch)
tree6bd4bb615e27ff7e0d5e50e059357c8803d0c266 /x11/fltk/Makefile
parentd3cda2f70b412a4ee367700d6bb894a289d8c6b2 (diff)
downloadpkgsrc-bd2d386ee06357b3c4e9512aaff31adb23cfd632.tar.gz
Changes 1.1.5rc1:
- Documentation updates (STR #186, STR #245, STR #250, STR #277, STR #281, STR #328, STR #338) - fl_scroll() did not handle scrolling from off-screen on WIN32 (STR #315) - Fl_File_Chooser did not allow manual entry of a drive letter (STR #339) - Fl_Menu now uses the boxtype to redraw the menu background (STR #204) - Fl_Scroll now shows the background image when a framed box type is used and the Fl_Scroll is a direct decendent of a window (STR #205) - Added a new_directory_tooltip string pointer to allow localization of the file chooser's new directory button (STR #340) - Added Fl_Menu_::find_item() method (STR #316) - The Fl_Widget copy operator definitions were not conditionally compiled properly (STR #329) - FLUID's Layout functionality did not move child widgets when laying out group widgets (STR #319) - FLUID's Layout->Center In Group functionality did not properly handle widgets that were children of a Fl_Window widget (STR #318) - The Fl_Text_Display destructor did not remove the predelete callback associated with the current buffer (STR #332) - Fixed several bugs in the MacOS X Fl::add_fd() handling (STR #333, STR #337)
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r--x11/fltk/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 056cd73f49f..6a4acdd0c36 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2004/10/03 00:18:29 tv Exp $
-#
+# $NetBSD: Makefile,v 1.42 2004/10/21 08:29:45 adam Exp $
-DISTNAME= fltk-1.1.5rc1-source
+DISTNAME= fltk-1.1.5-source
PKGNAME= ${DISTNAME:S/-source//}
-PKGREVISION= 3
VERS= ${DISTNAME:S/fltk-//:S/-source//}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/} \