diff options
author | crees <crees@FreeBSD.org> | 2018-09-11 02:17:42 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2018-09-11 02:17:42 +0800 |
commit | 827b5b58c03a6ae2688f1415fe48212fc88162b8 (patch) | |
tree | ad6513c1f7ecaf0f1f3a4607cd656b69b14bb374 /dns | |
parent | 90cd403d0f4f15c40cf23d29c7e5682ec7e5150a (diff) | |
download | freebsd-ports-gnome-827b5b58c03a6ae2688f1415fe48212fc88162b8.tar.gz freebsd-ports-gnome-827b5b58c03a6ae2688f1415fe48212fc88162b8.tar.zst freebsd-ports-gnome-827b5b58c03a6ae2688f1415fe48212fc88162b8.zip |
Update to 2.1
- Mandatory config file
- Use fetch if curl not available
Diffstat (limited to 'dns')
-rw-r--r-- | dns/namesilo_ddns/Makefile | 5 | ||||
-rw-r--r-- | dns/namesilo_ddns/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dns/namesilo_ddns/Makefile b/dns/namesilo_ddns/Makefile index 4a855cd6f90c..73e94af991f4 100644 --- a/dns/namesilo_ddns/Makefile +++ b/dns/namesilo_ddns/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= namesilo_ddns -PORTVERSION= 2.0 +PORTVERSION= 2.1 DISTVERSIONPREFIX=v CATEGORIES= dns net @@ -10,8 +10,7 @@ COMMENT= Updates DNS records with Namesilo for dynamic IP addresses LICENSE= MIT -RUN_DEPENDS= curl:ftp/curl \ - xmllint:textproc/libxml2 +RUN_DEPENDS= xmllint:textproc/libxml2 USE_GITHUB= yes GH_ACCOUNT= crees diff --git a/dns/namesilo_ddns/distinfo b/dns/namesilo_ddns/distinfo index 41c3fcb93d66..f723b64268f1 100644 --- a/dns/namesilo_ddns/distinfo +++ b/dns/namesilo_ddns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533592899 -SHA256 (crees-namesilo_ddns-v2.0_GH0.tar.gz) = c460d272250af293bc7bfe8e665f453b69a9a74317d1c02e62e6f8b6ad25dc2d -SIZE (crees-namesilo_ddns-v2.0_GH0.tar.gz) = 3878 +TIMESTAMP = 1536603101 +SHA256 (crees-namesilo_ddns-v2.1_GH0.tar.gz) = d12604bc934332f4a9fe83f2567eba4bb66c0f0ed95265d00872002e08d6e3b9 +SIZE (crees-namesilo_ddns-v2.1_GH0.tar.gz) = 3833 |