Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2006 11:42:12 GMT
From:      Kay Abendroth<kay.abendroth@raxion.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/104528: Maintainership and port-update of dns/noip
Message-ID:  <200610181142.k9IBgC5P051374@www.freebsd.org>
Resent-Message-ID: <200610181150.k9IBoH4J098649@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104528
>Category:       ports
>Synopsis:       Maintainership and port-update of dns/noip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 18 11:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Kay Abendroth
>Release:        6.1
>Organization:
>Environment:
FreeBSD susi.redhill.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Tue Oct  3 13:30:56 GMT 2006     root@susi.redhill.net:/usr/obj/usr/src/sys/SUSI  i386
>Description:
I'd like to takeover maintainership of port dns/noip.

A patch to version 2.1.3 is attached.


Kind regards,
Kay
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur noip.orig/Makefile noip/Makefile
--- noip.orig/Makefile	Mon Jun 26 01:57:25 2006
+++ noip/Makefile	Wed Oct 18 10:54:43 2006
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	noip
-PORTVERSION=	2.1.1
-PORTREVISION=	2
+PORTVERSION=	2.1.3
+PORTREVISION=	0
 CATEGORIES=	dns
 MASTER_SITES=	http://www.no-ip.com/client/linux/ \
 		http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
diff -ur noip.orig/distinfo noip/distinfo
--- noip.orig/distinfo	Sun Apr 23 02:02:33 2006
+++ noip/distinfo	Wed Oct 18 10:56:27 2006
@@ -1,3 +1,3 @@
-MD5 (noip-2.1.1.tar.gz) = 8eb89e31dd2c1fbbf91862efe67c99fd
-SHA256 (noip-2.1.1.tar.gz) = 7750b91d1201807a9bce6602209167ad6a1c57d8b6befe4c41a24bdb7d5dcbb0
-SIZE (noip-2.1.1.tar.gz) = 71210
+MD5 (noip-2.1.3.tar.gz) = 550601f1891c8900439e2404b7d27418
+SHA256 (noip-2.1.3.tar.gz) = 1b72ab33cd9b84b19eb08ca7c4358ce192789255e656d105cb8b508f6c5c1395
+SIZE (noip-2.1.3.tar.gz) = 101286
diff -ur noip.orig/files/patch-Makefile noip/files/patch-Makefile
--- noip.orig/files/patch-Makefile	Fri Dec  2 03:01:15 2005
+++ noip/files/patch-Makefile	Wed Oct 18 11:17:09 2006
@@ -1,5 +1,5 @@
---- Makefile.orig	Sat Aug  2 05:56:55 2003
-+++ Makefile	Wed Nov 30 01:35:17 2005
+--- Makefile.orig	Wed Oct 18 11:13:47 2006
++++ Makefile	Wed Oct 18 11:16:45 2006
 @@ -1,13 +1,13 @@
  TGT=noip2
 -CC=gcc
@@ -18,7 +18,7 @@
 +#LIBS=
 +#ARCH=linux
  
- # for BSD systems that have getifaddr(), uncomment the next line
+ # for Mac OS X and BSD systems that have getifaddr(), uncomment the next line
  #ARCH=bsd_with_getifaddrs
 @@ -21,7 +21,7 @@
  # ARCH=sun
diff -ur noip.orig/files/patch-noip2.c noip/files/patch-noip2.c
--- noip.orig/files/patch-noip2.c	Fri Jan 30 08:40:37 2004
+++ noip/files/patch-noip2.c	Wed Oct 18 11:12:42 2006
@@ -1,15 +1,15 @@
---- noip2.c.orig	Fri Jan  9 06:18:39 2004
-+++ noip2.c	Thu Jan 29 12:45:11 2004
-@@ -156,7 +156,7 @@
+--- noip2.c.orig	Fri Feb 24 16:45:23 2006
++++ noip2.c	Wed Oct 18 11:12:03 2006
+@@ -170,7 +170,7 @@
  #define CLIENT_IP_PORT		8245
  
- #define VERSION			"2.1.1"
+ #define VERSION			"2.1.3"
 -#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="
-@@ -264,7 +264,7 @@
+@@ -278,7 +278,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)"
-@@ -466,7 +466,7 @@
+@@ -484,7 +484,7 @@
          fprintf(stderr, "[ -d][ -D pid]");
  #endif                                                                          
  	fprintf(stderr, "[ -i addr][ -S][ -M][ -h]");
@@ -27,8 +27,8 @@
  	fprintf(stderr, "Options: -C               create configuration data\n");
  	fprintf(stderr, "         -F               force NAT off\n");
  	fprintf(stderr, "         -Y               select all hosts/groups\n");
-@@ -1984,17 +1984,12 @@
- 	dq = devs;     // point at name list
+@@ -2040,17 +2040,12 @@
+ 	dq = (unsigned char *)devs;     // point at name list
  	for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
  		if (ifa->ifa_addr->sa_family == AF_LINK) {
 -// FreeBSD doesn't define some of these!

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610181142.k9IBgC5P051374>