From nobody@FreeBSD.org  Sun Nov  3 23:42:50 2013
Return-Path: <nobody@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 F359CBE2
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  3 Nov 2013 23:42:49 +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 DF33A2AA5
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  3 Nov 2013 23:42:49 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA3NgngQ037044
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 3 Nov 2013 23:42:49 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA3NgnvO037043;
	Sun, 3 Nov 2013 23:42:49 GMT
	(envelope-from nobody)
Message-Id: <201311032342.rA3NgnvO037043@oldred.freebsd.org>
Date: Sun, 3 Nov 2013 23:42:49 GMT
From: Olivier Cochard-Labbe <olivier@cochard.me>
To: freebsd-gnats-submit@FreeBSD.org
Subject: deforaos-editor staging support
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183643
>Category:       ports
>Synopsis:       editors/deforaos-editor staging support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 03 23:50:00 UTC 2013
>Closed-Date:    Mon Nov 04 20:57:15 UTC 2013
>Last-Modified:  Mon Nov  4 21:00:01 UTC 2013
>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: editors/deforaos-editor/Makefile
===================================================================
--- editors/deforaos-editor/Makefile	(revision 332601)
+++ editors/deforaos-editor/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	editor
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://www.defora.org/os/download/download/3702/
 PKGNAMEPREFIX=	deforaos-
@@ -13,12 +14,11 @@
 
 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
 
 MAKE_ARGS=	PREFIX=${PREFIX}
 USES=		pkgconfig gettext
-USE_GNOME=	gtk20 desktopfileutils
+USE_GNOME=	gtk20
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Mon Nov 4 20:57:14 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183643 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183643: commit references a PR
Date: Mon,  4 Nov 2013 20:57:05 +0000 (UTC)

 Author: wg
 Date: Mon Nov  4 20:56:58 2013
 New Revision: 332782
 URL: http://svnweb.freebsd.org/changeset/ports/332782
 
 Log:
   editors/deforaos-editor: allow staging
   
   - Allow staging
   - Change lib depends to new format
   - USES desktop-file-utils
   
   PR:		ports/183643
   Submitted by:	maintainer
 
 Modified:
   head/editors/deforaos-editor/Makefile
 
 Modified: head/editors/deforaos-editor/Makefile
 ==============================================================================
 --- head/editors/deforaos-editor/Makefile	Mon Nov  4 20:51:55 2013	(r332781)
 +++ head/editors/deforaos-editor/Makefile	Mon Nov  4 20:56:58 2013	(r332782)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	editor
  PORTVERSION=	0.2.1
 +PORTREVISION=	1
  CATEGORIES=	editors
  MASTER_SITES=	http://www.defora.org/os/download/download/3702/
  PKGNAMEPREFIX=	deforaos-
 @@ -13,12 +14,11 @@ COMMENT=	DeforaOS desktop text editor
  
  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
  
  MAKE_ARGS=	PREFIX=${PREFIX}
 -USES=		pkgconfig gettext
 -USE_GNOME=	gtk20 desktopfileutils
 +USES=		desktop-file-utils gettext pkgconfig
 +USE_GNOME=	gtk20
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
