From owner-svn-ports-all@FreeBSD.ORG Thu Sep 11 07:31:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEB6ED09; Thu, 11 Sep 2014 07:31:06 +0000 (UTC) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5DD1B6C; Thu, 11 Sep 2014 07:31:05 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id ty20so10316073lab.21 for ; Thu, 11 Sep 2014 00:31:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=QHJvaliBCEOeOJ2lY1QlNen3cTHpoHaWzf5wXrEJxfw=; b=kc+0O2g3xPg0rEih/2K4mX+Ao2LYx65yXYN6gmXOL0ORnvRBRBw/Om4Y1ymwUV7lES cx7xtwV0o6UxRNUHS9XmJKPXLZVWWeJxaXkSX+raTcT6grfcNuLALB7HExa9DKA8GpLj phKrwW0+Im48H1Rvj3bqVvj4DZlzQxmA3EJ4UMWLtp0ePR54hff90AN4Nw8AHU43FoNC 7Ium8zlFm7vnuoUyQdZtkvijthcNrI/e4mlalwFSAidwuo4ZtiqcA5ql0UOPKQ83H6Fl eOFZmKR9EVFqHHrM0+XKV27PHUNFuFXbuF4l/UrMhODgDl5QgFnmGSYve02ZFtTA5AOO fjOg== X-Received: by 10.152.45.42 with SMTP id j10mr1115938lam.91.1410420663537; Thu, 11 Sep 2014 00:31:03 -0700 (PDT) Received: from localhost ([194.44.134.174]) by mx.google.com with ESMTPSA id p3sm56940lap.14.2014.09.11.00.31.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Sep 2014 00:31:02 -0700 (PDT) Date: Thu, 11 Sep 2014 07:31:00 +0000 From: Mikolaj Golub To: Antoine Brodin Subject: Re: svn commit: r367891 - head/net-mgmt/bsnmp-ucd Message-ID: <20140911073059.GD82172@gmail.com> References: <201409102101.s8AL1jHs067258@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201409102101.s8AL1jHs067258@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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.18-1 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: Thu, 11 Sep 2014 07:31:07 -0000 On Wed, Sep 10, 2014 at 09:01:45PM +0000, Antoine Brodin wrote: > Author: antoine > Date: Wed Sep 10 21:01:44 2014 > New Revision: 367891 > URL: http://svnweb.freebsd.org/changeset/ports/367891 > QAT: https://qat.redports.org/buildarchive/r367891/ > > Log: > - Allow staging as a regular user > - Clarify license > > Modified: > head/net-mgmt/bsnmp-ucd/Makefile > > Modified: head/net-mgmt/bsnmp-ucd/Makefile > ============================================================================== > --- head/net-mgmt/bsnmp-ucd/Makefile Wed Sep 10 20:58:28 2014 (r367890) > +++ head/net-mgmt/bsnmp-ucd/Makefile Wed Sep 10 21:01:44 2014 (r367891) > @@ -9,8 +9,9 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} > MAINTAINER= trociny@FreeBSD.org > COMMENT= bsnmpd module that implements parts of UCD-SNMP-MIB > > -LICENSE= BSD > +LICENSE= BSD2CLAUSE > > +USES= uidfix > MAKE_ENV+= NO_OBJ=yes > > post-patch: > Thanks, Antoine! Forgot about this... -- Mikolaj Golub