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

(-)/usr/ports/dns/powerdns.new/Makefile (-7 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	powerdns
8
PORTNAME=	powerdns
9
PORTVERSION=	2.9.21
9
PORTVERSION=	2.9.21.1
10
PORTREVISION=	1
11
CATEGORIES=	dns ipv6
10
CATEGORIES=	dns ipv6
12
MASTER_SITES=	http://downloads.powerdns.com/releases/ \
11
MASTER_SITES=	http://downloads.powerdns.com/releases/ \
13
		http://mirrors.evolva.ro/powerdns.com/releases/
12
		http://mirrors.evolva.ro/powerdns.com/releases/
Lines 117-126 Link Here
117
PLIST_SUB+=		WITHOPENDBX="@comment "
116
PLIST_SUB+=		WITHOPENDBX="@comment "
118
.endif
117
.endif
119
118
120
.if ${OSVERSION} < 500039
121
USE_GCC=3.4
122
.endif
123
124
.if defined(WITH_OPENLDAP)
119
.if defined(WITH_OPENLDAP)
125
post-patch:
120
post-patch:
126
	${REINPLACE_CMD} -e 's;-I. ;-I. -I${LOCALBASE}/include ;' \
121
	${REINPLACE_CMD} -e 's;-I. ;-I. -I${LOCALBASE}/include ;' \
Lines 135-141 Link Here
135
.if !exists(${PREFIX}/etc/pdns/pdns.conf)
130
.if !exists(${PREFIX}/etc/pdns/pdns.conf)
136
	${INSTALL_DATA} ${PREFIX}/etc/pdns/pdns.conf-dist ${PREFIX}/etc/pdns/pdns.conf
131
	${INSTALL_DATA} ${PREFIX}/etc/pdns/pdns.conf-dist ${PREFIX}/etc/pdns/pdns.conf
137
.endif
132
.endif
138
.if !defined(NOPORTDOCS)
133
.if !defined(NOPORTEXAMPLES)
139
	${MKDIR} ${EXAMPLESDIR}
134
	${MKDIR} ${EXAMPLESDIR}
140
.for i in pdns.conf tables-mssql_or_sybase.sql tables-mysql.sql tables-pgsql.sql tables-sqlite.sql
135
.for i in pdns.conf tables-mssql_or_sybase.sql tables-mysql.sql tables-pgsql.sql tables-sqlite.sql
141
	${INSTALL_DATA} ${FILESDIR}/$i ${EXAMPLESDIR}/
136
	${INSTALL_DATA} ${FILESDIR}/$i ${EXAMPLESDIR}/
(-)/usr/ports/dns/powerdns.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pdns-2.9.21.tar.gz) = a0d650dd1489ed46b36dfcc1d73653af
1
MD5 (pdns-2.9.21.1.tar.gz) = 0e104d8d609d664b41cd91f4c8bd41e0
2
SHA256 (pdns-2.9.21.tar.gz) = 4b24db683ba2217caa1edf54545841dcdfa6fd27b66017577d8b0dd54f8e7ed5
2
SHA256 (pdns-2.9.21.1.tar.gz) = abfd368228354c6f247369b7ff3468ae84bab0462171e068fece3a0bc16f94fd
3
SIZE (pdns-2.9.21.tar.gz) = 991071
3
SIZE (pdns-2.9.21.1.tar.gz) = 1008160
(-)/usr/ports/dns/powerdns.new/files/patch-pdns_qtype_cc (-15 lines)
Lines 1-15 Link Here
1
===================================================================
2
--- pdns/qtype.cc (revision 978)
3
+++ pdns/qtype.cc (revision 1046)
4
@@ -57,6 +57,11 @@
5
       insert("LOC",29);
6
       insert("SRV",33);
7
+      insert("CERT", 37);
8
       insert("A6",38);
9
       insert("NAPTR",35);
10
+      insert("DS", 43);
11
+      insert("SSHFP", 44);
12
+      insert("RRSIG", 46);
13
+      insert("DNSKEY", 48);
14
       insert("SPF",99);
15
       insert("AXFR",252);
(-)/usr/ports/dns/powerdns.new/pkg-plist (-6 / +6 lines)
Lines 37-46 Link Here
37
@unexec if cmp -s %D/etc/pdns/pdns.conf %D/etc/pdns/pdns.conf-dist; then rm -f %D/etc/pdns/pdns.conf; fi
37
@unexec if cmp -s %D/etc/pdns/pdns.conf %D/etc/pdns/pdns.conf-dist; then rm -f %D/etc/pdns/pdns.conf; fi
38
etc/pdns/pdns.conf-dist
38
etc/pdns/pdns.conf-dist
39
@exec [ -f %B/pdns.conf ] || cp %B/%f %B/pdns.conf
39
@exec [ -f %B/pdns.conf ] || cp %B/%f %B/pdns.conf
40
%%PORTDOCS%%%%EXAMPLESDIR%%/pdns.conf
40
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pdns.conf
41
%%PORTDOCS%%%%EXAMPLESDIR%%/tables-mssql_or_sybase.sql
41
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-mssql_or_sybase.sql
42
%%PORTDOCS%%%%EXAMPLESDIR%%/tables-mysql.sql
42
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-mysql.sql
43
%%PORTDOCS%%%%EXAMPLESDIR%%/tables-pgsql.sql
43
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-pgsql.sql
44
%%PORTDOCS%%%%EXAMPLESDIR%%/tables-sqlite.sql
44
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-sqlite.sql
45
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
45
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
46
@dirrmtry etc/pdns
46
@dirrmtry etc/pdns

Return to bug 126282