From nobody Tue Dec 5 17:13:32 2023 X-Original-To: dev-commits-ports-main@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 4Sl6ZJ3LnKz53DQ6; Tue, 5 Dec 2023 17:13:44 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-vk1-f177.google.com (mail-vk1-f177.google.com [209.85.221.177]) (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 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Sl6ZJ1h5cz3Qk5; Tue, 5 Dec 2023 17:13:44 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-vk1-f177.google.com with SMTP id 71dfb90a1353d-4b2cf7ce00bso889633e0c.2; Tue, 05 Dec 2023 09:13:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701796422; x=1702401222; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2P3Y8TPJdGK7JMY2UBtTTVGJVL4W87txNZDMl9I9HEk=; b=FygSV/5UFjDTXm3y/fCZ/tK5zcLZ2wWSQwOnk07t39keJBFBL5sKhAxWnXG1Qk4Hwi tr7hb0Ei+yK4MIwc33owtn5nTyKPtM1h8ZdkgwhGT0TzjbdJC1+6hZR8LdZ0NveaooSq hZUTANy98K1srQtXn5N9myEUcsZt3uSYWMuAr84gyVHdOgZli52LqyQ7Ws2r80w+u2DA OJoYZGugaQhQBg8vZJOoU29IVqmeUEMZjIkh8u+9kzE9ggLxMlMxGrezZyq2FDRUPT4A kPdaXwOtUBydU6BUuoh9NoNn0jEErEhqaAlI7vCWSOs7TvYc2PtEEoJRFbMNiFCu+eGA 86SA== X-Gm-Message-State: AOJu0Yym1SlIGCo46e6amd+WNiSJHbie87KRtnPK1p/HB+TntQmUCM1t CQdBVRk0S+lnwAfBWmsXLE39xQySL6o14iZxlYr+DOt+tmo= X-Google-Smtp-Source: AGHT+IFkZzSrJbOm5K//tWKRyyS4o5yQbypCv/Zd27eyANux/M3gFhErF4YiE8yj9X4bZOndlMh+dz3pQa32sqkMqvI= X-Received: by 2002:a1f:cd87:0:b0:4ac:1423:1be9 with SMTP id d129-20020a1fcd87000000b004ac14231be9mr3964854vkg.13.1701796422378; Tue, 05 Dec 2023 09:13:42 -0800 (PST) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 References: <202312051507.3B5F7i9u072493@gitrepo.freebsd.org> In-Reply-To: <202312051507.3B5F7i9u072493@gitrepo.freebsd.org> From: Antoine Brodin Date: Tue, 5 Dec 2023 17:13:32 +0000 Message-ID: Subject: Re: git: 25d03c0da81a - main - www/py-django50: Add new port, copied from www/py-django42 To: Wen Heping Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4Sl6ZJ1h5cz3Qk5 On Tue, Dec 5, 2023 at 3:07=E2=80=AFPM Wen Heping wrote: > > The branch main has been updated by wen: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D25d03c0da81a018555011b60= 513fa570ca131933 > > commit 25d03c0da81a018555011b60513fa570ca131933 > Author: Wen Heping > AuthorDate: 2023-12-05 15:05:54 +0000 > Commit: Wen Heping > CommitDate: 2023-12-05 15:05:54 +0000 > > www/py-django50: Add new port, copied from www/py-django42 > > Django is a high-level Python Web framework that encourages rapid dev= elopment > and clean, pragmatic design. > > Developed and used over the past two years by a fast-moving online-ne= ws > operation, Django was designed from scratch to handle two challenges:= the > intensive deadlines of a newsroom and the stringent requirements of e= xperienced > Web developers. It has convenient niceties for developing content-man= agement > systems, but it's an excellent tool for building any Web site. Hi, This breaks the ports tree (bulk -a for instance). Please revert. Antoine