From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 11 13:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 98A1E20B; Fri, 11 Jan 2013 13:40:08 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9ECB17; Fri, 11 Jan 2013 13:40:08 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 8FBF361F9D; Fri, 11 Jan 2013 22:40:06 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 6325B4E62E; Fri, 11 Jan 2013 22:40:06 +0900 (JST) Received: from localhost (mail.home.utahime.org [192.168.174.1]) by eastasia.home.utahime.org (Postfix) with ESMTP id 230B64E61C; Fri, 11 Jan 2013 22:40:06 +0900 (JST) Date: Fri, 11 Jan 2013 22:39:55 +0900 (JST) Message-Id: <20130111.223955.2225060184847305558.yasu@utahime.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/175191: [MAINTAINER] irc/riece: add default option setting From: Yasuhiro KIMURA In-Reply-To: <201301110630.r0B6U0MK007207@freefall.freebsd.org> References: <20130111062409.E6EFE4E62C@eastasia.home.utahime.org> <201301110630.r0B6U0MK007207@freefall.freebsd.org> X-Mailer: Mew version 6.5 on Emacs 24.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Fri_Jan_11_22_39_55_2013_774)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 13:40:08 -0000 ----Next_Part(Fri_Jan_11_22_39_55_2013_774)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit License information is added. So please commit attached patch instead of original one. Regards. ----Next_Part(Fri_Jan_11_22_39_55_2013_774)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename=patch-riece Index: Makefile =================================================================== --- Makefile (revision 310228) +++ Makefile (working copy) @@ -11,12 +11,18 @@ MAINTAINER= yasu@utahime.org COMMENT= IRC client for Emacs +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_EMACS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} USE_GMAKE= yes +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= DOCS + INFO= riece-en riece-ja .include ----Next_Part(Fri_Jan_11_22_39_55_2013_774)----