Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 00:09:45 +0100 (CET)
From:      Rodrigo Osorio <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184423: archivers/9e stage update 
Message-ID:  <201312012309.rB1N9j6t088244@q.workgroup>
Resent-Message-ID: <201312012320.rB1NK0IZ004578@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184423
>Category:       ports
>Synopsis:       archivers/9e stage update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 01 23:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312012309.rB1N9j6t088244>