summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-02-28 14:55:42 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-02-28 14:55:42 +0000
commit393605fffbfc1b5cf08e668da62ea1c8370b9eee (patch)
treee1a6ef4ffc0f46d03cfd74cb2f8f95297c0bf52b /net
parento Both completely and utterly remove detection of libxine port (diff)
Use dyndns as the default update system.
PR: 48428 Submitted by: Christian Lackas <delta@lackas.net> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=76638
Diffstat (limited to 'net')
-rw-r--r--net/ddup/Makefile2
-rw-r--r--net/ddup/files/patch-update.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/net/ddup/Makefile b/net/ddup/Makefile
index 6b7bd433e907..856b44d34b76 100644
--- a/net/ddup/Makefile
+++ b/net/ddup/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ddup
PORTVERSION= 3.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITES_LOCAL}
DISTNAME= ${PORTNAME}-${PORTVERSION}-unix
diff --git a/net/ddup/files/patch-update.c b/net/ddup/files/patch-update.c
index 6e84f17c7d06..52674af985e7 100644
--- a/net/ddup/files/patch-update.c
+++ b/net/ddup/files/patch-update.c
@@ -17,10 +17,10 @@
- else
- strcat(buf_out, "dyn");
+ strcat(buf_out, "statdns");
-+ else if (dynamic_flag)
-+ strcat(buf_out, "dyndns");
+ else if (custom_flag)
+ strcat(buf_out, "custom");
++ else
++ strcat(buf_out, "dyndns");
- strcat(buf_out, "dns&hostname=");
+