From owner-svn-ports-all@freebsd.org Wed Feb 17 18:55:54 2021 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 BE7E052B740; Wed, 17 Feb 2021 18:55:54 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dgn9Q4zrPz3CVJ; Wed, 17 Feb 2021 18:55:54 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9DE051B66; Wed, 17 Feb 2021 18:55:54 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11HIts5Q038857; Wed, 17 Feb 2021 18:55:54 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HItsvW038855; Wed, 17 Feb 2021 18:55:54 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202102171855.11HItsvW038855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Wed, 17 Feb 2021 18:55:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565790 - branches/2021Q1/dns/powerdns X-SVN-Group: ports-branches X-SVN-Commit-Author: otis X-SVN-Commit-Paths: branches/2021Q1/dns/powerdns X-SVN-Commit-Revision: 565790 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 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: Wed, 17 Feb 2021 18:55:54 -0000 Author: otis Date: Wed Feb 17 18:55:54 2021 New Revision: 565790 URL: https://svnweb.freebsd.org/changeset/ports/565790 Log: MFH: r565789 dns/powerdns: Update to 4.4.1 Changelog: https://doc.powerdns.com/authoritative/changelog/4.4.html#change-4.4.1 PR: 253405 Submitted by: Ralf van der Enden (maintainer) Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D28641 Modified: branches/2021Q1/dns/powerdns/Makefile branches/2021Q1/dns/powerdns/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/dns/powerdns/Makefile ============================================================================== --- branches/2021Q1/dns/powerdns/Makefile Wed Feb 17 18:53:22 2021 (r565789) +++ branches/2021Q1/dns/powerdns/Makefile Wed Feb 17 18:55:54 2021 (r565790) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= powerdns -DISTVERSION= 4.4.0 +DISTVERSION= 4.4.1 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} @@ -17,10 +17,9 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-lib libcurl.so:ftp/curl \ libprotobuf.so:devel/protobuf -USES= autoreconf compiler:c++11-lib cpe gmake libtool localbase:ldflags \ - pathfix pkgconfig ssl tar:bzip2 +USES= autoreconf compiler:c++11-lib cpe gmake libtool \ + localbase:ldflags pathfix pkgconfig ssl tar:bzip2 -USE_LDCONFIG= YES USE_RC_SUBR= pdns USE_SUBMAKE= YES @@ -33,10 +32,12 @@ CONFIGURE_ARGS= --disable-static \ --with-modules="" \ --with-protobuf -INSTALL_TARGET= install-strip -SCRIPTS_ENV= CURDIR2="${.CURDIR}" DISTNAME="${DISTNAME}" MKDIR="${MKDIR}" \ +SCRIPTS_ENV= CURDIR2="${.CURDIR}" \ + DISTNAME="${DISTNAME}" \ + MKDIR="${MKDIR}" \ POWERDNS_OPTIONS="${POWERDNS_OPTIONS}" \ WRKDIRPREFIX="${WRKDIRPREFIX}" +INSTALL_TARGET= install-strip SUB_FILES= pkg-message USERS= pdns Modified: branches/2021Q1/dns/powerdns/distinfo ============================================================================== --- branches/2021Q1/dns/powerdns/distinfo Wed Feb 17 18:53:22 2021 (r565789) +++ branches/2021Q1/dns/powerdns/distinfo Wed Feb 17 18:55:54 2021 (r565790) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608327086 -SHA256 (pdns-4.4.0.tar.bz2) = 40cb81d9e0d34edcc7c95435a06125bde0bd1a51692e1db52413e31d7ede0b39 -SIZE (pdns-4.4.0.tar.bz2) = 1270854 +TIMESTAMP = 1612784175 +SHA256 (pdns-4.4.1.tar.bz2) = 03fa7c181c666a5fc44a49affe7666bd385d46c1fe15088caff175967e85ab6c +SIZE (pdns-4.4.1.tar.bz2) = 1276990