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

Collapse All | Expand All

(-)dbeacon/Makefile (-2 / +3 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dbeacon
4
PORTNAME=	dbeacon
5
PORTVERSION=	0.3.9.1
5
PORTVERSION=	0.3.9.2
6
CATEGORIES=	net
6
CATEGORIES=	net
7
MASTER_SITES=	http://BSDforge.com/projects/source/net/dbeacon/
7
MASTER_SITES=	https://BSDforge.com/projects/source/net/dbeacon/
8
8
9
MAINTAINER=	portmaster@BSDforge.com
9
MAINTAINER=	portmaster@BSDforge.com
10
COMMENT=	Distributed multicast beacon server
10
COMMENT=	Distributed multicast beacon server
Lines 12-17 Link Here
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
13
14
USES=		gmake
14
USES=		gmake
15
USE_CXXSTD=	c++98
15
16
16
PLIST_FILES=	bin/dbeacon man/man1/dbeacon.1.gz
17
PLIST_FILES=	bin/dbeacon man/man1/dbeacon.1.gz
17
USE_RC_SUBR=	dbeacon
18
USE_RC_SUBR=	dbeacon
(-)dbeacon/files/patch-dbeacon.cpp (-2 / +2 lines)
Lines 1-5 Link Here
1
--- dbeacon.cpp.orig	2016-03-15 16:06:23.135551000 -0700
1
--- dbeacon.cpp.orig	2016-03-15 16:06:23.135551000 UTC
2
+++ dbeacon.cpp	2016-03-15 16:08:13.104873000 -0700
2
+++ dbeacon.cpp
3
@@ -1498,7 +1498,7 @@
3
@@ -1498,7 +1498,7 @@
4
 			fprintf(fp, " contact=\"%s\"", adminContact.c_str());
4
 			fprintf(fp, " contact=\"%s\"", adminContact.c_str());
5
 		if (!twoLetterCC.empty())
5
 		if (!twoLetterCC.empty())

Return to bug 226232