From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 28 04:50:04 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 E5E59106564A for ; Sun, 28 Jun 2009 04:50:04 +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 C04158FC0A for ; Sun, 28 Jun 2009 04:50:04 +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 n5S4o4Ir096760 for ; Sun, 28 Jun 2009 04:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5S4o4ri096759; Sun, 28 Jun 2009 04:50:04 GMT (envelope-from gnats) Resent-Date: Sun, 28 Jun 2009 04:50:04 GMT Resent-Message-Id: <200906280450.n5S4o4ri096759@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, "Carlos A. M. dos Santos" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E39BE106564A for ; Sun, 28 Jun 2009 04:41:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D17268FC14 for ; Sun, 28 Jun 2009 04:41:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5S4frCR018377 for ; Sun, 28 Jun 2009 04:41:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5S4frUk018376; Sun, 28 Jun 2009 04:41:53 GMT (envelope-from nobody) Message-Id: <200906280441.n5S4frUk018376@www.freebsd.org> Date: Sun, 28 Jun 2009 04:41:53 GMT From: "Carlos A. M. dos Santos" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136117: net-im/ayttm: missing category in .desktop file 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: Sun, 28 Jun 2009 04:50:05 -0000 >Number: 136117 >Category: ports >Synopsis: net-im/ayttm: missing category in .desktop file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 28 04:50:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Carlos A. M. dos Santos >Release: 8-CURRENT >Organization: N.A. >Environment: FreeBSD avatar 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun 18 00:12:45 BRT 2009 root@avatar:/usr/obj/usr/src/sys/Compaq_nx6320 amd64 >Description: The ayttm.desktop file generated by the ayttm build does not have a "Categories" entry. Because of this ayttm is included in the "other" group of the application menu, at least on on XFce4. This is not a defect but it would be preferable to have ayttm in the "network" group, as happens with other IM software like Pidgim and Empathy. >How-To-Repeat: # cd /usr/ports/net-im/ayttm # make install start a Xfce4 session activate the Xfce menu >Fix: Apply the attached patch. It adds a line at the end of the ayttm.desktop file containing "Categories=Application;Network;" and bumps the port revision number. Patch attached with submission follows: --- ayttm/Makefile.orig 2009-04-11 10:03:17.000000000 -0300 +++ ayttm/Makefile 2009-06-28 01:18:24.000000000 -0300 @@ -7,7 +7,7 @@ PORTNAME= ayttm PORTVERSION= 0.5.0.45 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} @@ -63,4 +63,7 @@ 's|-L/usr/local/lib/pth/||g ; \ s|-lproxy|../libproxy/libproxy.a|g' ${WRKSRC}/src/Makefile.in +post-build: + @${ECHO} 'Categories=Application;Network;' >> ${WRKSRC}/ayttm.desktop + .include >Release-Note: >Audit-Trail: >Unformatted: