From mat@aragorn.in.absolight.net  Tue Oct 22 09:03:12 2013
Return-Path: <mat@aragorn.in.absolight.net>
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 8453E8F5;
	Tue, 22 Oct 2013 09:03:12 +0000 (UTC)
	(envelope-from mat@aragorn.in.absolight.net)
Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 4940829C1;
	Tue, 22 Oct 2013 09:03:09 +0000 (UTC)
Received: from prod2.absolight.net (localhost [127.0.0.1])
	by prod2.absolight.net (Postfix) with ESMTP id 7196EBDC66;
	Tue, 22 Oct 2013 11:03:08 +0200 (CEST)
Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69])
	(using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
	(Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified))
	by prod2.absolight.net (Postfix) with ESMTPSA id 50B80BDC65;
	Tue, 22 Oct 2013 11:03:08 +0200 (CEST)
Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225])
	by gw.in.absolight.net (Postfix) with ESMTP id 9F6616113;
	Tue, 22 Oct 2013 11:03:07 +0200 (CEST)
Received: by aragorn.in.absolight.net (Postfix, from userid 1000)
	id 4414F14269C; Tue, 22 Oct 2013 11:03:07 +0200 (CEST)
Message-Id: <20131022090307.4414F14269C@aragorn.in.absolight.net>
Date: Tue, 22 Oct 2013 11:03:07 +0200 (CEST)
From: Mathieu Arnold <mat@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: miwi@FreeBSD.org
Subject: [PATCH] security/pam_ssh_agent_auth: Convert to staging
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         183184
>Category:       ports
>Synopsis:       [PATCH] security/pam_ssh_agent_auth: Convert to staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 22 09:10:04 UTC 2013
>Closed-Date:    Wed Nov 06 12:16:28 UTC 2013
>Last-Modified:  Wed Nov  6 12:20:01 UTC 2013
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC
>Description:
- Convert to staging

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- pam_ssh_agent_auth-0.9.5.patch begins here ---
diff -ruN /usr/ports/security/pam_ssh_agent_auth/Makefile ./Makefile
--- /usr/ports/security/pam_ssh_agent_auth/Makefile	2013-09-21 00:55:24.000000000 +0200
+++ ./Makefile	2013-10-22 10:58:17.000000000 +0200
@@ -15,8 +15,6 @@
 CONFIGURE_ARGS=	--libexecdir=${LOCALBASE}/lib
 USES=		perl5
 
-MAN8=		pam_ssh_agent_auth.8
-PLIST_FILES=	lib/pam_ssh_agent_auth.so
+PLIST_FILES=	lib/pam_ssh_agent_auth.so man/man8/pam_ssh_agent_auth.8.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
--- pam_ssh_agent_auth-0.9.5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Oct 22 09:10:13 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183184 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Wed Nov 6 12:16:27 UTC 2013 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183184: commit references a PR
Date: Wed,  6 Nov 2013 12:16:33 +0000 (UTC)

 Author: mat
 Date: Wed Nov  6 12:16:26 2013
 New Revision: 332971
 URL: http://svnweb.freebsd.org/changeset/ports/332971
 
 Log:
   - Convert to staging
   
   maintainer timeout.
   PR:		ports/183184
   Submitted by:	mat
 
 Modified:
   head/security/pam_ssh_agent_auth/Makefile
 
 Modified: head/security/pam_ssh_agent_auth/Makefile
 ==============================================================================
 --- head/security/pam_ssh_agent_auth/Makefile	Wed Nov  6 12:14:48 2013	(r332970)
 +++ head/security/pam_ssh_agent_auth/Makefile	Wed Nov  6 12:16:26 2013	(r332971)
 @@ -15,8 +15,6 @@ CONFIGURE_ENV=	ac_cv_func_strnvis=no
  CONFIGURE_ARGS=	--libexecdir=${LOCALBASE}/lib
  USES=		perl5
  
 -MAN8=		pam_ssh_agent_auth.8
 -PLIST_FILES=	lib/pam_ssh_agent_auth.so
 +PLIST_FILES=	lib/pam_ssh_agent_auth.so man/man8/pam_ssh_agent_auth.8.gz
  
 -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:
