From owner-svn-ports-head@freebsd.org Tue Aug 14 15:30:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B30C107B918 for ; Tue, 14 Aug 2018 15:30:53 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE0F574CE6 for ; Tue, 14 Aug 2018 15:30:52 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-io0-x236.google.com with SMTP id q19-v6so18588034ioh.11 for ; Tue, 14 Aug 2018 08:30:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Kc7RpAPPrYT9cLW0OjJzur/nO3l5Xo3mJzyXvLwSg4s=; b=uMLI7zOk5okvflFtSCDVGagkromOubZuxIrlMLsG40Ul7up+sBrQcoSC6jyqs2ONPa UrKPYEcRRJyEKEGa2Nt683rIpENyuO4bMbVXZgHcrWGRIaggqmnPytHCn+xLh1pdsc7G uvT/y+JYbI9s/oeO78mdlEdkIhC/2pXC01cbTm9zOrkxLvDDRIefx0NsGmtpEIhMHF4s rjqjIzFOWxhFYNqUrvIF9KCy1kq8ogQHNodtdfuv+6CEIRQQegZMmQHDaA8Yo3IZ8p7H dGMsAURKbelSkCTGgWUJ4xIhVnwNobsk4aJSeOgIDBIMp+g0MrqPJEsYIVKqQroWbCtb q/4g== 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=Kc7RpAPPrYT9cLW0OjJzur/nO3l5Xo3mJzyXvLwSg4s=; b=mlRpKLXel5DiquMjCxyt/6nSnIz3pxjOeWPPwKbCUIrvtTPJ2eLz83vpjNTazf+xMm CCpAu/yOjfLQeXDuAXRLoe3RjttShjYI9sRczRnzE57OjH3Y4Drt5uSDzES2/2nSxj9b 4+jmKbd062k/odhHW0BU3Az/U2eNSJb6YoMvKSDP6kx4jVO9XXoUlhYclJC96O/oYTuz VVHxcqNUsRBTxxlv4FGdi7aZnbGMtShrDdtV5S0c73awzH7ngTswyZskuF8B1NTITkmz oljyHVFok2nHqH6RS0GUnSp97voi1i5fmTxfZSyK+AtNLsAWb7plIvyT846P3bLUYccp 4ofQ== X-Gm-Message-State: AOUpUlEqSiQZAd4IWjAFYLzZmAlI6tYSBmwB0kOlzk4fR8ufRiL96X/g PKCIdNbaU2t6JKOSGxuIRhoFXt45hH2SOoQ+AG/nIw== X-Google-Smtp-Source: AA+uWPw7cyLj93FL9i0mRwmb6ZyVx+vkY/x92QkgeYQZtHtC728Om3HAV9SHEdOTFnZfMdGyMeoGo/ac39yIBhFaXic= X-Received: by 2002:a6b:9a50:: with SMTP id c77-v6mr18639909ioe.148.1534260651884; Tue, 14 Aug 2018 08:30:51 -0700 (PDT) MIME-Version: 1.0 References: <201808141512.w7EFCWG3045754@repo.freebsd.org> In-Reply-To: <201808141512.w7EFCWG3045754@repo.freebsd.org> From: Sunpoet Hsieh Date: Tue, 14 Aug 2018 23:30:14 +0800 Message-ID: Subject: Re: svn commit: r477164 - head/security/openssl To: Jochen Neumeister 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.27 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2018 15:30:53 -0000 On Tue, Aug 14, 2018 at 11:12 PM Jochen Neumeister wrote: > Author: joneum > Date: Tue Aug 14 15:12:32 2018 > New Revision: 477164 > URL: https://svnweb.freebsd.org/changeset/ports/477164 > > Log: > Fix PORTREVISION IMHO, the real fix is to remove it rather than set it to 1. PORTREVISION is not needed as the previous commit (r477161) is to fix the build with PADLOCK enabled. The default package (PADLOCK disabled) is not affected. The package with PADLOCK enabled is not available before r477161. It will fail while fetching the patch files. > > Modified: > head/security/openssl/Makefile > > Modified: head/security/openssl/Makefile > > ============================================================================== > --- head/security/openssl/Makefile Tue Aug 14 15:09:36 2018 > (r477163) > +++ head/security/openssl/Makefile Tue Aug 14 15:12:32 2018 > (r477164) > @@ -3,7 +3,7 @@ > > PORTNAME= openssl > PORTVERSION= 1.0.2p > -PORTREVISION= > +PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= security devel > MASTER_SITES= http://www.openssl.org/source/ \ > > >