From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 3 23:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93DEC94F for ; Sun, 3 Nov 2013 23:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72E672A43 for ; Sun, 3 Nov 2013 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3Ne0Nd073205 for ; Sun, 3 Nov 2013 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA3Ne0dW073204; Sun, 3 Nov 2013 23:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 3 Nov 2013 23:40:00 GMT Resent-Message-Id: <201311032340.rA3Ne0dW073204@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, Olivier Cochard-Labbe Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00ED68FE for ; Sun, 3 Nov 2013 23:33:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E14B42A1A for ; Sun, 3 Nov 2013 23:33:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA3NX4NO075920 for ; Sun, 3 Nov 2013 23:33:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA3NX4pF075919; Sun, 3 Nov 2013 23:33:04 GMT (envelope-from nobody) Message-Id: <201311032333.rA3NX4pF075919@oldred.freebsd.org> Date: Sun, 3 Nov 2013 23:33:04 GMT From: Olivier Cochard-Labbe To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183640: deforaos-todo staging support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 23:40:00 -0000 >Number: 183640 >Category: ports >Synopsis: deforaos-todo staging support >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: Sun Nov 03 23:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olivier Cochard-Labbe >Release: 10.0 >Organization: >Environment: FreeBSD orange.bsdrp.net 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257208M: Sun Oct 27 21:28:39 CET 2013 root@orange.bsdrp.net:/usr/obj/usr/local/BSDRP/BSDRP/FreeBSD/src/sys/PROD amd64 >Description: Add staging support. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: deskutils/deforaos-todo/Makefile =================================================================== --- deskutils/deforaos-todo/Makefile (revision 332601) +++ deskutils/deforaos-todo/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= todo PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.defora.org/os/download/download/3506/ PKGNAMEPREFIX= deforaos- @@ -13,13 +14,12 @@ LICENSE= GPLv3 -LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \ - Desktop:${PORTSDIR}/x11/deforaos-libdesktop +LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ + libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop USES= pkgconfig gettext -USE_GNOME= gtk20 desktopfileutils +USE_GNOME= gtk20 INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} -NO_STAGE= yes .include Index: deskutils/deforaos-todo/pkg-plist =================================================================== --- deskutils/deforaos-todo/pkg-plist (revision 332601) +++ deskutils/deforaos-todo/pkg-plist (working copy) @@ -4,3 +4,11 @@ share/icons/hicolor/24x24/apps/todo.png share/icons/hicolor/48x48/apps/todo.png share/locale/fr/LC_MESSAGES/Todo.mo +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons >Release-Note: >Audit-Trail: >Unformatted: