Index: Makefile =================================================================== --- Makefile (revision 484649) +++ Makefile (working copy) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= powerdns -DISTVERSION= 4.1.4 -PORTREVISION= 1 +DISTVERSION= 4.1.5 +PORTREVISION?= 0 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} Index: distinfo =================================================================== --- distinfo (revision 484649) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535616205 -SHA256 (pdns-4.1.4.tar.bz2) = e9408603383d529b3bbee2509b73187d2186c502a9b052d07e250cd8f3873ed5 -SIZE (pdns-4.1.4.tar.bz2) = 1089376 +TIMESTAMP = 1541580311 +SHA256 (pdns-4.1.5.tar.bz2) = c329570a66d8c7340d38fd582cb23ad642799b83c7276fb0fdea4303759b4f8a +SIZE (pdns-4.1.5.tar.bz2) = 1116238 Index: files/patch-pdns_opensslsigners.cc =================================================================== --- files/patch-pdns_opensslsigners.cc (revision 484649) +++ files/patch-pdns_opensslsigners.cc (nonexistent) @@ -1,12 +0,0 @@ ---- pdns/opensslsigners.cc.orig 2018-02-16 09:52:29 UTC -+++ pdns/opensslsigners.cc -@@ -33,7 +33,8 @@ - #include "opensslsigners.hh" - #include "dnssecinfra.hh" - --#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined LIBRESSL_VERSION_NUMBER) -+#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || \ -+ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)) - /* OpenSSL < 1.1.0 needs support for threading/locking in the calling application. */ - static pthread_mutex_t *openssllocks; - Property changes on: files/patch-pdns_opensslsigners.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property