From owner-svn-ports-head@FreeBSD.ORG Mon Dec 2 08:25:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E47AF5D; Mon, 2 Dec 2013 08:25:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AF451BB8; Mon, 2 Dec 2013 08:25:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB28PC2a024757; Mon, 2 Dec 2013 08:25:12 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB28PCVo024752; Mon, 2 Dec 2013 08:25:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201312020825.rB28PCVo024752@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Dec 2013 08:25:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335468 - head/archivers/9e X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 08:25:12 -0000 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 (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 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