aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-30 08:40:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-30 08:40:37 +0000
commit997c68034787540864f301f16a0bd17ebee067c7 (patch)
tree3c293d39e7d885d8d393148d3a8f1fbc5e3c8c75 /dns
parent3a2c96111520ec1c22892137a8a5d92750e4f800 (diff)
downloadports-997c68034787540864f301f16a0bd17ebee067c7.tar.gz
ports-997c68034787540864f301f16a0bd17ebee067c7.zip
- Update to version 2.1.1
PR: ports/62081 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=99470
Diffstat (limited to 'dns')
-rw-r--r--dns/noip/Makefile2
-rw-r--r--dns/noip/distinfo2
-rw-r--r--dns/noip/files/patch-noip2.c14
3 files changed, 9 insertions, 9 deletions
diff --git a/dns/noip/Makefile b/dns/noip/Makefile
index b431973a7677..3619bf5b7fa5 100644
--- a/dns/noip/Makefile
+++ b/dns/noip/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= noip
-PORTVERSION= 2.1.0
+PORTVERSION= 2.1.1
CATEGORIES= dns
MASTER_SITES= http://www.no-ip.com/client/linux/
diff --git a/dns/noip/distinfo b/dns/noip/distinfo
index 4c10315cb56d..f4d9ba985ee8 100644
--- a/dns/noip/distinfo
+++ b/dns/noip/distinfo
@@ -1 +1 @@
-MD5 (noip-2.1.0.tar.gz) = 59d26e089a2bff15f512d808dad2cd1c
+MD5 (noip-2.1.1.tar.gz) = 2855ba62a8b5742a7e9d26f4e7c80b25
diff --git a/dns/noip/files/patch-noip2.c b/dns/noip/files/patch-noip2.c
index d96af6ac48f8..fa545bab814d 100644
--- a/dns/noip/files/patch-noip2.c
+++ b/dns/noip/files/patch-noip2.c
@@ -1,15 +1,15 @@
---- noip2.c.orig Fri Jan 2 18:14:09 2004
-+++ noip2.c Thu Jan 8 14:45:57 2004
-@@ -153,7 +153,7 @@
+--- noip2.c.orig Fri Jan 9 06:18:39 2004
++++ noip2.c Thu Jan 29 12:45:11 2004
+@@ -156,7 +156,7 @@
#define CLIENT_IP_PORT 8245
- #define VERSION "2.1"
+ #define VERSION "2.1.1"
-#define USER_AGENT "User-Agent: Linux-DUC/"VERSION
+#define USER_AGENT "User-Agent: FreeBSD-DUC/"VERSION
#define SETTING_SCRIPT "settings.php?"
#define USTRNG "username="
#define PWDSTRNG "&pass="
-@@ -258,7 +258,7 @@
+@@ -264,7 +264,7 @@
#define CMSG21 "Please select the Internet interface from this list.\n"
#define CMSG22 "By typing the number associated with it."
#define CMSG23 "Too many network devices. Limit is %d"
@@ -18,7 +18,7 @@
#define CMSG25 "Can't create config file (%s)"
#define CMSG25a "Re-run noip, adding '-c configfilename' as a parameter."
#define CMSG26 "Can't rename config file (%s)"
-@@ -450,7 +450,7 @@
+@@ -466,7 +466,7 @@
fprintf(stderr, "[ -d][ -D pid]");
#endif
fprintf(stderr, "[ -i addr][ -S][ -M][ -h]");
@@ -27,7 +27,7 @@
fprintf(stderr, "Options: -C create configuration data\n");
fprintf(stderr, " -F force NAT off\n");
fprintf(stderr, " -Y select all hosts/groups\n");
-@@ -1935,17 +1935,12 @@
+@@ -1984,17 +1984,12 @@
dq = devs; // point at name list
for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
if (ifa->ifa_addr->sa_family == AF_LINK) {