From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 11 09:40:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE2551065689 for ; Thu, 11 Jun 2009 09:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8093B8FC22 for ; Thu, 11 Jun 2009 09:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5B9e31b027295 for ; Thu, 11 Jun 2009 09:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5B9e3U7027294; Thu, 11 Jun 2009 09:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 11 Jun 2009 09:40:03 GMT Resent-Message-Id: <200906110940.n5B9e3U7027294@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Shaposhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E929106564A for ; Thu, 11 Jun 2009 09:37:18 +0000 (UTC) (envelope-from dsh@wizard.volgograd.ru) Received: from dsh.falconknight.com (dsh.falconknight.com [66.160.163.23]) by mx1.freebsd.org (Postfix) with ESMTP id 3DB728FC12 for ; Thu, 11 Jun 2009 09:37:17 +0000 (UTC) (envelope-from dsh@wizard.volgograd.ru) Received: from localhost (dsh [66.160.163.23]) by dsh.falconknight.com (Postfix) with ESMTP id AA652B6346D; Thu, 11 Jun 2009 02:37:17 -0700 (PDT) Received: from dsh.falconknight.com ([66.160.163.23]) by localhost (dsh.falconknight.com [66.160.163.23]) (amavisd-new, port 10026) with LMTP id nYMRADHzZM7G; Thu, 11 Jun 2009 02:37:17 -0700 (PDT) Received: from localhost.my.domain (unknown [85.173.92.192]) by dsh.falconknight.com (Postfix) with ESMTPS id 60CD7B6346A; Thu, 11 Jun 2009 02:37:16 -0700 (PDT) Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.3/8.14.3) with ESMTP id n5B9bABX035142; Thu, 11 Jun 2009 13:37:11 +0400 (MSD) (envelope-from dsh@localhost.my.domain) Received: (from dsh@localhost) by localhost.my.domain (8.14.3/8.14.3/Submit) id n5B9b9jS035139; Thu, 11 Jun 2009 13:37:09 +0400 (MSD) (envelope-from dsh) Message-Id: <200906110937.n5B9b9jS035139@localhost.my.domain> Date: Thu, 11 Jun 2009 13:37:09 +0400 (MSD) From: Denis Shaposhnikov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/135470: [MAINTAINER] net-im/gajim: update to 0.12.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 09:40:04 -0000 >Number: 135470 >Category: ports >Synopsis: [MAINTAINER] net-im/gajim: update to 0.12.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 11 09:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD localhost.my.domain 7.2-STABLE FreeBSD 7.2-STABLE #5: Fri May 8 14:54:25 MSD >Description: - Update to 0.12.2 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gajim-0.12.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-im/gajim/Makefile /home/dsh/ports/net-im/gajim/Makefile --- /usr/ports/net-im/gajim/Makefile 2008-12-27 01:32:50.000000000 +0300 +++ /home/dsh/ports/net-im/gajim/Makefile 2009-06-11 13:26:02.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= gajim -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.2 CATEGORIES= net-im MASTER_SITES= http://www.gajim.org/downloads/ \ http://ports.internal.vlink.ru/distfiles/ @@ -24,8 +24,8 @@ USE_PYTHON= 2.4+ USE_XORG= x11 xext xscrnsaver -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I ${LOCALBASE}/include" \ - LDFLAGS="-L ${LOCALBASE}/lib" PYTHON=${PYTHON_CMD} +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" PYTHON=${PYTHON_CMD} .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff -ruN --exclude=CVS /usr/ports/net-im/gajim/distinfo /home/dsh/ports/net-im/gajim/distinfo --- /usr/ports/net-im/gajim/distinfo 2008-12-27 01:32:50.000000000 +0300 +++ /home/dsh/ports/net-im/gajim/distinfo 2009-06-11 13:23:12.000000000 +0400 @@ -1,3 +1,3 @@ -MD5 (gajim-0.12.1.tar.bz2) = 6e8b2ed004377071f2da3a9f6542f89b -SHA256 (gajim-0.12.1.tar.bz2) = 0c3fa32931a8c29d8df988c6a4711a9d59fcf22cc8fb89c3357af092ba4dd773 -SIZE (gajim-0.12.1.tar.bz2) = 3528110 +MD5 (gajim-0.12.2.tar.bz2) = 818c20aca4a06b6d3e8d4d3030cec1cd +SHA256 (gajim-0.12.2.tar.bz2) = d262f69416146b215a122105854fec6353cd7ac9b123148564852f01e340fa8b +SIZE (gajim-0.12.2.tar.bz2) = 3580833 diff -ruN --exclude=CVS /usr/ports/net-im/gajim/pkg-plist /home/dsh/ports/net-im/gajim/pkg-plist --- /usr/ports/net-im/gajim/pkg-plist 2008-12-27 01:32:50.000000000 +0300 +++ /home/dsh/ports/net-im/gajim/pkg-plist 2009-06-11 13:30:57.000000000 +0400 @@ -307,7 +307,6 @@ %%DATADIR%%/data/glade/zeroconf_contact_context_menu.glade %%DATADIR%%/data/glade/zeroconf_context_menu.glade %%DATADIR%%/data/glade/zeroconf_information_window.glade -%%DATADIR%%/data/glade/zeroconf_properties_window.glade %%DATADIR%%/data/iconsets/crystal/16x16/away.png %%DATADIR%%/data/iconsets/crystal/16x16/chat.png %%DATADIR%%/data/iconsets/crystal/16x16/closed.png @@ -868,6 +867,8 @@ %%DATADIR%%/data/pixmaps/events/new_email_recv.png %%DATADIR%%/data/pixmaps/events/priv_msg_recv.png %%DATADIR%%/data/pixmaps/events/single_msg_recv.png +%%DATADIR%%/data/pixmaps/events/subscription_request.png +%%DATADIR%%/data/pixmaps/events/unsubscribed.png %%DATADIR%%/data/pixmaps/gajim.ico %%DATADIR%%/data/pixmaps/gajim.png %%DATADIR%%/data/pixmaps/gajim_about.png @@ -972,6 +973,9 @@ %%DATADIR%%/src/common/i18n.py %%DATADIR%%/src/common/i18n.pyc %%DATADIR%%/src/common/i18n.pyo +%%DATADIR%%/src/common/latex.py +%%DATADIR%%/src/common/latex.pyc +%%DATADIR%%/src/common/latex.pyo %%DATADIR%%/src/common/logger.py %%DATADIR%%/src/common/logger.pyc %%DATADIR%%/src/common/logger.pyo --- gajim-0.12.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: