diff options
-rw-r--r-- | net/ez-ipupdate/Makefile | 3 | ||||
-rw-r--r-- | net/ez-ipupdate/distinfo | 4 | ||||
-rw-r--r-- | net/ez-ipupdate/patches/patch-aa | 15 |
3 files changed, 16 insertions, 6 deletions
diff --git a/net/ez-ipupdate/Makefile b/net/ez-ipupdate/Makefile index ad2c7a55268..83034c0ac4e 100644 --- a/net/ez-ipupdate/Makefile +++ b/net/ez-ipupdate/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/01/04 12:18:27 ghen Exp $ +# $NetBSD: Makefile,v 1.5 2008/09/07 12:01:16 ghen Exp $ DISTNAME= ez-ipupdate-3.0.11b7 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.ez-ipupdate.com/dist/ diff --git a/net/ez-ipupdate/distinfo b/net/ez-ipupdate/distinfo index 436e78f3419..02aef6b3e55 100644 --- a/net/ez-ipupdate/distinfo +++ b/net/ez-ipupdate/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/12/28 15:50:35 ghen Exp $ +$NetBSD: distinfo,v 1.2 2008/09/07 12:01:16 ghen Exp $ SHA1 (ez-ipupdate-3.0.11b7.tar.gz) = a2754a5e1ff4b252ee7e3878f5c89d4a9bf7a084 RMD160 (ez-ipupdate-3.0.11b7.tar.gz) = fdb0c0cec776690cd57b12d18d3733a1b61ad72a Size (ez-ipupdate-3.0.11b7.tar.gz) = 82481 bytes -SHA1 (patch-aa) = df2eeb9d987910826fe09943c632be5451f1eb20 +SHA1 (patch-aa) = 4eba2e43f9dcd2da1f927a5cc09048d7025ad8a4 SHA1 (patch-ab) = e98e7d4af30866f86382da03fd5e70e5f0f16362 SHA1 (patch-ac) = 41ff359e7c5dd8fcee4ee13c998acd7f962b5239 SHA1 (patch-ad) = e58f8582f45bc179f52e6811b3153fcba90fad22 diff --git a/net/ez-ipupdate/patches/patch-aa b/net/ez-ipupdate/patches/patch-aa index d4bade7bbeb..e62747924fb 100644 --- a/net/ez-ipupdate/patches/patch-aa +++ b/net/ez-ipupdate/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/12/28 15:50:35 ghen Exp $ +$NetBSD: patch-aa,v 1.2 2008/09/07 12:01:16 ghen Exp $ ---- ez-ipupdate.c.orig +--- ez-ipupdate.c.orig 2002-03-12 00:31:47.000000000 +0100 +++ ez-ipupdate.c -@@ -798,7 +798,7 @@ +@@ -165,7 +165,7 @@ + #endif + + +-#if __linux__ || __SVR4 || __OpenBSD__ || __FreeBSD__ || __NetBSD__ ++#if __linux__ || __SVR4 || __OpenBSD__ || __FreeBSD__ || __NetBSD__ || __DragonFly__ + # define IF_LOOKUP 1 + # include <sys/ioctl.h> + # include <net/if.h> +@@ -798,7 +798,7 @@ void show_message(char *fmt, ...) sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt); #endif |