pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ipcheck Update ipcheck to 0.233.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e45c162ef23a
branches:  trunk
changeset: 520135:e45c162ef23a
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Oct 16 08:36:04 2006 +0000

description:
Update ipcheck to 0.233.
Patch provided by Martin Wilke via PR 34427.

pkgsrc change:
DOWNLOADED_DISTFILE is deprecated.

- Changelog

v0.233 updated domains list
v0.232 removed a couple of debugging prints
v0.231 recursivedns.com fix
v0.230 Evan Carey WTG624 patch
v0.229 David Bresson WRT56G patch
v0.228 Gene Cumm patch
v0.227 Added more domains
v0.226 Gene Cumm Barricade fixes and SSL check improvement
v0.225 Touchage = 0 means don't force update
v0.224 Daniel Lauk SMC7004 patch
v0.223 Nachum Kanovsky Alcatel Speedtouch patch
v0.222 New domains ham-radio-op.net and servegame.org
v0.221 Robert Holland Patch for Adtran Netvanta
v0.220 Reinstate SMC Barricade logout patch
v0.219 Linksys RT31P2 patch from Jason Anderson
v0.218 fixed some host variables that were not initialized

diffstat:

 net/ipcheck/Makefile |  9 ++++-----
 net/ipcheck/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 4a36c2bc16c4 -r e45c162ef23a net/ipcheck/Makefile
--- a/net/ipcheck/Makefile      Mon Oct 16 08:32:13 2006 +0000
+++ b/net/ipcheck/Makefile      Mon Oct 16 08:36:04 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:19 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/10/16 08:36:04 obache Exp $
 #
 
-DISTNAME=      ipcheck.217
-PKGNAME=       ipcheck-0.217
-PKGREVISION=   1
+DISTNAME=      ipcheck.233
+PKGNAME=       ipcheck-0.233
 CATEGORIES=    net
 MASTER_SITES=  http://ipcheck.sourceforge.net/releases/
 
@@ -14,7 +13,7 @@
 WRKSRC=                ${WRKDIR}
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 EXTRACT_SUFX=  #none
-EXTRACT_CMD=   ${CP} ${DOWNLOADED_DISTFILE} ipcheck.py
+EXTRACT_CMD=   ${CP} "$${extract_file}" ipcheck.py
 NO_BUILD=      yes
 
 PYTHON_PATCH_SCRIPTS=  ipcheck.py
diff -r 4a36c2bc16c4 -r e45c162ef23a net/ipcheck/distinfo
--- a/net/ipcheck/distinfo      Mon Oct 16 08:32:13 2006 +0000
+++ b/net/ipcheck/distinfo      Mon Oct 16 08:36:04 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:13:50 agc Exp $
+$NetBSD: distinfo,v 1.6 2006/10/16 08:36:04 obache Exp $
 
-SHA1 (ipcheck-0.217/ipcheck.217) = 19f1f32a5fb2571d49d555f7a3ad53627257f2d2
-RMD160 (ipcheck-0.217/ipcheck.217) = 2cbd9785022cd19c8e0f2430e90b94b534cc5f57
-Size (ipcheck-0.217/ipcheck.217) = 165383 bytes
+SHA1 (ipcheck-0.233/ipcheck.233) = 08b87b7e7a9d746ea3d967dd734556b50fb73700
+RMD160 (ipcheck-0.233/ipcheck.233) = 28eccebf28b270ab5226bcb386f8261ffd91873b
+Size (ipcheck-0.233/ipcheck.233) = 173794 bytes



Home | Main Index | Thread Index | Old Index