update to 2.1.9

This commit is contained in:
wilfried 2008-11-23 09:36:30 +00:00
parent ae388464a0
commit 5bd954e2a0
3 changed files with 12 additions and 12 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.14 2008/11/21 07:41:47 wilfried Exp $
# $OpenBSD: Makefile,v 1.15 2008/11/23 09:36:30 wilfried Exp $
COMMENT= No-IP.com Dynamic DNS client
V= 2.1.8
V= 2.1.9
DISTNAME= noip-${V}
PKGNAME= no-ip-${V}p0
PKGNAME= no-ip-${V}
CATEGORIES= net
HOMEPAGE= http://www.no-ip.com/

View File

@ -1,5 +1,5 @@
MD5 (noip-2.1.8.tar.gz) = FkxHjksq6JNI7nyWbkCYJw==
RMD160 (noip-2.1.8.tar.gz) = G7kSPJ2g2vPQpB1rPTHFskP42eQ=
SHA1 (noip-2.1.8.tar.gz) = bPPVlZVJNAxRPyWP1vCqS3Sr4UU=
SHA256 (noip-2.1.8.tar.gz) = yLIt24kgkEun3Xl6//4Pbq6Zso6xg4Xr+ncUltl6nd8=
SIZE (noip-2.1.8.tar.gz) = 89399
MD5 (noip-2.1.9.tar.gz) = 7tjp757ft93Dbhh96Gf+ZA==
RMD160 (noip-2.1.9.tar.gz) = UD8aalLBx1PIfzW5+WFvXwPy26s=
SHA1 (noip-2.1.9.tar.gz) = u67ipPfeolER9RBLajSUgEhA1qw=
SHA256 (noip-2.1.9.tar.gz) = hq0KY2ImOjP1mmWNGxzkKOJVVW3a0NBiqg7kt/QS+Yo=
SIZE (noip-2.1.9.tar.gz) = 152995

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-noip2_c,v 1.6 2008/11/20 07:49:51 wilfried Exp $
--- noip2.c.orig Fri Nov 14 04:11:44 2008
+++ noip2.c Thu Nov 20 08:39:55 2008
$OpenBSD: patch-noip2_c,v 1.7 2008/11/23 09:36:30 wilfried Exp $
--- noip2.c.orig Fri Nov 21 23:19:54 2008
+++ noip2.c Sun Nov 23 10:33:56 2008
@@ -232,11 +232,8 @@
#define NODNSGROUP "@@NO_GROUP@@"
#define HOST 1
#define GROUP 2
#define DOMAIN 3
-#ifndef PREFIX
- #define PREFIX "/usr/local"
-#endif