diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-04 21:37:15 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-04 21:37:15 +0000 |
commit | 9f618d6c168b5ae57fd911403739f71d93eb284b (patch) | |
tree | 2bab81fbee8b81a72f8eddf0f7f4e9c98f1ed8a2 | |
parent | Fix LC_NUMERIC locale bug. (diff) |
o Update to latest version 0.142
o Bump PORTEPOCH since latest version number is smaller than previous
(1.16)
Notes
Notes:
svn path=/head/; revision=51033
-rw-r--r-- | dns/ipcheck/Makefile | 5 | ||||
-rw-r--r-- | dns/ipcheck/distinfo | 2 | ||||
-rw-r--r-- | dns/ipcheck/pkg-descr | 4 | ||||
-rw-r--r-- | net/ipcheck/Makefile | 5 | ||||
-rw-r--r-- | net/ipcheck/distinfo | 2 | ||||
-rw-r--r-- | net/ipcheck/pkg-descr | 4 |
6 files changed, 14 insertions, 8 deletions
diff --git a/dns/ipcheck/Makefile b/dns/ipcheck/Makefile index 13c2696cdeae..0872b9d7e1af 100644 --- a/dns/ipcheck/Makefile +++ b/dns/ipcheck/Makefile @@ -6,10 +6,11 @@ # PORTNAME= ipcheck -PORTVERSION= 1.16 +PORTVERSION= 0.142 +PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://ipcheck.sourceforge.net/releases/ -DISTNAME= ${PORTNAME}.v${PORTVERSION:S/.//} +DISTNAME= ${PORTNAME}.${PORTVERSION:S/^0.//} EXTRACT_SUFX= EXTRACT_ONLY= diff --git a/dns/ipcheck/distinfo b/dns/ipcheck/distinfo index 0dde2eb70c9b..28a36282d5f5 100644 --- a/dns/ipcheck/distinfo +++ b/dns/ipcheck/distinfo @@ -1 +1 @@ -MD5 (ipcheck.v116) = e1dbe264ae57116d1fb94c996f900786 +MD5 (ipcheck.142) = 51354c09ec22247d3402cd9b95d87fca diff --git a/dns/ipcheck/pkg-descr b/dns/ipcheck/pkg-descr index c0b6001e7c6f..2359c045e0fd 100644 --- a/dns/ipcheck/pkg-descr +++ b/dns/ipcheck/pkg-descr @@ -1,7 +1,9 @@ [from web site] This is a simple Python script to register your dynamic IP address using the NIC V2.0 protocol. We aim to be fully compliant with the -dyndns client specification. +dyndns client specification. Starting with version 0.141, we use +https by default and will fall back to plain http if a timeout +occurs. We currently support all options and latest recommendations by Dyndns. Ipcheck is easy to install and very easy to use. diff --git a/net/ipcheck/Makefile b/net/ipcheck/Makefile index 13c2696cdeae..0872b9d7e1af 100644 --- a/net/ipcheck/Makefile +++ b/net/ipcheck/Makefile @@ -6,10 +6,11 @@ # PORTNAME= ipcheck -PORTVERSION= 1.16 +PORTVERSION= 0.142 +PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://ipcheck.sourceforge.net/releases/ -DISTNAME= ${PORTNAME}.v${PORTVERSION:S/.//} +DISTNAME= ${PORTNAME}.${PORTVERSION:S/^0.//} EXTRACT_SUFX= EXTRACT_ONLY= diff --git a/net/ipcheck/distinfo b/net/ipcheck/distinfo index 0dde2eb70c9b..28a36282d5f5 100644 --- a/net/ipcheck/distinfo +++ b/net/ipcheck/distinfo @@ -1 +1 @@ -MD5 (ipcheck.v116) = e1dbe264ae57116d1fb94c996f900786 +MD5 (ipcheck.142) = 51354c09ec22247d3402cd9b95d87fca diff --git a/net/ipcheck/pkg-descr b/net/ipcheck/pkg-descr index c0b6001e7c6f..2359c045e0fd 100644 --- a/net/ipcheck/pkg-descr +++ b/net/ipcheck/pkg-descr @@ -1,7 +1,9 @@ [from web site] This is a simple Python script to register your dynamic IP address using the NIC V2.0 protocol. We aim to be fully compliant with the -dyndns client specification. +dyndns client specification. Starting with version 0.141, we use +https by default and will fall back to plain http if a timeout +occurs. We currently support all options and latest recommendations by Dyndns. Ipcheck is easy to install and very easy to use. |