From nobody Tue Apr 23 05:29:05 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 4VNrJn0q4Yz5JTWq for ; Tue, 23 Apr 2024 05:29:13 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.coeval.ca (mx.coeval.ca [184.75.211.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4VNrJl6BJ1z4mbf for ; Tue, 23 Apr 2024 05:29:11 +0000 (UTC) (envelope-from verm@darkbeer.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=darkbeer.org header.s=mail header.b="XXX/23v+"; dmarc=none; spf=pass (mx1.freebsd.org: domain of verm@darkbeer.org designates 184.75.211.21 as permitted sender) smtp.mailfrom=verm@darkbeer.org Received: from mx.darkbeer.org (unknown [192.168.211.20]) by mx.coeval.ca (Postfix) with ESMTP id 3DC2543605D for ; Tue, 23 Apr 2024 05:29:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbeer.org; s=mail; t=1713850145; bh=bLrcLhkVq7fQ/myQR7WZQfVXfgKhSfU1GUiIDxi3NAg=; h=Date:From:To:Subject:References:In-Reply-To; b=XXX/23v+Q2OBprVP4DREi75+LIWM9PtbwHuO6DH4VGqYnHpGrxKIe/uPeyzd6u1kL jNVuQiu6Ve7ZuHYp6J4O+UG+KINszPnwujEfjxtuev5LrZL9Mr0N+n5XrF9HuoeZfZ /mY91HWwXjc30I1C2GfGUIxc1OlfRZJLPcDCwXy0= Received: by mx.darkbeer.org (Postfix, from userid 1001) id 3AA7F470D0E; Tue, 23 Apr 2024 05:29:05 +0000 (UTC) Date: Tue, 23 Apr 2024 05:29:05 +0000 From: Amar Takhar To: "freebsd-ports@FreeBSD.org" Subject: Re: Package a second port (gitlab-ee instead of gitlab-ce) Message-ID: <20240423052905.GA88913@darkbeer.org> Mail-Followup-To: "freebsd-ports@FreeBSD.org" References: <58745d45-46f3-4152-bc30-eee0794fe55c@freebsd.org> <0da7afa3-465f-4364-aad0-5b0932283b21@freebsd.org> <86edb6dgl8.fsf@ltc.des.dev> <9e7bf1f4-aeb9-4e64-bde3-2813b4804d56@freebsd.org> <867cgxdam2.fsf@ltc.des.dev> <85af965c-ea1a-4dc5-bc04-7efc6d4780e0@freebsd.org> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <85af965c-ea1a-4dc5-bc04-7efc6d4780e0@freebsd.org> X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; R_SPF_ALLOW(-0.20)[+ip4:184.75.211.21]; R_DKIM_ALLOW(-0.20)[darkbeer.org:s=mail]; MIME_GOOD(-0.10)[text/plain]; FROM_HAS_DN(0.00)[]; ASN(0.00)[asn:32489, ipnet:184.75.211.0/24, country:CA]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[darkbeer.org]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_EQ_ADDR_ALL(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[darkbeer.org:+] X-Rspamd-Queue-Id: 4VNrJl6BJ1z4mbf On 2024-04-23 08:25 +0300, Matthias Fechner wrote: > > thanks a lot. The manual was very helpful while adding flavor support to the > gitlab port. > I release the port with flavor support, is working here fine. I think the documentation could be updated to reflect creating a flavour when only the distfile and the name differ as in this case. I really struggled with how to do this. Amar.