Date: Tue, 14 Aug 2018 23:30:14 +0800 From: Sunpoet Hsieh <sunpoet@sunpoet.net> To: Jochen Neumeister <joneum@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r477164 - head/security/openssl Message-ID: <CAMHz58RbBE6jBvF%2BR1FuFTfGNk8DD-uctE5%2Bb4U01tN7%2BPtLpg@mail.gmail.com> In-Reply-To: <201808141512.w7EFCWG3045754@repo.freebsd.org> References: <201808141512.w7EFCWG3045754@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 14, 2018 at 11:12 PM Jochen Neumeister <joneum@freebsd.org> 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/ \ > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58RbBE6jBvF%2BR1FuFTfGNk8DD-uctE5%2Bb4U01tN7%2BPtLpg>