View | Details | Raw Unified | Return to bug 277785
Collapse All | Expand All

(-)b/dns/powerdns/Makefile (-3 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	powerdns
1
PORTNAME=	powerdns
2
DISTVERSION=	4.8.4
2
DISTVERSION=	4.9.0
3
PORTREVISION=	2
4
CATEGORIES=	dns
3
CATEGORIES=	dns
5
MASTER_SITES=	https://downloads.powerdns.com/releases/
4
MASTER_SITES=	https://downloads.powerdns.com/releases/
6
DISTNAME=	pdns-${DISTVERSION}
5
DISTNAME=	pdns-${DISTVERSION}
Lines 21-27 USES= autoreconf compiler:c++11-lib cpe gmake libtool \ Link Here
21
		localbase:ldflags pathfix pkgconfig ssl tar:bzip2
20
		localbase:ldflags pathfix pkgconfig ssl tar:bzip2
22
21
23
USE_RC_SUBR=	pdns
22
USE_RC_SUBR=	pdns
24
USE_SUBMAKE=	YES
23
USE_SUBMAKE=	yes
25
24
26
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
26
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
(-)b/dns/powerdns/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1703171399
1
TIMESTAMP = 1710517194
2
SHA256 (pdns-4.8.4.tar.bz2) = 7f40c8cbc4650d06fe49abba79902ebabb384363dabbd5cef271964a07c3645c
2
SHA256 (pdns-4.9.0.tar.bz2) = fe1d5433c88446ed70d931605c6ec377da99839c4e151b90b71aa211bd6eea92
3
SIZE (pdns-4.8.4.tar.bz2) = 1334756
3
SIZE (pdns-4.9.0.tar.bz2) = 1364768
(-)b/dns/powerdns/files/pkg-message.in (-1 / +1 lines)
Lines 62-67 EOM Link Here
62
}
62
}
63
{ type: upgrade
63
{ type: upgrade
64
  minimum_version: "4.3.0"
64
  minimum_version: "4.3.0"
65
  maximum_version: "4.7.0"
65
  message: <<EOM
66
  message: <<EOM
66
This version needs a mandatory schema change for gmysql, godbc (mssql),
67
This version needs a mandatory schema change for gmysql, godbc (mssql),
67
gpsql, and gsqlite3 backends.
68
gpsql, and gsqlite3 backends.
68
- 

Return to bug 277785