From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 14:29:31 2014 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 6ED1C5F7 for ; Fri, 21 Feb 2014 14:29:31 +0000 (UTC) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB8131446 for ; Fri, 21 Feb 2014 14:29:30 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id l4so2360334lbv.38 for ; Fri, 21 Feb 2014 06:29:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=5QwHQG6U6FWltYl9DbwmYQS8iXSjHXx2tFB/GxF9xLk=; b=N7QYGoQK/R09ifjAASuXSbALlWzEzzywafL4tk57XUopY5pg7FWvW1WEOA8MDYqEEg FQispqL29AFyg3ijY4jR21cOLcEjb+ILEQcNSt1P2NMoVuL3Uvf7yLKLK8sl89/03iJI l1YuiYZnh4upnuUY3eBeapugn2oYdbig5FZ3I+yEuEgtZq/vjt3cAeNMHpUk7tY/JXVl 7dEdCFIz9B00M5Z8OtXjFkQgr+pPC8+RQZHLQSFDqFtgqwP1vDpu4jKxvaCyBajN2NLA +tGITmBdFPLm1sQUPqjHnk/cCxowWL+OWRYba1ZtIlB1nkjdMLLfVxs5S2dGUrdSAwst OAAg== X-Gm-Message-State: ALoCoQkrazE0iJekxpfNv+mZZpaQWmepm6Xl1jcAdc10jdux+T+P+AxmuUTaCFGC4JxGy+BEdLod X-Received: by 10.152.203.193 with SMTP id ks1mr4643997lac.0.1392992968585; Fri, 21 Feb 2014 06:29:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.2.200 with HTTP; Fri, 21 Feb 2014 06:29:08 -0800 (PST) In-Reply-To: <530760E8.7060500@freebsd.org> References: <201402210102.s1L12Frs051795@svn.freebsd.org> <530760E8.7060500@freebsd.org> From: Sunpoet Hsieh Date: Fri, 21 Feb 2014 22:29:08 +0800 Message-ID: Subject: Re: svn commit: r345279 - head/sysutils/monit To: Andrey Chernov Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Mark Felder , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 21 Feb 2014 14:29:31 -0000 On Fri, Feb 21, 2014 at 10:21 PM, Andrey Chernov wrote: > On 21.02.2014 5:02, Mark Felder wrote: > > +LICENSE= GPLV3 > > +LICENSE_FILE= COPYING > > With that commit I get: > => SHA256 Checksum OK for monit-5.7.tar.gz. > ===> Missing license file for GPLv3 in COPYING > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/sysutils/monit > > -- > http://ache.vniz.net/ > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > LICENSE_FILE was fixed in r345469.