From root@cakebox.homeunix.net  Wed May 21 17:25:15 2014
Return-Path: <root@cakebox.homeunix.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 ESMTPS id C768C78D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2014 17:25:15 +0000 (UTC)
Received: from mo6-p05-ob.smtp.rzone.de (mo6-p05-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5305::7])
	(using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 555302C33
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2014 17:25:15 +0000 (UTC)
Received: from cakebox.homeunix.net (188-015-186-093.fttx.vsenet.de [93.186.15.188])
	by smtp.strato.de (RZmta 34.2 AUTH)
	with ESMTPSA id Z048c4q4LHOxd0t
	(using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "cakebox.mooo.com", Issuer "CA Cert Signing Authority" (verification FAILED - unable to verify the first certificate))
	(Client hostname not verified);
	Wed, 21 May 2014 19:24:59 +0200 (CEST)
Received: from cakebox.homeunix.net (localhost [127.0.0.1])
	by cakebox.homeunix.net (Postfix) with ESMTP id BA3FF2D9497;
	Wed, 21 May 2014 19:24:50 +0200 (CEST)
Received: by cakebox.homeunix.net (Postfix, from userid 0)
	id 5A34C2D508D; Wed, 21 May 2014 19:24:49 +0200 (CEST)
Message-Id: <20140521172449.5A34C2D508D@cakebox.homeunix.net>
Date: Wed, 21 May 2014 19:24:49 +0200 (CEST)
From: freebsd@nagilum.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: lx@FreeBSD.org
Subject: net/iodine does not support staging
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         190079
>Category:       ports
>Synopsis:       net/iodine does not support staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lx
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 17:30:00 UTC 2014
>Closed-Date:    Thu May 22 22:55:14 UTC 2014
>Last-Modified:  Thu May 22 23:00:00 UTC 2014
>Originator:     freebsd@nagilum.org
>Release:        FreeBSD 9.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 9.2-STABLE FreeBSD 9.2-STABLE #0 r264294M: Fri Apr 11 10:19:25 CEST 2014 root@cakebox.tis:/usr/obj/export/src/sys/net5501 i386


>Description:
	net/iodine does not support staging
	add license information

>How-To-Repeat:
>Fix:

	Apply attached patch.

--- iodine.patch begins here ---
diff -Naur iodine.orig/Makefile iodine/Makefile
--- iodine.orig/Makefile	2014-01-22 18:00:46.000000000 +0100
+++ iodine/Makefile	2014-05-21 19:14:15.000000000 +0200
@@ -11,7 +11,9 @@
 MAINTAINER=	lx@FreeBSD.org
 COMMENT=	Tunnel IPv4 data through a DNS server
 
-PLIST_FILES=	bin/iodine sbin/iodined
+LICENSE=	BSD
+
+PLIST_FILES=	bin/iodine sbin/iodined man/man8/iodine.8.gz man/man8/iodined.8.gz
 
 PORTDOCS=	CHANGELOG README TODO
 
@@ -20,19 +22,20 @@
 
 USE_RC_SUBR=	iodined
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/iodined ${PREFIX}/sbin
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/iodined ${STAGEDIR}${PREFIX}/sbin
 .for m in ${MAN8}
-	${INSTALL_MAN} ${WRKSRC}/man/${m} ${MANPREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/man/${m} ${STAGEDIR}${MANPREFIX}/man/man8
 .endfor
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	${GZIP_CMD} ${STAGEDIR}${MANPREFIX}/man/man8/iodine.8
+	${LN} -s iodine.8.gz ${STAGEDIR}${MANPREFIX}/man/man8/iodined.8.gz
+.if !defined(PORT_OPTIONS:MDOCS)
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 
--- iodine.patch ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lx 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 21 17:30:04 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190079 
State-Changed-From-To: open->closed 
State-Changed-By: lx 
State-Changed-When: Thu May 22 22:55:02 UTC 2014 
State-Changed-Why:  
Committed, thanks! 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/190079: commit references a PR
Date: Thu, 22 May 2014 22:54:29 +0000 (UTC)

 Author: lx
 Date: Thu May 22 22:54:25 2014
 New Revision: 354895
 URL: http://svnweb.freebsd.org/changeset/ports/354895
 QAT: https://qat.redports.org/buildarchive/r354895/
 
 Log:
   Stageify and add license.
   
   PR: ports/190079
   Submitted by: freebsd@nagilum.org
 
 Modified:
   head/net/iodine/Makefile
 
 Modified: head/net/iodine/Makefile
 ==============================================================================
 --- head/net/iodine/Makefile	Thu May 22 22:33:36 2014	(r354894)
 +++ head/net/iodine/Makefile	Thu May 22 22:54:25 2014	(r354895)
 @@ -11,7 +11,9 @@ DISTNAME=	${PORTNAME}-0.6.0-rc1
  MAINTAINER=	lx@FreeBSD.org
  COMMENT=	Tunnel IPv4 data through a DNS server
  
 -PLIST_FILES=	bin/iodine sbin/iodined
 +LICENSE=	BSD
 +
 +PLIST_FILES=	bin/iodine sbin/iodined man/man8/iodine.8.gz man/man8/iodined.8.gz
  
  PORTDOCS=	CHANGELOG README TODO
  
 @@ -20,19 +22,20 @@ MLINKS=		iodine.8 iodined.8
  
  USE_RC_SUBR=	iodined
  
 -NO_STAGE=	yes
  .include <bsd.port.pre.mk>
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${PREFIX}/bin
 -	${INSTALL_PROGRAM} ${WRKSRC}/bin/iodined ${PREFIX}/sbin
 +	${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${STAGEDIR}${PREFIX}/bin
 +	${INSTALL_PROGRAM} ${WRKSRC}/bin/iodined ${STAGEDIR}${PREFIX}/sbin
  .for m in ${MAN8}
 -	${INSTALL_MAN} ${WRKSRC}/man/${m} ${MANPREFIX}/man/man8
 +	${INSTALL_MAN} ${WRKSRC}/man/${m} ${STAGEDIR}${MANPREFIX}/man/man8
  .endfor
 -.if !defined(NOPORTDOCS)
 -	${MKDIR} ${DOCSDIR}
 +	${GZIP_CMD} ${STAGEDIR}${MANPREFIX}/man/man8/iodine.8
 +	${LN} -s iodine.8.gz ${STAGEDIR}${MANPREFIX}/man/man8/iodined.8.gz
 +.if !defined(PORT_OPTIONS:MDOCS)
 +	${MKDIR} ${STAGEDIR}${DOCSDIR}
  .for f in ${PORTDOCS}
 -	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
 +	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
  .endfor
  .endif
  
 _______________________________________________
 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:
