mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
89d3eeaeca
this patch set updates ddup to make it conformant w/ http://clients.dyndns.org/devel/query.php major changes where done by robert@castley.com, so, don't forget to give him credits in the CVS logs. PR: ports/40966 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
13 lines
383 B
C
13 lines
383 B
C
diff -u -x CVS -x work -x core -x *.core -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $.+BSD.*$ ddup.h.orig ddup.h
|
|
--- ddup.h.orig Tue Oct 31 01:09:48 2000
|
|
+++ ddup.h Mon Jul 22 21:51:52 2002
|
|
@@ -5,7 +5,7 @@
|
|
#include "options.h"
|
|
|
|
#define AGENT_NAME "ddup"
|
|
-#define AGENT_VER "3.0.1"
|
|
+#define AGENT_VER "3.0.1.1"
|
|
#define MEMBERS_HOST "members.dyndns.org"
|
|
|
|
/* ddup_functions.c */
|