From esoha@comcast.net  Thu Jan 29 13:31:25 2004
Return-Path: <esoha@comcast.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E6F1716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jan 2004 13:31:24 -0800 (PST)
Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 03D2343D31
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jan 2004 13:31:10 -0800 (PST)
	(envelope-from esoha@comcast.net)
Received: from x1-6-00-50-2c-02-55-54.attbi.com (c-24-6-101-51.client.comcast.net[24.6.101.51])
          by comcast.net (rwcrmhc11) with ESMTP
          id <20040129213108013008leite>; Thu, 29 Jan 2004 21:31:08 +0000
Received: from comcast.net (localhost [127.0.0.1])
	by x1-6-00-50-2c-02-55-54.attbi.com (8.12.9p1/8.12.9) with ESMTP id i0TLV9fi096467;
	Thu, 29 Jan 2004 13:31:10 -0800 (PST)
	(envelope-from esoha@comcast.net)
Received: (from esoha@localhost)
	by comcast.net (8.12.9p1/8.12.9/Submit) id i0TLV61i096466;
	Thu, 29 Jan 2004 13:31:06 -0800 (PST)
Message-Id: <200401292131.i0TLV61i096466@comcast.net>
Date: Thu, 29 Jan 2004 13:31:06 -0800 (PST)
From: Eyal Soha <esoha@attbi.com>
Reply-To: Eyal Soha <esoha@attbi.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: esoha@attbi.com
Subject: [maintainer-update] [patch] dns/noip upgrade 2.1.0 -> 2.1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62081
>Category:       ports
>Synopsis:       [maintainer-update] [patch] dns/noip upgrade 2.1.0 -> 2.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 29 13:40:14 PST 2004
>Closed-Date:    Fri Jan 30 00:40:47 PST 2004
>Last-Modified:  Fri Jan 30 00:40:47 PST 2004
>Originator:     Eyal Soha
>Release:        FreeBSD 5.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD x1-6-00-50-2c-02-55-54.attbi.com 5.1-RELEASE-p12 FreeBSD 5.1-RELEASE-p12 #9: Wed Jan 28 11:56:16 PST 2004 esoha@x1-6-00-50-2c-02-55-54.attbi.com:/usr/obj/usr/src/sys/EYAL i386


	
>Description:
	Dan Durrer of No-IP.com informed me of the new noip version so
I upgraded the port.

>How-To-Repeat:
	
>Fix:

	Very minor changes.  dns/noip/Makefile was updated for the new
software version.  dns/noip/files/patch-noip2.c was regenerated for
accurate line numbers and context matches.

--- noip.diff begins here ---
diff -ruN noip.bak/Makefile noip/Makefile
--- noip.bak/Makefile	Fri Jan  9 14:23:50 2004
+++ noip/Makefile	Thu Jan 29 12:39:24 2004
@@ -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 -ruN noip.bak/distinfo noip/distinfo
--- noip.bak/distinfo	Thu Jan  8 14:26:31 2004
+++ noip/distinfo	Thu Jan 29 12:39:55 2004
@@ -1 +1 @@
-MD5 (noip-2.1.0.tar.gz) = 59d26e089a2bff15f512d808dad2cd1c
+MD5 (noip-2.1.1.tar.gz) = 2855ba62a8b5742a7e9d26f4e7c80b25
diff -ruN noip.bak/files/patch-noip2.c noip/files/patch-noip2.c
--- noip.bak/files/patch-noip2.c	Thu Jan  8 14:46:14 2004
+++ noip/files/patch-noip2.c	Thu Jan 29 12:46:39 2004
@@ -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) {
--- noip.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Thu Jan 29 22:45:56 PST 2004 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62081 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Fri Jan 30 00:40:41 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62081 
>Unformatted:
