From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 9 18:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 40837CA for ; Sun, 9 Jun 2013 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 32ECE1955 for ; Sun, 9 Jun 2013 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r59Ie13W090505 for ; Sun, 9 Jun 2013 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r59Ie0cW090504; Sun, 9 Jun 2013 18:40:00 GMT (envelope-from gnats) Date: Sun, 9 Jun 2013 18:40:00 GMT Message-Id: <201306091840.r59Ie0cW090504@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Raphael Kubo da Costa Subject: Re: ports/176504: [NEW PORT] devel/crxmake: Make chromium extensions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 18:40:01 -0000 The following reply was made to PR ports/176504; it has been noted by GNATS. From: Raphael Kubo da Costa To: Andrei Lavreniyuk Cc: bug-followup@FreeBSD.org Subject: Re: ports/176504: [NEW PORT] devel/crxmake: Make chromium extensions Date: Sun, 09 Jun 2013 21:39:24 +0300 Thanks for the submission. A few comments about the new port: o pkg-descr should be shorter. It's not really the place to explain how to use the program. See [1] for more information. o The patches to the Ruby files you have added look inconsistent (for example, one of them removes the shebang line while the other hardcodes /usr/local/bin/ruby in it). Try using USES=shebangfix for a more portable solution. [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#porting-desc