From owner-svn-ports-all@freebsd.org Sun Oct 18 15:51:55 2020 Return-Path: Delivered-To: svn-ports-all@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 6A0844356F0 for ; Sun, 18 Oct 2020 15:51:55 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CDksR2Gdwz4f9W for ; Sun, 18 Oct 2020 15:51:55 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 2C3552D356 for ; Sun, 18 Oct 2020 15:51:55 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ej1-f50.google.com with SMTP id h24so10455619ejg.9 for ; Sun, 18 Oct 2020 08:51:55 -0700 (PDT) X-Gm-Message-State: AOAM532jhhWt6VUecJSfBL4jVrjP2+h1bj0w4dD1WIihUUU5XPttO30v JxbNEhvvyrfWZmSJw3aFko5qY3YKU++pmq83HzX7rg== X-Google-Smtp-Source: ABdhPJxTmkQKDftJMm+08ZGWmhH4xLAXbyzdg5njaZBlKIkVb3Fulk47w48yrr8mnlJUCNhyjhoYYmzi065TMYYTmhQ= X-Received: by 2002:a17:906:fb86:: with SMTP id lr6mr13290831ejb.510.1603036314160; Sun, 18 Oct 2020 08:51:54 -0700 (PDT) MIME-Version: 1.0 References: <202010181535.09IFZ3dk002386@repo.freebsd.org> <20201018153953.GA65472@FreeBSD.org> In-Reply-To: <20201018153953.GA65472@FreeBSD.org> From: Po-Chuan Hsieh Date: Sun, 18 Oct 2020 23:51:17 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r552640 - in head/www: nginx nginx-devel nginx-full To: "Sergey A. Osokin" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2020 15:51:55 -0000 On Sun, Oct 18, 2020 at 11:39 PM Sergey A. Osokin wrote: > Hi there, > > thanks for bumping this, but that's unclear to me? The www/nginx-devel > doesn't depend on that library. > You're right. nginx-devel does not depend on libjwt. I got mixed up with www/nginx/Makefile.extmod and www/nginx-devel/Makefile.extmod. > -- > Sergey > > On Sun, Oct 18, 2020 at 03:35:03PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Sun Oct 18 15:35:02 2020 > > New Revision: 552640 > > URL: https://svnweb.freebsd.org/changeset/ports/552640 > > > > Log: > > Bump PORTREVISION for www/libjwt shlib change > > > > Modified: > > head/www/nginx-devel/Makefile > > head/www/nginx-full/Makefile > > head/www/nginx/Makefile > > > > Modified: head/www/nginx-devel/Makefile > > > ============================================================================== > > --- head/www/nginx-devel/Makefile Sun Oct 18 15:34:57 2020 > (r552639) > > +++ head/www/nginx-devel/Makefile Sun Oct 18 15:35:02 2020 > (r552640) > > @@ -3,7 +3,7 @@ > > > > PORTNAME?= nginx > > PORTVERSION= 1.19.3 > > -PORTREVISION= 3 > > +PORTREVISION= 4 > > CATEGORIES= www > > MASTER_SITES= https://nginx.org/download/ \ > > LOCAL/osa > > > > Modified: head/www/nginx-full/Makefile > > > ============================================================================== > > --- head/www/nginx-full/Makefile Sun Oct 18 15:34:57 2020 > (r552639) > > +++ head/www/nginx-full/Makefile Sun Oct 18 15:35:02 2020 > (r552640) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= nginx > > -PORTREVISION= 5 > > +PORTREVISION= 6 > > PKGNAMESUFFIX= -full > > > > MAINTAINER= robak@FreeBSD.org > > > > Modified: head/www/nginx/Makefile > > > ============================================================================== > > --- head/www/nginx/Makefile Sun Oct 18 15:34:57 2020 (r552639) > > +++ head/www/nginx/Makefile Sun Oct 18 15:35:02 2020 (r552640) > > @@ -3,7 +3,7 @@ > > > > PORTNAME= nginx > > PORTVERSION= 1.18.0 > > -PORTREVISION?= 27 > > +PORTREVISION?= 28 > > PORTEPOCH= 2 > > CATEGORIES= www > > MASTER_SITES= https://nginx.org/download/ \ >