From owner-svn-ports-head@freebsd.org Wed Nov 4 23:46:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4C71A264A7; Wed, 4 Nov 2015 23:46:11 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F0FC1254; Wed, 4 Nov 2015 23:46:11 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by iodd200 with SMTP id d200so72187914iod.0; Wed, 04 Nov 2015 15:46:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=N58TaYF9tT6+7jIcuu1D0vnzZCTf6OM4bjzo6A30iQk=; b=tmDw9ulg/6tssMLCUJq56qupvTJEIXUd5m5HQAZgK+lYShhpFSWTDrEFlv4IOkf6Yn wbeeTZMfOronOVLDkEw8gobwiamc/aHQ3dP4MUJhCMZvlydA/HvyegavmJsWtTzgplIs bwrjJ5tIh+EJFTjY92atrMqupWuTHIWR+Iu3F3jFsOz/IziUNMX29gQMVBKphqh7YF3b +IOPDflYaOWBxRKANkw2bO6rbuQ9ohjnIp8vnrZ+oPLhKxGWCO0CVo4JebjNo5fpL7yR b2o5bLUfapcHr/JOHXHzwDW8XbqyM4cFY4wcHFvyMZWq2KvXTs6CJjulDjt0OvJvCpNc tx8g== MIME-Version: 1.0 X-Received: by 10.107.184.70 with SMTP id i67mr7239001iof.42.1446680771191; Wed, 04 Nov 2015 15:46:11 -0800 (PST) Received: by 10.36.0.134 with HTTP; Wed, 4 Nov 2015 15:46:10 -0800 (PST) Received: by 10.36.0.134 with HTTP; Wed, 4 Nov 2015 15:46:10 -0800 (PST) In-Reply-To: <201511042013.tA4KD2OV061121@repo.freebsd.org> References: <201511042013.tA4KD2OV061121@repo.freebsd.org> Date: Wed, 4 Nov 2015 18:46:10 -0500 Message-ID: Subject: Re: svn commit: r400779 - head/devel/rubygem-bson From: Jason Unovitch To: Sunpoet Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 04 Nov 2015 23:46:12 -0000 On Nov 4, 2015 2:13 PM, "Sunpoet Po-Chuan Hsieh" wrote: > > Author: sunpoet > Date: Wed Nov 4 20:13:02 2015 > New Revision: 400779 > URL: https://svnweb.freebsd.org/changeset/ports/400779 > > Log: > - Add LICENSE_FILE > > Modified: > head/devel/rubygem-bson/Makefile > > Modified: head/devel/rubygem-bson/Makefile > ============================================================================== > --- head/devel/rubygem-bson/Makefile Wed Nov 4 20:12:57 2015 (r400778) > +++ head/devel/rubygem-bson/Makefile Wed Nov 4 20:13:02 2015 (r400779) > @@ -10,7 +10,9 @@ MAINTAINER= ruby@FreeBSD.org > COMMENT= Full featured BSON specification implementation in Ruby > > LICENSE= APACHE20 > +LICENSE_FILE= ${WRKSRC}/LICENSE > > +#NO_ARCH= yes > USE_RUBY= yes > USE_RUBYGEMS= yes > RUBYGEM_AUTOPLIST= yes > What's going on here with the commented NO_ARCH?