From a1979dd621e7e4778d9a8124c8ad15643eeb8422 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Wed, 5 Jul 2006 02:49:16 +0000 Subject: [PATCH] - 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) --- net/ekiga/Makefile | 5 +---- net/ekiga/distinfo | 6 +++--- net/ekiga/files/patch-src-gui-main.cpp | 11 +++++++++++ 3 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 net/ekiga/files/patch-src-gui-main.cpp diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 28b38493d20b..f02ef7e98215 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -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 .if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 diff --git a/net/ekiga/distinfo b/net/ekiga/distinfo index ec63a7433874..792e607a5aef 100644 --- a/net/ekiga/distinfo +++ b/net/ekiga/distinfo @@ -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 diff --git a/net/ekiga/files/patch-src-gui-main.cpp b/net/ekiga/files/patch-src-gui-main.cpp new file mode 100644 index 000000000000..44833bfeee1e --- /dev/null +++ b/net/ekiga/files/patch-src-gui-main.cpp @@ -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); +