diff options
-rw-r--r-- | network/ddclient/README | 2 | ||||
-rw-r--r-- | network/ddclient/ddclient.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/network/ddclient/README b/network/ddclient/README index 5cd1662dd3..d99ecf45b5 100644 --- a/network/ddclient/README +++ b/network/ddclient/README @@ -7,5 +7,3 @@ Supported features include: operating as a daemon, manual and automatic updates, static and dynamic updates, optimized updates for multiple addresses, MX, wildcards, abuse avoidance, retrying failed updates, and sending update status to syslog and through e-mail. - -This requires perl-IO-Socket-SSL to run. diff --git a/network/ddclient/ddclient.info b/network/ddclient/ddclient.info index e5b061b39f..3cf8a2f4e2 100644 --- a/network/ddclient/ddclient.info +++ b/network/ddclient/ddclient.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/ddclient/ddclient-3.8.1.tar.bz2" MD5SUM="7fa417bc65f8f0e6ce78418a4f631988" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="abuse perl-IO-Socket-SSL" +REQUIRES="perl-IO-Socket-SSL" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" |