Update to 2.0.0.b5. A lot of bugs have been fixed in this latest beta.
Even users having problems with 1.5.0 are encouraged to upgrade.
This commit is contained in:
parent
6cd4c0f2e4
commit
a08a14bac3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177047
10 changed files with 16 additions and 16 deletions
|
@ -12,6 +12,7 @@ include/gaim/gnt/gntrequest.h
|
|||
include/gaim/gnt/gntstatus.h
|
||||
include/gaim/gnt/gntui.h
|
||||
include/gnt/gnt.h
|
||||
include/gnt/gntbindable.h
|
||||
include/gnt/gntbox.h
|
||||
include/gnt/gntbutton.h
|
||||
include/gnt/gntcheckbox.h
|
||||
|
@ -24,6 +25,7 @@ include/gnt/gntline.h
|
|||
include/gnt/gntmarshal.h
|
||||
include/gnt/gntmenu.h
|
||||
include/gnt/gntmenuitem.h
|
||||
include/gnt/gntmenuitemcheck.h
|
||||
include/gnt/gntstyle.h
|
||||
include/gnt/gnttextview.h
|
||||
include/gnt/gnttree.h
|
||||
|
|
|
@ -12,6 +12,7 @@ include/gaim/gnt/gntrequest.h
|
|||
include/gaim/gnt/gntstatus.h
|
||||
include/gaim/gnt/gntui.h
|
||||
include/gnt/gnt.h
|
||||
include/gnt/gntbindable.h
|
||||
include/gnt/gntbox.h
|
||||
include/gnt/gntbutton.h
|
||||
include/gnt/gntcheckbox.h
|
||||
|
@ -24,6 +25,7 @@ include/gnt/gntline.h
|
|||
include/gnt/gntmarshal.h
|
||||
include/gnt/gntmenu.h
|
||||
include/gnt/gntmenuitem.h
|
||||
include/gnt/gntmenuitemcheck.h
|
||||
include/gnt/gntstyle.h
|
||||
include/gnt/gnttextview.h
|
||||
include/gnt/gnttree.h
|
||||
|
|
|
@ -44,8 +44,6 @@ include/gaim/gtkutils.h
|
|||
include/gaim/gtkwhiteboard.h
|
||||
%%CAP%%lib/gaim/cap.la
|
||||
%%CAP%%lib/gaim/cap.so
|
||||
lib/gaim/docklet.la
|
||||
lib/gaim/docklet.so
|
||||
lib/gaim/extplacement.la
|
||||
lib/gaim/extplacement.so
|
||||
lib/gaim/gaimrc.la
|
||||
|
@ -548,7 +546,6 @@ share/gnome/pixmaps/gaim/tb_drag_arrow_right.xpm
|
|||
share/gnome/pixmaps/gaim/tb_drag_arrow_up.xpm
|
||||
share/gnome/pixmaps/gaim/typed.png
|
||||
share/gnome/pixmaps/gaim/typing.png
|
||||
share/gnome/sounds/gaim/Makefile.mingw
|
||||
share/gnome/sounds/gaim/alert.wav
|
||||
share/gnome/sounds/gaim/login.wav
|
||||
share/gnome/sounds/gaim/logout.wav
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= gaim
|
||||
PORTVERSION= 2.0.0.b4
|
||||
PORTVERSION= 2.0.0.b5
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= net-im
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMEPREFIX?= lib
|
||||
DISTNAME= gaim-2.0.0beta4
|
||||
DISTNAME= ${PORTNAME}-2.0.0beta5
|
||||
|
||||
MAINTAINER?= marcus@FreeBSD.org
|
||||
COMMENT?= Backend library for the Gaim multi-protocol messaging client
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gaim-2.0.0beta4.tar.bz2) = ddf49cb3f95febdd26bf2214875446e6
|
||||
SHA256 (gaim-2.0.0beta4.tar.bz2) = 08436e3fcb4caa61b92551e5e2c092ea94caae6520d50c479a164b93caedb820
|
||||
SIZE (gaim-2.0.0beta4.tar.bz2) = 6298151
|
||||
MD5 (gaim-2.0.0beta5.tar.bz2) = 84099216123de25402fa7e904ceca437
|
||||
SHA256 (gaim-2.0.0beta5.tar.bz2) = d6fab2ff940eddbf8256b2d845332cbc25b10e1c44f1761a0a754c55849b01db
|
||||
SIZE (gaim-2.0.0beta5.tar.bz2) = 6489271
|
||||
|
|
|
@ -132,6 +132,7 @@ share/locale/el/LC_MESSAGES/gaim.mo
|
|||
share/locale/en_AU/LC_MESSAGES/gaim.mo
|
||||
share/locale/en_CA/LC_MESSAGES/gaim.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gaim.mo
|
||||
share/locale/eo/LC_MESSAGES/gaim.mo
|
||||
share/locale/es/LC_MESSAGES/gaim.mo
|
||||
share/locale/et/LC_MESSAGES/gaim.mo
|
||||
share/locale/eu/LC_MESSAGES/gaim.mo
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= gaim
|
||||
PORTVERSION= 2.0.0.b4
|
||||
PORTVERSION= 2.0.0.b5
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= net-im
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMEPREFIX?= lib
|
||||
DISTNAME= gaim-2.0.0beta4
|
||||
DISTNAME= ${PORTNAME}-2.0.0beta5
|
||||
|
||||
MAINTAINER?= marcus@FreeBSD.org
|
||||
COMMENT?= Backend library for the Gaim multi-protocol messaging client
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gaim-2.0.0beta4.tar.bz2) = ddf49cb3f95febdd26bf2214875446e6
|
||||
SHA256 (gaim-2.0.0beta4.tar.bz2) = 08436e3fcb4caa61b92551e5e2c092ea94caae6520d50c479a164b93caedb820
|
||||
SIZE (gaim-2.0.0beta4.tar.bz2) = 6298151
|
||||
MD5 (gaim-2.0.0beta5.tar.bz2) = 84099216123de25402fa7e904ceca437
|
||||
SHA256 (gaim-2.0.0beta5.tar.bz2) = d6fab2ff940eddbf8256b2d845332cbc25b10e1c44f1761a0a754c55849b01db
|
||||
SIZE (gaim-2.0.0beta5.tar.bz2) = 6489271
|
||||
|
|
|
@ -132,6 +132,7 @@ share/locale/el/LC_MESSAGES/gaim.mo
|
|||
share/locale/en_AU/LC_MESSAGES/gaim.mo
|
||||
share/locale/en_CA/LC_MESSAGES/gaim.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gaim.mo
|
||||
share/locale/eo/LC_MESSAGES/gaim.mo
|
||||
share/locale/es/LC_MESSAGES/gaim.mo
|
||||
share/locale/et/LC_MESSAGES/gaim.mo
|
||||
share/locale/eu/LC_MESSAGES/gaim.mo
|
||||
|
|
|
@ -44,8 +44,6 @@ include/gaim/gtkutils.h
|
|||
include/gaim/gtkwhiteboard.h
|
||||
%%CAP%%lib/gaim/cap.la
|
||||
%%CAP%%lib/gaim/cap.so
|
||||
lib/gaim/docklet.la
|
||||
lib/gaim/docklet.so
|
||||
lib/gaim/extplacement.la
|
||||
lib/gaim/extplacement.so
|
||||
lib/gaim/gaimrc.la
|
||||
|
@ -548,7 +546,6 @@ share/gnome/pixmaps/gaim/tb_drag_arrow_right.xpm
|
|||
share/gnome/pixmaps/gaim/tb_drag_arrow_up.xpm
|
||||
share/gnome/pixmaps/gaim/typed.png
|
||||
share/gnome/pixmaps/gaim/typing.png
|
||||
share/gnome/sounds/gaim/Makefile.mingw
|
||||
share/gnome/sounds/gaim/alert.wav
|
||||
share/gnome/sounds/gaim/login.wav
|
||||
share/gnome/sounds/gaim/logout.wav
|
||||
|
|
Loading…
Reference in a new issue