Date: Wed, 17 Feb 2021 18:53:22 +0000 (UTC) From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565789 - head/dns/powerdns Message-ID: <202102171853.11HIrMMb038603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: otis Date: Wed Feb 17 18:53:22 2021 New Revision: 565789 URL: https://svnweb.freebsd.org/changeset/ports/565789 Log: 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) MFH: 2021Q1 Differential Revision: https://reviews.freebsd.org/D28641 Modified: head/dns/powerdns/Makefile head/dns/powerdns/distinfo Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Wed Feb 17 18:50:33 2021 (r565788) +++ head/dns/powerdns/Makefile Wed Feb 17 18:53:22 2021 (r565789) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= powerdns -DISTVERSION= 4.4.0 -PORTREVISION= 1 +DISTVERSION= 4.4.1 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} @@ -18,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 @@ -34,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: head/dns/powerdns/distinfo ============================================================================== --- head/dns/powerdns/distinfo Wed Feb 17 18:50:33 2021 (r565788) +++ head/dns/powerdns/distinfo Wed Feb 17 18:53:22 2021 (r565789) @@ -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?202102171853.11HIrMMb038603>