From yasu@home.utahime.org  Sun Sep 29 05:02:06 2013
Return-Path: <yasu@home.utahime.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 99BE1D50
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Sep 2013 05:02:06 +0000 (UTC)
	(envelope-from yasu@home.utahime.org)
Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210])
	by mx1.freebsd.org (Postfix) with ESMTP id 67A9624E7
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Sep 2013 05:02:05 +0000 (UTC)
Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1])
	by gate.utahime.jp (Postfix) with ESMTP id 840C661F9D;
	Sun, 29 Sep 2013 14:01:57 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 588DD4E644;
	Sun, 29 Sep 2013 14:01:57 +0900 (JST)
Received: from rolling-vm-freebsd1.home.utahime.org (rolling-vm-freebsd1.home.utahime.org [192.168.174.51])
	by eastasia.home.utahime.org (Postfix) with ESMTP id 32CD04E62F;
	Sun, 29 Sep 2013 14:01:57 +0900 (JST)
Received: by rolling-vm-freebsd1.home.utahime.org (Postfix, from userid 1000)
	id 142FD1C2AB8; Sun, 29 Sep 2013 14:01:57 +0900 (JST)
Message-Id: <20130929050157.142FD1C2AB8@rolling-vm-freebsd1.home.utahime.org>
Date: Sun, 29 Sep 2013 14:01:57 +0900 (JST)
From: Yasuhiro KIMURA <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] textproc/yaml-mode.el: add staging support
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182481
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/yaml-mode.el: add staging support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 29 05:10:00 UTC 2013
>Closed-Date:    Thu Feb 06 20:15:46 UTC 2014
>Last-Modified:  Thu Feb  6 20:20:00 UTC 2014
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255921: Sat Sep 28 23:09:21 JST 2013 xxxx amd64


	
>Description:
	
	Add staging support.

>How-To-Repeat:
	
>Fix:

	

--- patch-yaml-mode.el begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 328641)
+++ Makefile	(working copy)
@@ -21,20 +21,17 @@
 
 MAKE_ENV+=	LISPDIR=${LISPDIR}
 
-LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
+LISPDIR=	${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+pre-install:
+	${MKDIR} ${LISPDIR}
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in Changes README
-	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
--- patch-yaml-mode.el ends here ---


>Release-Note:
>Audit-Trail:

From: Raphael Kubo da Costa <rakuco@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc: Yasuhiro KIMURA <yasu@utahime.org>
Subject: Re: ports/182481: [MAINTAINER] textproc/yaml-mode.el: add staging support
Date: Tue, 17 Dec 2013 02:35:07 +0200

 Thanks for the patch, sorry that it took so long for anyone to look at
 it.
 
 I've tried it locally, and `make check-orphans' failed:
 
   ====> Items missing from pkg-plist (check-orphans)
   @dirrmtry share/emacs/24.3/site-lisp
   @dirrmtry share/emacs/24.3
 
 Could you take a look at the issue?

From: Yasuhiro KIMURA <yasu@utahime.org>
To: rakuco@FreeBSD.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/182481: [MAINTAINER] textproc/yaml-mode.el: add staging
 support
Date: Tue, 17 Dec 2013 10:41:12 +0900 (JST)

 From: Raphael Kubo da Costa <rakuco@FreeBSD.org>
 Subject: Re: ports/182481: [MAINTAINER] textproc/yaml-mode.el: add staging support
 Date: Tue, 17 Dec 2013 02:35:07 +0200
 
 > I've tried it locally, and `make check-orphans' failed:
 > 
 >   ====> Items missing from pkg-plist (check-orphans)
 >   @dirrmtry share/emacs/24.3/site-lisp
 >   @dirrmtry share/emacs/24.3
 > 
 > Could you take a look at the issue?
 
 Thank you for comment. I think these 2 directories are owned by
 editors/emacs and should not be included in pkg-plist of this port.
 
 Best Regards.
 
 ---
 Yasuhiro KIMURA
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Thu Feb 6 16:50:07 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182481 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Thu Feb 6 20:15:45 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182481: commit references a PR
Date: Thu,  6 Feb 2014 20:15:42 +0000 (UTC)

 Author: pawel
 Date: Thu Feb  6 20:15:32 2014
 New Revision: 343147
 URL: http://svnweb.freebsd.org/changeset/ports/343147
 QAT: https://qat.redports.org/buildarchive/r343147/
 
 Log:
   Stage support
   
   PR:		ports/182481
   Submitted by:	maintainer
 
 Modified:
   head/textproc/yaml-mode.el-emacs21/Makefile
   head/textproc/yaml-mode.el/Makefile
 
 Modified: head/textproc/yaml-mode.el-emacs21/Makefile
 ==============================================================================
 --- head/textproc/yaml-mode.el-emacs21/Makefile	Thu Feb  6 19:49:22 2014	(r343146)
 +++ head/textproc/yaml-mode.el-emacs21/Makefile	Thu Feb  6 20:15:32 2014	(r343147)
 @@ -6,5 +6,4 @@ MASTERDIR=	${.CURDIR}/../yaml-mode.el
  USE_EMACS=	yes
  EMACS_PORT_NAME=	emacs21
  
 -NO_STAGE=	yes
  .include "${MASTERDIR}/Makefile"
 
 Modified: head/textproc/yaml-mode.el/Makefile
 ==============================================================================
 --- head/textproc/yaml-mode.el/Makefile	Thu Feb  6 19:49:22 2014	(r343146)
 +++ head/textproc/yaml-mode.el/Makefile	Thu Feb  6 20:15:32 2014	(r343147)
 @@ -21,20 +21,17 @@ USE_EMACS=	yes
  
  MAKE_ENV+=	LISPDIR=${LISPDIR}
  
 -LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 +LISPDIR=	${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
  
  OPTIONS_DEFINE=	DOCS
  
 -NO_STAGE=	yes
 -.include <bsd.port.options.mk>
 +pre-install:
 +	${MKDIR} ${LISPDIR}
  
  post-install:
 -.if ${PORT_OPTIONS:MDOCS}
 -	${MKDIR} ${DOCSDIR}
 +	${MKDIR} ${STAGEDIR}${DOCSDIR}
  .for file in Changes README
 -	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
 +	${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
  .endfor
 -.endif
 -	@${CAT} ${PKGMESSAGE}
  
  .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:
