From nobody Sun Jun 12 12:26:40 2022 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D3B3E844C5F for ; Sun, 12 Jun 2022 12:25:41 +0000 (UTC) (envelope-from pj@smo.de) Received: from mail.adebahr.de (mail.adebahr.de [185.66.179.123]) (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 (2048 bits) client-digest SHA256) (Client CN "mail.adebahr.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4LLYnd0YzZz3DPB; Sun, 12 Jun 2022 12:25:40 +0000 (UTC) (envelope-from pj@smo.de) Received: from [192.168.153.212] (pd9515a1f.dip0.t-ipconnect.de [217.81.90.31]) by mail.adebahr.de (Postfix) with ESMTPSA id CFE91600F8; Sun, 12 Jun 2022 14:25:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smo.de; s=mail; t=1655036737; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=C/hC/UbWSqhwd54VYiPm/jceOXMtWYwKb8fNfQ7uNvA=; b=suzJ2s/PUskNRUPyPXioYjVdwe2b3NH6NcJXYN2jFmA8VobFb2IvG/fDuMmbXaf2FY5AVT AYavHztafGeCNnhIQ98Tzd6UgAxDH52BvmgQK/d392BEODXk4jAe72yx5zFs5rMUpBLgOg VAQE3DyUVr8xlNJr61ieGnZQHVefczhWvQnGulWpKFhSGXdOF5H7NBGo1Qm6j6mX40Un4+ 6CZWX9DLOLbPq17gdKYd0MGy8sNoLKUbLWLXU+Lrvl2gFt1H9Jt3N7zZiB31yAtKC+OwfW WWyK3JJcVtkLsj97HE7BiU0fVbrPNiPohwLGAdSGtl3fXejIsLsks/ZYZvoFZQ== Message-ID: <6beaf1b8-23ab-9c38-2ac0-6f8d02b3c167@smo.de> Date: Sun, 12 Jun 2022 14:26:40 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: Help needed with USE_GITHUB Content-Language: en-US To: Michael Gmelin Cc: ports@freebsd.org References: <994F7D7B-AD2B-4D2F-9E27-C15BA51F9933@freebsd.org> From: Philipp Ost In-Reply-To: <994F7D7B-AD2B-4D2F-9E27-C15BA51F9933@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4LLYnd0YzZz3DPB X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=smo.de header.s=mail header.b="suzJ2s/P"; dmarc=pass (policy=reject) header.from=smo.de; spf=pass (mx1.freebsd.org: domain of pj@smo.de designates 185.66.179.123 as permitted sender) smtp.mailfrom=pj@smo.de X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[smo.de:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:185.66.179.96/27]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[smo.de:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[smo.de,reject]; NEURAL_HAM_SHORT(-1.00)[-0.998]; MLMMJ_DEST(0.00)[ports]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:198930, ipnet:185.66.176.0/22, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[217.81.90.31:received] X-ThisMailContainsUnwantedMimeParts: N On 6/12/22 01:56, Michael Gmelin wrote: > The key is correcting the typo in PORTNAME: > > gingko => ginkgo Thanks for spotting that typo. That was indeed the problem. Cheers Philipp