diff options
author | se <se@FreeBSD.org> | 2003-09-21 20:08:57 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 2003-09-21 20:08:57 +0000 |
commit | 9d5e15a69a951040e873ce1c26551f02739f21f2 (patch) | |
tree | 55025c51ca2a3a695b597096efba855a0b8eaad4 | |
parent | 5d5346656abb620f1e78067746a2762c37d6065a (diff) | |
download | FreeBSD-ports-9d5e15a69a951040e873ce1c26551f02739f21f2.zip FreeBSD-ports-9d5e15a69a951040e873ce1c26551f02739f21f2.tar.gz |
Fix MASTER_SITES and name of web-site.
Approved by: portmgr
-rw-r--r-- | dns/ez-ipupdate/Makefile | 3 | ||||
-rw-r--r-- | dns/ez-ipupdate/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dns/ez-ipupdate/Makefile b/dns/ez-ipupdate/Makefile index 50df1fd..1f8212c 100644 --- a/dns/ez-ipupdate/Makefile +++ b/dns/ez-ipupdate/Makefile @@ -8,7 +8,8 @@ PORTNAME= ez-ipupdate PORTVERSION= 3.0.11b7 CATEGORIES= dns -MASTER_SITES= http://gusnet.cx/proj/ez-ipupdate/dist/ +MASTER_SITES= http://www.ez-ipupdate.com/dist/ \ + http://www.gusnet.cx:8080/proj/ez-ipupdate/dist/ MAINTAINER= se@FreeBSD.org COMMENT= Update your host name on any dynamic DNS service diff --git a/dns/ez-ipupdate/pkg-descr b/dns/ez-ipupdate/pkg-descr index 432067e..6054f9d 100644 --- a/dns/ez-ipupdate/pkg-descr +++ b/dns/ez-ipupdate/pkg-descr @@ -20,4 +20,4 @@ The key features are: support for multiple service types, daemon mode that monitors your IP address and only sends updates when your IP address changes. -WWW: http://gusnet.cx/proj/ez-ipupdate/ +WWW: http://www.ez-ipupdate.com/ |