From owner-cvs-ports@FreeBSD.ORG Sun Dec 25 22:28:19 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58D82106566C; Sun, 25 Dec 2011 22:28:19 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id EA5A38FC12; Sun, 25 Dec 2011 22:28:18 +0000 (UTC) Received: by iadj38 with SMTP id j38so21127532iad.13 for ; Sun, 25 Dec 2011 14:28:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=VMAAPrAJmQtGw55hYIy7Z/9zue2IbT56rqWdDXpD3do=; b=X59ZOhwqkzL5GuYxFEUA9IzrgeLC20tXuClUVyd15ZTmu9HqWobDGiwF4v/scn1+oO snQkcKCojLLeCob6dc/rivcrSKSKL7As/J+fsadBhjeuH4yM36VfoQgEQ9aF9XmrjjCD Qe4Or5MkDFF9Ee3vBBCiift3w+YrCaeG91R5A= Received: by 10.50.77.227 with SMTP id v3mr23325410igw.8.1324852098279; Sun, 25 Dec 2011 14:28:18 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.207.7 with HTTP; Sun, 25 Dec 2011 14:27:48 -0800 (PST) In-Reply-To: <1Reu5F-000KFr-GV@internal.tormail.net> References: <201112251903.pBPJ39SJ037714@repoman.freebsd.org> <1Reu5F-000KFr-GV@internal.tormail.net> From: Chris Rees Date: Sun, 25 Dec 2011 22:27:48 +0000 X-Google-Sender-Auth: LWqtDsHXdpUIbf9Ck6bC-kI9JsA Message-ID: To: Jan Beich Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Rene Ladan , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/net-p2p/amule Makefile ports/net-p2p/amule/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2011 22:28:19 -0000 On 25 December 2011 19:46, Jan Beich wrote: > Rene Ladan writes: > >> =A0 FreeBSD ports repository >> >> =A0 Modified files: >> =A0 =A0 net-p2p/amule =A0 =A0 =A0 =A0Makefile >> =A0 Added files: >> =A0 =A0 net-p2p/amule/files =A0patch-configure >> =A0 Log: >> =A0 Fix libpng check in configure script, fixed upstream in r10694. >> >> =A0 PR: =A0 =A0 =A0 =A0 =A0 =A0 ports/163182 >> =A0 Submitted by: =A0 Barbara >> =A0 Approved by: =A0 =A0maintainer timeout (swell.k, 14 days) >> >> =A0 Revision =A0Changes =A0 =A0Path >> =A0 1.51 =A0 =A0 =A0+3 -2 =A0 =A0 =A0ports/net-p2p/amule/Makefile > [...] >> @@ -16,7 +17,7 @@ COMMENT=3D =A0 =A0The all-platform eMule p2p clie >> >> =A0LICENSE=3D =A0 =A0 GPLv2 GPLv3 >> =A0LICENSE_COMB=3D =A0 =A0 =A0 =A0dual >> -LICENSE_FILE_GPLv2=3D${WRKSRC}/docs/COPYING >> +#LICENSE_FILE_GPLv2=3D${WRKSRC}/docs/COPYING > > How is this change related to libpng fix? It's not... but there's no need to specify LICENSE_FILE for a known licence= . Chris