svn commit: r424955 - in head/security/acme-client: . files

Bernard Spil brnrd at FreeBSD.org
Sun Oct 30 18:55:00 UTC 2016


On 2016-10-30 18:45, Adam Weinberger wrote:
>> On 30 Oct, 2016, at 10:44, Bernard Spil <brnrd at freebsd.org> wrote:
>> 
>> Author: brnrd
>> Date: Sun Oct 30 16:44:08 2016
>> New Revision: 424955
>> URL: https://svnweb.freebsd.org/changeset/ports/424955
>> 
>> Log:
>>  security/acme-client: Roll back to STATIC option
>> 
>>    - Too many issues with the LibreSSL BUILD_DEPENDS
>> 
>>  PR:		213695
>> 
>> Added:
>>  head/security/acme-client/files/extra-patch-GNUmakefile
>>     - copied unchanged from r423517, 
>> head/security/acme-client/files/extra-patch-GNUmakefile
>> Modified:
>>  head/security/acme-client/Makefile
>> 
>> Modified: head/security/acme-client/Makefile
>> ==============================================================================
>> --- head/security/acme-client/Makefile	Sun Oct 30 16:19:26 
>> 2016	(r424954)
>> +++ head/security/acme-client/Makefile	Sun Oct 30 16:44:08 
>> 2016	(r424955)
>> @@ -3,7 +3,7 @@
>> 
>> PORTNAME=	acme-client
>> PORTVERSION=	0.1.11
>> -PORTREVISION=	2
>> +PORTREVISION=	1
> 
> PORTREVISION went backwards here. It's fine to leave it at 2 (people
> using OpenSSL may already have successfully updated, and people with
> LibreSSL just had failures), but going backwards means that OpenSSL
> people might not get whatever the next PORTREVISION 2 becomes.
> 
> # Adam

Thanks!

Yep, thought that bumping PORTREVISION wasn't required.
Looks like my first ever revert didn't go that well :D
Always the same... Check diff before committing!

Cheers, Bernard.


More information about the svn-ports-head mailing list