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

(-)b/dns/opendnssec2/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
1
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
2
2
3
PORTNAME=	opendnssec
3
PORTNAME=	opendnssec
4
PORTVERSION=	2.1.8
4
DISTVERSION=	2.1.9
5
CATEGORIES=	dns
5
CATEGORIES=	dns
6
MASTER_SITES=	http://dist.opendnssec.org/source/
6
MASTER_SITES=	http://dist.opendnssec.org/source/
7
PKGNAMESUFFIX=	2
7
PKGNAMESUFFIX=	2
Lines 16-22 BUILD_DEPENDS= ldns>=1.6.16:dns/ldns Link Here
16
LIB_DEPENDS=	libldns.so:dns/ldns \
16
LIB_DEPENDS=	libldns.so:dns/ldns \
17
		libxml2.so:textproc/libxml2
17
		libxml2.so:textproc/libxml2
18
18
19
USES=		ssl gmake
19
USES=		libtool autoreconf ssl
20
USE_RC_SUBR=	opendnssec
20
USE_RC_SUBR=	opendnssec
21
21
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
(-)b/dns/opendnssec2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1613861557
1
TIMESTAMP = 1620109380
2
SHA256 (opendnssec-2.1.8.tar.gz) = 900a213103ff19a405e446327fbfcea9ec13e405283d87b6ffc24a10d9a268f5
2
SHA256 (opendnssec-2.1.9.tar.gz) = 6d1d466c8d7f507f3e665f4bfe4d16a68d6bff9d7c2ab65f852e2b2a821c28b5
3
SIZE (opendnssec-2.1.8.tar.gz) = 1151571
3
SIZE (opendnssec-2.1.9.tar.gz) = 1155801
(-)a/dns/opendnssec2/files/patch-configure (-10 lines)
Removed Link Here
1
--- configure.orig	2021-02-22 11:43:55 UTC
2
+++ configure
3
@@ -586,6 +586,7 @@ cross_compiling=no
4
 subdirs=
5
 MFLAGS=
6
 MAKEFLAGS=
7
+MAKE=gmake
8
 
9
 # Identity of this package.
10
 PACKAGE_NAME='opendnssec'

Return to bug 255615