From owner-dev-commits-ports-main@freebsd.org Sun Jul 11 07:52:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 ABA636631B8; Sun, 11 Jul 2021 07:52:20 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GMzdJ3j7Pz3hNx; Sun, 11 Jul 2021 07:52:20 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-lf1-f48.google.com with SMTP id n14so34546919lfu.8; Sun, 11 Jul 2021 00:52:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=WVVJZRPvHl5t5Vgti+3C136u8MigJSDLoSMuU6OXBb4=; b=uJ8pBiwR9ByC2AxcukGFc4j+FmFojx4YOKoGWlo4BHeyJBJM3Dcp4zd8NU0JfMXB1+ mfrMRmMg3g8Qdcr5AuIDbtjpgEamL0JicMvZ61pGYmYqMbyErJvA/G6cxOE+TIcAQ6Yn 8rHxzNS6zODe3DGJdX+2hw3fAoyR2UHgWe5P/jQphO1G62TbWxsu/OKVRTJ5lTGJeQF4 le0E/oitR0mNY3Wn+RaZZ0/yFqno/KEGl5GyN96wCmLNJr7JBAHB+OYVpL/rUB/7yrmK +09FpIFuhABNJyToLD4V52U8pjPnVzRqdYLEAjYXHfWyEJHuuPaTMrXewnMprceP8L93 icMw== X-Gm-Message-State: AOAM532rWoAfn5tJxpAhnf5Dj3J3WpHgQiZGEqr9QwuzurP2dmTMh378 /JxLaNruxYNlZ4Oxn0euXh37Nh7vtaHAykZl31+/SgTOkO4= X-Google-Smtp-Source: ABdhPJxRo0aOkpAlDAjQUIjLzS0eI2lWsPdazVuUbTxxJxO/V2+RBcanOT9fk+M9GXx6qDR32ypTNyBNcAoru15c9GU= X-Received: by 2002:a19:6a08:: with SMTP id u8mr34072258lfu.360.1625989938848; Sun, 11 Jul 2021 00:52:18 -0700 (PDT) MIME-Version: 1.0 References: <202107110310.16B3AiW1084726@gitrepo.freebsd.org> In-Reply-To: <202107110310.16B3AiW1084726@gitrepo.freebsd.org> From: Antoine Brodin Date: Sun, 11 Jul 2021 09:52:09 +0200 Message-ID: Subject: Re: git: 730b0dc21bf9 - main - www/mediawiki136: Add new port, copied from www/mediawiki135 To: Wen Heping Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4GMzdJ3j7Pz3hNx X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2021 07:52:20 -0000 On Sun, Jul 11, 2021 at 5:10 AM Wen Heping wrote: > > The branch main has been updated by wen: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=730b0dc21bf97ab12607655e17b28e209306c854 > > commit 730b0dc21bf97ab12607655e17b28e209306c854 > Author: Wen Heping > AuthorDate: 2021-07-11 03:09:20 +0000 > Commit: Wen Heping > CommitDate: 2021-07-11 03:09:20 +0000 > > www/mediawiki136: Add new port, copied from www/mediawiki135 > --- > www/mediawiki136/Makefile | 67 +++++++++++++++++++++++++++++++++++ > www/mediawiki136/distinfo | 3 ++ > www/mediawiki136/files/pkg-message.in | 15 ++++++++ > www/mediawiki136/pkg-descr | 6 ++++ > 4 files changed, 91 insertions(+) Hi, You didn't hook it to the build. Antoine