View | Details | Raw Unified | Return to bug 230666 | Differences between
and this patch

Collapse All | Expand All

(-)dns/powerdns/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	powerdns
3
PORTNAME=	powerdns
4
DISTVERSION=	4.1.3
4
DISTVERSION=	4.1.3
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
DISTNAME=	pdns-${DISTVERSION}
8
DISTNAME=	pdns-${DISTVERSION}
(-)dns/powerdns-recursor/Makefile (-2 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	recursor
4
PORTNAME=	recursor
5
DISTVERSION=	4.1.3
5
DISTVERSION=	4.1.3
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	dns ipv6
7
CATEGORIES=	dns ipv6
8
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
MASTER_SITES=	http://downloads.powerdns.com/releases/
9
PKGNAMEPREFIX=	powerdns-
9
PKGNAMEPREFIX=	powerdns-
Lines 29-35 Link Here
29
GNU_CONFIGURE=	YES
29
GNU_CONFIGURE=	YES
30
CXXFLAGS+=	-D_GLIBCXX_USE_C99
30
CXXFLAGS+=	-D_GLIBCXX_USE_C99
31
CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/pdns \
31
CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/pdns \
32
		--with-protobuf
32
		--with-protobuf \
33
		--without-net-snmp
33
34
34
CPE_VENDOR=	powerdns
35
CPE_VENDOR=	powerdns
35
36
(-)editors/encryptpad/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	encryptpad
4
PORTNAME=	encryptpad
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	0.4.0.2
6
DISTVERSION=	0.4.0.2
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	editors security
8
CATEGORIES=	editors security
9
9
10
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
10
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

Return to bug 230666