mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net/dhcpcd: Use upstream release archive
* Switch to upstream release archive Reference: https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github PR: 284507 Approved by: portmgr (maintainer timeout, 2+ weeks)
This commit is contained in:
parent
f37d83fda2
commit
35de7f2e41
2 changed files with 5 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= dhcpcd
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 10.2.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://github.com/NetworkConfiguration/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= driesm@FreeBSD.org
|
||||
COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client
|
||||
|
@ -10,10 +10,8 @@ WWW= https://roy.marples.name/projects/dhcpcd
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= compiler:c11 cpe
|
||||
USES= compiler:c11 cpe tar:xz
|
||||
CPE_VENDOR= dhcpcd_project
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= NetworkConfiguration
|
||||
USE_RC_SUBR= dhcpcd
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1739447874
|
||||
SHA256 (NetworkConfiguration-dhcpcd-v10.2.0_GH0.tar.gz) = 16808706a866e17b90966db822e82968bc55e264fc2fd7834c400d351ef9bf2c
|
||||
SIZE (NetworkConfiguration-dhcpcd-v10.2.0_GH0.tar.gz) = 371302
|
||||
TIMESTAMP = 1739628276
|
||||
SHA256 (dhcpcd-10.2.0.tar.xz) = 7916fed1560835b5b9d70d27604c3858e501c5a177eef027f96eb7ab0f711399
|
||||
SIZE (dhcpcd-10.2.0.tar.xz) = 274896
|
||||
|
|
Loading…
Add table
Reference in a new issue