svn commit: r479441 - head/dns/namesilo_ddns

Chris Rees crees at FreeBSD.org
Mon Sep 10 18:17:43 UTC 2018


Author: crees
Date: Mon Sep 10 18:17:42 2018
New Revision: 479441
URL: https://svnweb.freebsd.org/changeset/ports/479441

Log:
  Update to 2.1
  
  - Mandatory config file
  - Use fetch if curl not available

Modified:
  head/dns/namesilo_ddns/Makefile
  head/dns/namesilo_ddns/distinfo

Modified: head/dns/namesilo_ddns/Makefile
==============================================================================
--- head/dns/namesilo_ddns/Makefile	Mon Sep 10 16:51:53 2018	(r479440)
+++ head/dns/namesilo_ddns/Makefile	Mon Sep 10 18:17:42 2018	(r479441)
@@ -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
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	curl:ftp/curl			\
-		xmllint:textproc/libxml2
+RUN_DEPENDS=	xmllint:textproc/libxml2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	crees

Modified: head/dns/namesilo_ddns/distinfo
==============================================================================
--- head/dns/namesilo_ddns/distinfo	Mon Sep 10 16:51:53 2018	(r479440)
+++ head/dns/namesilo_ddns/distinfo	Mon Sep 10 18:17:42 2018	(r479441)
@@ -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


More information about the svn-ports-head mailing list