From rodrigo@bebik.net  Sun Dec  1 23:10:35 2013
Return-Path: <rodrigo@bebik.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 19B4BE3A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Dec 2013 23:10:35 +0000 (UTC)
Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [IPv6:2a01:e0c:1:1599::14])
	by mx1.freebsd.org (Postfix) with ESMTP id 892DD1F0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Dec 2013 23:10:32 +0000 (UTC)
Received: from q.workgroup (unknown [82.227.164.69])
	by smtp5-g21.free.fr (Postfix) with ESMTP id E90F8D48070
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Dec 2013 00:10:26 +0100 (CET)
Received: from q.workgroup (localhost [127.0.0.1])
	by q.workgroup (8.14.7/8.14.7) with ESMTP id rB1N9jZS088245
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 2 Dec 2013 00:09:46 +0100 (CET)
	(envelope-from rodrigo@q.workgroup)
Received: (from root@localhost)
	by q.workgroup (8.14.7/8.14.7/Submit) id rB1N9j6t088244;
	Mon, 2 Dec 2013 00:09:45 +0100 (CET)
	(envelope-from rodrigo)
Message-Id: <201312012309.rB1N9j6t088244@q.workgroup>
Date: Mon, 2 Dec 2013 00:09:45 +0100 (CET)
From: Rodrigo Osorio <rodrigo@bebik.net>
Reply-To: Rodrigo Osorio <rodrigo@bebik.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: archivers/9e stage update 
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         184423
>Category:       ports
>Synopsis:       archivers/9e stage update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 01 23:20:00 UTC 2013
>Closed-Date:    Mon Dec 02 12:45:39 UTC 2013
>Last-Modified:  Mon Dec 02 12:45:39 UTC 2013
>Originator:     Rodrigo Osorio
>Release:        FreeBSD 10.0-BETA3 i386
>Organization:
>Environment:
System: FreeBSD q 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 21:15:32 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Fix 9e for staging
	Add an alternative WWW
	Add license informations

	
>How-To-Repeat:
	
>Fix:

	

--- 9e.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 335354)
+++ Makefile	(working copy)
@@ -10,11 +10,16 @@
 MAINTAINER=	rodrigo@bebik.net
 COMMENT=	Explode Plan9 archives
 
-NO_STAGE=	yes
+LICENSE=	LPL
+LICENSE_GROUPS=	OSI
+LICENSE_NAME=	Lucent Public License
+LICENSE_TEXT=	http://opensource.org/licenses/LPL-1.02
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 PLIST_FILES=	bin/9e
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/9e ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 335354)
+++ pkg-descr	(working copy)
@@ -17,4 +17,4 @@
 Note that the input file must be a decompressed archive (decompress
 with gzip).
 
-WWW: http://www.eecs.harvard.edu/~wkj/Software/9e/
+WWW: http://www.bebik.net/doku.php?id=software:9e
Service unavailableService unavailableService unavailable
--- 9e.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Dec 2 07:56:56 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184423: commit references a PR
Date: Mon,  2 Dec 2013 08:25:22 +0000 (UTC)

 Author: sunpoet
 Date: Mon Dec  2 08:25:11 2013
 New Revision: 335468
 URL: http://svnweb.freebsd.org/changeset/ports/335468
 
 Log:
   - Add LICENSE
   - Support STAGEDIR
   - Update WWW
   
   PR:		ports/184423
   Submitted by:	Rodrigo Osorio <rodrigo@bebik.net> (maintainer)
 
 Modified:
   head/archivers/9e/Makefile   (contents, props changed)
   head/archivers/9e/pkg-descr   (contents, props changed)
 
 Modified: head/archivers/9e/Makefile
 ==============================================================================
 --- head/archivers/9e/Makefile	Mon Dec  2 08:25:08 2013	(r335467)
 +++ head/archivers/9e/Makefile	Mon Dec  2 08:25:11 2013	(r335468)
 @@ -10,11 +10,16 @@ DISTNAME=	9e
  MAINTAINER=	rodrigo@bebik.net
  COMMENT=	Explode Plan9 archives
  
 -NO_STAGE=	yes
 +LICENSE=	LPL
 +LICENSE_GROUPS=	OSI
 +LICENSE_NAME=	Lucent Public License
 +LICENSE_TEXT=	http://opensource.org/licenses/LPL-1.02
 +LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 +
  PLIST_FILES=	bin/9e
  MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
 +	${INSTALL_PROGRAM} ${WRKSRC}/9e ${STAGEDIR}${PREFIX}/bin
  
  .include <bsd.port.mk>
 
 Modified: head/archivers/9e/pkg-descr
 ==============================================================================
 --- head/archivers/9e/pkg-descr	Mon Dec  2 08:25:08 2013	(r335467)
 +++ head/archivers/9e/pkg-descr	Mon Dec  2 08:25:11 2013	(r335468)
 @@ -17,4 +17,4 @@ If no file is named on the command line,
  Note that the input file must be a decompressed archive (decompress
  with gzip).
  
 -WWW: http://www.eecs.harvard.edu/~wkj/Software/9e/
 +WWW: http://www.bebik.net/doku.php?id=software:9e
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Dec 2 12:45:39 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184423 
>Unformatted:
