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

(-)./Makefile (-3 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
1
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
2
# $FreeBSD: head/dns/opendnssec/Makefile 321504 2013-06-21 21:00:44Z wg $
2
# $FreeBSD: head/dns/opendnssec/Makefile 319813 2013-06-03 22:13:11Z wg $
3
3
4
PORTNAME=	opendnssec
4
PORTNAME=	opendnssec
5
PORTVERSION=	1.4.0
5
PORTVERSION=	1.4.1
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	http://dist.opendnssec.org/source/
7
MASTER_SITES=	http://dist.opendnssec.org/source/
8
8
Lines 46-52 Link Here
46
PORTDATA=	migrate_adapters_1.mysql migrate_keyshare_mysql.pl \
46
PORTDATA=	migrate_adapters_1.mysql migrate_keyshare_mysql.pl \
47
		migrate_zone_delete.mysql migrate_id_mysql.pl migrate_to_ng_mysql.pl
47
		migrate_zone_delete.mysql migrate_id_mysql.pl migrate_to_ng_mysql.pl
48
.else
48
.else
49
CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
50
BUILD_DEPENDS+=	sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3
49
BUILD_DEPENDS+=	sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3
51
LIB_DEPENDS+=	sqlite3:${PORTSDIR}/databases/sqlite3
50
LIB_DEPENDS+=	sqlite3:${PORTSDIR}/databases/sqlite3
52
PLIST_SUB+=	SQLITE=""
51
PLIST_SUB+=	SQLITE=""
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (opendnssec-1.4.0.tar.gz) = 36d4926dcdf351a527ad7600b151ab6cc56d0a472a7eb8871eecd70afef9e101
1
SHA256 (opendnssec-1.4.1.tar.gz) = 7795ba9f98f9c8292d5f9f9d6ffbf88352a6f77986f43acc1a30141f6027cc82
2
SIZE (opendnssec-1.4.0.tar.gz) = 985512
2
SIZE (opendnssec-1.4.1.tar.gz) = 988263

Return to bug 180194