From owner-svn-ports-head@freebsd.org Thu Jul 30 15:04:50 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0704A3A7BDA for ; Thu, 30 Jul 2020 15:04:50 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BHYc16WTKz4TgV for ; Thu, 30 Jul 2020 15:04:49 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ej1-f42.google.com (mail-ej1-f42.google.com [209.85.218.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id BAAD11F689 for ; Thu, 30 Jul 2020 15:04:49 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ej1-f42.google.com with SMTP id d6so14478470ejr.5 for ; Thu, 30 Jul 2020 08:04:49 -0700 (PDT) X-Gm-Message-State: AOAM531kmlZk1/iJVn2eJ/5sdLKY02Xzn842cf28O6v+irfkSTyhjYtS /rTPV7lQtcpEWHPvD9McYJDAkx+fXTUkvBsFm8PE6w== X-Google-Smtp-Source: ABdhPJwjqYAqmWqF8Spjp/jRQ+Mo8B8fnjTGwzOKgCjgEch0ljMshguUTIjHK2Z4J83Mjpm7w4iWImKg10YfAVC9YNw= X-Received: by 2002:a17:906:2296:: with SMTP id p22mr2945403eja.510.1596121488650; Thu, 30 Jul 2020 08:04:48 -0700 (PDT) MIME-Version: 1.0 References: <202007300946.06U9krE1071502@repo.freebsd.org> <56690735-4005-2ea3-4775-b84e13a573f2@FreeBSD.org> In-Reply-To: <56690735-4005-2ea3-4775-b84e13a573f2@FreeBSD.org> From: Po-Chuan Hsieh Date: Thu, 30 Jul 2020 23:04:12 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r543727 - in head/devel: . rubygem-etc To: Mateusz Piotrowski <0mp@freebsd.org> Cc: Sunpoet Po-Chuan Hsieh , 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.33 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 30 Jul 2020 15:04:50 -0000 On Thu, Jul 30, 2020 at 8:57 PM Mateusz Piotrowski <0mp@freebsd.org> wrote: > Hi, > > On 7/30/20 11:46 AM, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Thu Jul 30 09:46:53 2020 > > New Revision: 543727 > > URL: https://svnweb.freebsd.org/changeset/ports/543727 > > > > Log: > > Add rubygem-etc 1.1.0 > ... > > Added: head/devel/rubygem-etc/Makefile > > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/rubygem-etc/Makefile Thu Jul 30 09:46:53 2020 > (r543727) > > @@ -0,0 +1,20 @@ > ... > > +#NO_ARCH= yes > > Why is it commented out? > > Cheers, > > Mateusz > Hi, This port is not architecture-independent. I just forgot to remove it. Fixed in r543792. Thanks! Regards, sunpoet