Index: head/dns/ipcheck/Makefile =================================================================== --- head/dns/ipcheck/Makefile (revision 51032) +++ head/dns/ipcheck/Makefile (revision 51033) @@ -1,30 +1,31 @@ # New ports collection makefile for: ipcheck # Date created: 24 Mar 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # 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= MAINTAINER= lioux@FreeBSD.org USE_PYTHON= yes NO_WRKSUBDIR= yes NO_BUILD= yes do-patch: @${SED} -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \ -e "s!ppp0!tun0!" \ ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME} do-install: @${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}.py .include Property changes on: head/dns/ipcheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/dns/ipcheck/distinfo =================================================================== --- head/dns/ipcheck/distinfo (revision 51032) +++ head/dns/ipcheck/distinfo (revision 51033) @@ -1 +1 @@ -MD5 (ipcheck.v116) = e1dbe264ae57116d1fb94c996f900786 +MD5 (ipcheck.142) = 51354c09ec22247d3402cd9b95d87fca Property changes on: head/dns/ipcheck/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/dns/ipcheck/pkg-descr =================================================================== --- head/dns/ipcheck/pkg-descr (revision 51032) +++ head/dns/ipcheck/pkg-descr (revision 51033) @@ -1,22 +1,24 @@ [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. Root access is not required and no configuration files are needed. Just specify your username, password and hostname(s) on the command line (or cron entry). You can specify the interface (default tun0) to search for your ip address on or use web based IP detection. There is also direct support for determining the IP address on the following devices: Linksys (-L), Netgear (-N), Draytek (-D), Netopia (-O), HawkingTech (-H), Cisco 667i (-C), Cisco 700 series (-I), ZyXEL Prestige (-Z), SMC Barricade (-S) WWW: http://ipcheck.sourceforge.net/ Property changes on: head/dns/ipcheck/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/ipcheck/Makefile =================================================================== --- head/net/ipcheck/Makefile (revision 51032) +++ head/net/ipcheck/Makefile (revision 51033) @@ -1,30 +1,31 @@ # New ports collection makefile for: ipcheck # Date created: 24 Mar 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # 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= MAINTAINER= lioux@FreeBSD.org USE_PYTHON= yes NO_WRKSUBDIR= yes NO_BUILD= yes do-patch: @${SED} -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \ -e "s!ppp0!tun0!" \ ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME} do-install: @${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}.py .include Property changes on: head/net/ipcheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net/ipcheck/distinfo =================================================================== --- head/net/ipcheck/distinfo (revision 51032) +++ head/net/ipcheck/distinfo (revision 51033) @@ -1 +1 @@ -MD5 (ipcheck.v116) = e1dbe264ae57116d1fb94c996f900786 +MD5 (ipcheck.142) = 51354c09ec22247d3402cd9b95d87fca Property changes on: head/net/ipcheck/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/ipcheck/pkg-descr =================================================================== --- head/net/ipcheck/pkg-descr (revision 51032) +++ head/net/ipcheck/pkg-descr (revision 51033) @@ -1,22 +1,24 @@ [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. Root access is not required and no configuration files are needed. Just specify your username, password and hostname(s) on the command line (or cron entry). You can specify the interface (default tun0) to search for your ip address on or use web based IP detection. There is also direct support for determining the IP address on the following devices: Linksys (-L), Netgear (-N), Draytek (-D), Netopia (-O), HawkingTech (-H), Cisco 667i (-C), Cisco 700 series (-I), ZyXEL Prestige (-Z), SMC Barricade (-S) WWW: http://ipcheck.sourceforge.net/ Property changes on: head/net/ipcheck/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property