From owner-svn-ports-all@FreeBSD.ORG Mon Dec 31 14:06:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAC6D211; Mon, 31 Dec 2012 14:06:32 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vc0-f178.google.com (mail-vc0-f178.google.com [209.85.220.178]) by mx1.freebsd.org (Postfix) with ESMTP id 581008FC08; Mon, 31 Dec 2012 14:06:32 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id x16so12780436vcq.37 for ; Mon, 31 Dec 2012 06:06:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=ko5rWkxiQ97Upmipw72tw3NLUqNb+2/QlZJiF95nK2w=; b=lm2y26LRB/s5EJl0LkwVy8+PN0exF7bbuO7vOcp7t9qc7GRRZSSJA1bVp7HIY/R+iO GQzM8ztj1ZgkOmPSePWquJFupmMYpcnxiDynLPcXHJ3f0fIZxI0NOvGekf5+uaVUbAH2 D5x/ekH6kKBiR6RgpoOZm+aCo15fEmQ/zexFynHi/QN8R4NcRJsoHpXWMOiQFBqp9j5A +n8SHogSePDhwt3+5nP74gS56yhWKVwN865UXtAHuJjumDORN4vnXE+CnYCZyOFiYoXt uzegLOBIIoq+1u1fb58dO3v7IpBxQRH2wFbGmg5VRJdZcycXfrKkhnnLuA+au8+htOp/ t6mQ== X-Received: by 10.58.67.199 with SMTP id p7mr66064529vet.40.1356962791493; Mon, 31 Dec 2012 06:06:31 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id ly6sm31957533veb.3.2012.12.31.06.06.30 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 31 Dec 2012 06:06:31 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: Jason Helfman Subject: Re: svn commit: r309705 - in head/irc: . dxirc Date: Mon, 31 Dec 2012 09:06:26 -0500 Message-ID: <8701822.2t1vcGT59x@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <201212310346.qBV3kR0W049479@svn.freebsd.org> References: <201212310346.qBV3kR0W049479@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2012 14:06:33 -0000 On Monday, December 31, 2012 03:46:27 Jason Helfman wrote: > Added: head/irc/dxirc/Makefile > ============================================================================ > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/irc/dxirc/Makefile Mon Dec 31 03:46:26 2012 (r309705) > @@ -0,0 +1,80 @@ > > +LICENSE= GPLv3 > +LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE should be dropped for standard license > +LIB_DEPENDS= FOX-1:${PORTSDIR}/x11-toolkits/fox16 The library name is FOX-1.6 despite portlint warnings ".6" is not an ABI version number. > +OPTIONS_DEFINE= NLS TRAY IPV6 SSL LUA ENCHANT NOTIFY > +OPTIONS_DEFAULT= NLS TRAY IPV6 SSL LUA NLS doesn't need to be in OPTIONS_DEFAULT...it is already default. Might as well add DOCS to OPTIONS_DEFINE too. > Added: head/irc/dxirc/pkg-plist > ============================================================================ > == --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/irc/dxirc/pkg-plist Mon Dec 31 03:46:26 2012 (r309705) > @@ -0,0 +1,297 @@ > +%%DATADIR%%/COPYING Since LICENSE is already defined, the installation of an additional license file should be squashed. > +@dirrm share/applications This should be a @dirrmtry since it is a shared directory. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team