Bug 184423

Summary: archivers/9e stage update
Product: Ports & Packages Reporter: Rodrigo OSORIO <rodrigo>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
9e.diff none

Description Rodrigo OSORIO 2013-12-01 23:20:00 UTC
	Fix 9e for staging
	Add an alternative WWW
	Add license informations
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-02 07:56:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-02 08:25:22 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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-02 12:45:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!