Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2023 17:20:15 GMT
From:      Dries Michiels <driesm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d47137304fa5 - main - net/dhcpcd: update to 9.5.0
Message-ID:  <202304121720.33CHKFtv074039@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by driesm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d47137304fa5d4f2c81d6ac6edb420538e3457ba

commit d47137304fa5d4f2c81d6ac6edb420538e3457ba
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2023-04-11 17:52:03 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2023-04-12 17:18:26 +0000

    net/dhcpcd: update to 9.5.0
    
    Switch to GITHUB, no longer hosted on previous website going forward
    
    Changes:        https://github.com/NetworkConfiguration/dhcpcd/releases/tag/dhcpcd-9.5.0
---
 net/dhcpcd/Makefile | 9 +++++----
 net/dhcpcd/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile
index 42a40f5559ed..135ae9c094d5 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	dhcpcd
-DISTVERSION=	9.4.1
-PORTREVISION=	2
+DISTVERSIONPREFIX=	${PORTNAME}-
+DISTVERSION=	9.5.0
 CATEGORIES=	net
-MASTER_SITES=	https://roy.marples.name/downloads/dhcpcd/
 
 MAINTAINER=	driesm@FreeBSD.org
 COMMENT=	DHCP/IPv4LL/IPv6RS/DHCPv6 client
@@ -11,8 +10,10 @@ WWW=		https://roy.marples.name/projects/dhcpcd
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c11 cpe tar:xz
+USES=		compiler:c11 cpe
 CPE_VENDOR=	dhcpcd_project
+USE_GITHUB=	yes
+GH_ACCOUNT=	NetworkConfiguration
 USE_RC_SUBR=	dhcpcd
 
 HAS_CONFIGURE=	yes
diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo
index d35b52df9df3..1dd239ea9881 100644
--- a/net/dhcpcd/distinfo
+++ b/net/dhcpcd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634928253
-SHA256 (dhcpcd-9.4.1.tar.xz) = 819357634efed1ea5cf44ec01b24d3d3f8852fec8b4249925dcc5667c54e376c
-SIZE (dhcpcd-9.4.1.tar.xz) = 257092
+TIMESTAMP = 1681235477
+SHA256 (NetworkConfiguration-dhcpcd-dhcpcd-9.5.0_GH0.tar.gz) = bb8ebda4b250ca8c2faa910205f5ffac66ae83a786b59f5cedbfe7624ad04bc2
+SIZE (NetworkConfiguration-dhcpcd-dhcpcd-9.5.0_GH0.tar.gz) = 348645



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304121720.33CHKFtv074039>