diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-12-17 08:32:05 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-12-17 08:32:05 +0000 |
commit | 0563e7625909eb54d566c9f10a2a3794c1c9eb6b (patch) | |
tree | bf2d14955b50e090557aa563a9aafd33831b2a32 /x11-toolkits/efltk | |
parent | 629836e01662b01df30f2f3d0b1f10c8f6212d61 (diff) | |
download | ports-0563e7625909eb54d566c9f10a2a3794c1c9eb6b.tar.gz ports-0563e7625909eb54d566c9f10a2a3794c1c9eb6b.zip |
Notes
Diffstat (limited to 'x11-toolkits/efltk')
-rw-r--r-- | x11-toolkits/efltk/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/efltk/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/efltk/files/patch-efltk-Fl_Combo_Box.h | 13 | ||||
-rw-r--r-- | x11-toolkits/efltk/files/patch-efltk-Fl_Text_Buffer.h | 11 | ||||
-rw-r--r-- | x11-toolkits/efltk/pkg-plist | 2 |
5 files changed, 6 insertions, 31 deletions
diff --git a/x11-toolkits/efltk/Makefile b/x11-toolkits/efltk/Makefile index 678e00422faf..67a098310368 100644 --- a/x11-toolkits/efltk/Makefile +++ b/x11-toolkits/efltk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= efltk -PORTVERSION= 2.0.6 -PORTREVISION= 1 +PORTVERSION= 2.0.7 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ede @@ -18,8 +17,6 @@ COMMENT= Extended Fast Light Toolkit LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_BZIP2= yes - WRKSRC= ${WRKDIR}/${PORTNAME} ONLY_FOR_ARCHS= i386 diff --git a/x11-toolkits/efltk/distinfo b/x11-toolkits/efltk/distinfo index 6344b856c5f0..9413691af0fa 100644 --- a/x11-toolkits/efltk/distinfo +++ b/x11-toolkits/efltk/distinfo @@ -1,3 +1,3 @@ -MD5 (efltk-2.0.6.tar.bz2) = 125c1deade9da94453758fa3cdac1c6a -SHA256 (efltk-2.0.6.tar.bz2) = 0c361b2b14a26c8963e4ec317ae9578bac67d045ab49b64b973f01397c6baf66 -SIZE (efltk-2.0.6.tar.bz2) = 1241283 +MD5 (efltk-2.0.7.tar.gz) = f0300fd2fec47d4b05823297032ddb9f +SHA256 (efltk-2.0.7.tar.gz) = 9636876e3c52f0dde5d6ac097568cad9fe8ea7088e28e27a3aad19b100d4e645 +SIZE (efltk-2.0.7.tar.gz) = 1579186 diff --git a/x11-toolkits/efltk/files/patch-efltk-Fl_Combo_Box.h b/x11-toolkits/efltk/files/patch-efltk-Fl_Combo_Box.h deleted file mode 100644 index 71c215374bc6..000000000000 --- a/x11-toolkits/efltk/files/patch-efltk-Fl_Combo_Box.h +++ /dev/null @@ -1,13 +0,0 @@ ---- efltk/Fl_Combo_Box.h.orig Sun Jan 28 17:54:29 2007 -+++ efltk/Fl_Combo_Box.h Sun Jan 28 17:54:45 2007 -@@ -23,8 +23,8 @@ - - void ctor_init(); - protected: -- static void Fl_Combo_Box::cb_browse(Fl_Widget *w, void *data); -- static void Fl_Combo_Box::cb_button(Fl_Widget *w, void *data); -+ static void cb_browse(Fl_Widget *w, void *data); -+ static void cb_button(Fl_Widget *w, void *data); - public: - static Fl_Named_Style* default_style; - diff --git a/x11-toolkits/efltk/files/patch-efltk-Fl_Text_Buffer.h b/x11-toolkits/efltk/files/patch-efltk-Fl_Text_Buffer.h deleted file mode 100644 index 12b85a0b492e..000000000000 --- a/x11-toolkits/efltk/files/patch-efltk-Fl_Text_Buffer.h +++ /dev/null @@ -1,11 +0,0 @@ ---- efltk/Fl_Text_Buffer.h.orig Sun Jan 28 17:53:23 2007 -+++ efltk/Fl_Text_Buffer.h Sun Jan 28 17:53:30 2007 -@@ -78,7 +78,7 @@ - Fl_Text_Buffer(int requestedSize = 0); - ~Fl_Text_Buffer(); - -- char *Fl_Text_Buffer::static_buffer(); -+ char *static_buffer(); - - // Undo stack size: (default 50) - int undo_size(); diff --git a/x11-toolkits/efltk/pkg-plist b/x11-toolkits/efltk/pkg-plist index c9dbb59a33e2..8d5ece0621c8 100644 --- a/x11-toolkits/efltk/pkg-plist +++ b/x11-toolkits/efltk/pkg-plist @@ -221,7 +221,9 @@ lib/libefltk_net.so lib/libefltk_net.so.2 lib/libefltk_xml.so lib/libefltk_xml.so.2 +share/locale/de/LC_MESSAGES/efltk.mo share/locale/fi/LC_MESSAGES/efltk.mo +share/locale/fr/LC_MESSAGES/efltk.mo share/locale/hu/LC_MESSAGES/efltk.mo share/locale/id/LC_MESSAGES/efltk.mo share/locale/sk/LC_MESSAGES/efltk.mo |