- update to 2.0.2

- his is an update of net/ekiga and net/opal.  Requires the latest update to
  pwlib (FreeBSD port is uptodate since one week).
  This update also incorporates a new user-contributed patch,
  see Bug 345308 - Keypad does not work properly at
  http://bugzilla.gnome.org/show_bug.cgi?id=345308

PR:		ports/99764
Submitted by:	maintainer (Jean-Baptiste Quenot)
This commit is contained in:
Cheng-Lung Sung 2006-07-05 02:49:16 +00:00
parent 5e3c765f2d
commit a1979dd621
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166960
3 changed files with 15 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= ekiga
PORTVERSION= 2.0.1
PORTREVISION= 2
PORTVERSION= 2.0.2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0
@ -34,8 +33,6 @@ CONFIGURE_ARGS= --with-pwlib-dir=${LOCALBASE} \
GCONF_SCHEMAS= ekiga.schemas
MAN1= ekiga.1
IGNORE= requires update for new pwlib
.include <bsd.port.pre.mk>
.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003

View File

@ -1,3 +1,3 @@
MD5 (ekiga-2.0.1.tar.bz2) = abf6c3351a64a7ed9028929ad5a17729
SHA256 (ekiga-2.0.1.tar.bz2) = ce7e91b6ac4fd1b4c6c4d15a3ae8c57f312c38cee7ea652a1b3432b6ad41b3bc
SIZE (ekiga-2.0.1.tar.bz2) = 4320671
MD5 (ekiga-2.0.2.tar.bz2) = d593da6ac49dce495ef4c6ada06b54b6
SHA256 (ekiga-2.0.2.tar.bz2) = 49cb294dde936850bdec15f1d9621f04eacc827055a1d7d5c2004949906a0fe7
SIZE (ekiga-2.0.2.tar.bz2) = 4808008

View File

@ -0,0 +1,11 @@
--- src/gui/main.cpp.orig Thu Jun 22 10:00:56 2006
+++ src/gui/main.cpp Thu Jun 22 10:03:18 2006
@@ -1282,7 +1282,7 @@
gtk_container_set_border_width (GTK_CONTAINER (button), 0);
gtk_container_add (GTK_CONTAINER (button), box);
- gtk_widget_add_accelerator (button, "activate",
+ gtk_widget_add_accelerator (button, "clicked",
mw->accel, key_kp [i],
(GdkModifierType) 0, (GtkAccelFlags) 0);