From nobody Wed Apr 24 21:54:38 2024 X-Original-To: freebsd-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 4VPt7X3VZBz5JBZq for ; Wed, 24 Apr 2024 21:54:48 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from egress.chen.org.nz (egress.chen.org.nz [170.75.172.82]) by mx1.freebsd.org (Postfix) with ESMTP id 4VPt7X1cytz4YTb for ; Wed, 24 Apr 2024 21:54:48 +0000 (UTC) (envelope-from jonc@chen.org.nz) Authentication-Results: mx1.freebsd.org; none Received: from mail.chen.org.nz (unknown [210.54.37.164]) by egress.chen.org.nz (Postfix) with ESMTP id 30CA6111E28; Thu, 25 Apr 2024 09:54:41 +1200 (NZST) Received: from mail.chen.org.nz (localhost [127.0.0.1]) by filter.inside.chen.org.nz (Postfix) with ESMTP id BE63788DB1; Thu, 25 Apr 2024 09:54:39 +1200 (NZST) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on ametrine.inside.chen.org.nz Received: from [192.168.1.10] (jade.inside.chen.org.nz [192.168.1.10]) by mail.chen.org.nz (Postfix) with ESMTPS id B136A88FCA; Thu, 25 Apr 2024 09:54:39 +1200 (NZST) Message-ID: <2ad7bab4-d635-4747-8c81-c0b0a5c154f0@chen.org.nz> Date: Thu, 25 Apr 2024 09:54:38 +1200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Porting a new Golang app: go mod replace relative path To: Zach Leslie , freebsd-ports@freebsd.org References: <6d96a3de-1d87-4dab-aba0-90b45e554817@fechner.net> Content-Language: en-US From: Jonathan Chen In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:174, ipnet:170.75.160.0/20, country:US] X-Rspamd-Queue-Id: 4VPt7X1cytz4YTb On 25/04/24 03:26, Zach Leslie wrote: >> maybe by an additional manually added distfile entry to place it in the >> expected directly (maybe in a prefetch rule or by just manually extending >> the DIST_FILES). > > Thank you for the pointers. I was able to get something working and > have submitted the following pull request for this new port. > > https://github.com/freebsd/freebsd-ports/pull/252 This will most probably be ignored. The correct procedure to submit a new port is detailed at: https://docs.freebsd.org/en/books/porters-handbook/quick-porting/#porting-submitting TLDR: Use https://bugs.freebsd.org/submit/ Cheers. -- Jonathan Chen