pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

powerdns-recursor: reduce diffs to main package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Oct 30 09:26:52 2025 +0100
Changeset:	ee4c5a8c8603a3635f8d637bf5bb0c65ee337a4f

Modified Files:
	powerdns-recursor/Makefile
	powerdns-recursor/PLIST

Log Message:
powerdns-recursor: reduce diffs to main package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ee4c5a8c8603a3635f8d637bf5bb0c65ee337a4f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 powerdns-recursor/Makefile | 8 ++++----
 powerdns-recursor/PLIST    | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/powerdns-recursor/Makefile b/powerdns-recursor/Makefile
index 06a9323cd5..c7d38c002d 100644
--- a/powerdns-recursor/Makefile
+++ b/powerdns-recursor/Makefile
@@ -1,14 +1,14 @@
 # $NetBSD$
 
 DISTNAME=	pdns-recursor-5.3.1
+PKGNAME=	${DISTNAME:S/pdns/powerdns/}
 CATEGORIES=	net
 MASTER_SITES=	https://downloads.powerdns.com/releases/
 EXTRACT_SUFX=	.tar.xz
-PKGNAME=	powerdns-recursor-5.3.1
 
 MAINTAINER=	drixter%e-utp.net@localhost
-HOMEPAGE=	https://downloads.powerdns.com/releases/
-COMMENT=	PowerDNS resolver
+HOMEPAGE=	https://www.powerdns.com/
+COMMENT=	PowerDNS resolver/recursing nameserver
 LICENSE=	gnu-gpl-v2
 
 GNU_CONFIGURE=		yes
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+=	--with-boost=${BUILDLINK_PREFIX.boost-headers}
 
 CHECK_WRKREF_SKIP+=	sbin/pdns_recursor
 
-EGDIR=			${PREFIX}/share/examples/powerdns-recursor52
+EGDIR=			${PREFIX}/share/examples/powerdns-recursor
 CONF_FILES=		${EGDIR}/recursor.yml-dist ${PKG_SYSCONFDIR}/recursor.yml
 INSTALLATION_DIRS+=	${EGDIR}
 INSTALL_MAKE_FLAGS=	${MAKE_FLAGS} sysconfdir=${EGDIR}
diff --git a/powerdns-recursor/PLIST b/powerdns-recursor/PLIST
index 30905d584b..4f3660ec41 100644
--- a/powerdns-recursor/PLIST
+++ b/powerdns-recursor/PLIST
@@ -3,4 +3,4 @@ bin/rec_control
 man/man1/pdns_recursor.1
 man/man1/rec_control.1
 sbin/pdns_recursor
-share/examples/powerdns-recursor52/recursor.yml-dist
+share/examples/powerdns-recursor/recursor.yml-dist


Home | Main Index | Thread Index | Old Index