Date: Wed, 17 Feb 2021 18:55:54 +0000 (UTC) From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565790 - branches/2021Q1/dns/powerdns Message-ID: <202102171855.11HItsvW038855@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tremere@cainites.net> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102171855.11HItsvW038855>