Skip to content
Snippets Groups Projects
Commit 75ddb35a authored by Dries Michiels's avatar Dries Michiels Committed by Yasuhiro Kimura
Browse files

net/dhcpcd: Update to 9.4.1

While I'm here, pet portclippy

ChangeLog:	https://roy.marples.name/projects/posts/dhcpcd-9-4-1_released/
PR:		259364
parent cf70dcb7
No related branches found
No related tags found
No related merge requests found
# Created by: Roy Marples <roy@marples.name>
PORTNAME= dhcpcd
PORTVERSION= 9.4.0
PORTREVISION= 1
DISTVERSION= 9.4.1
CATEGORIES= net
MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/ \
https://cflags.cc/roy/dhcpcd/
MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/
MAINTAINER= driesm.michiels@gmail.com
COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client
......@@ -13,16 +11,16 @@ COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFLICTS_INSTALL= dhcpcd-devel
USES= compiler:c11 cpe tar:xz
CPE_VENDOR= dhcpcd_project
USE_RC_SUBR= dhcpcd
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples \
--privsepuser="_dhcp" \
--without-udev
USE_RC_SUBR= dhcpcd
CONFLICTS_INSTALL= dhcpcd-devel
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \
......
TIMESTAMP = 1609632418
SHA256 (dhcpcd-9.4.0.tar.xz) = 41a69297f380bf15ee8f94f73154f8c2bca7157a087c0d5aca8de000ba1d4513
SIZE (dhcpcd-9.4.0.tar.xz) = 256440
TIMESTAMP = 1634928253
SHA256 (dhcpcd-9.4.1.tar.xz) = 819357634efed1ea5cf44ec01b24d3d3f8852fec8b4249925dcc5667c54e376c
SIZE (dhcpcd-9.4.1.tar.xz) = 257092
--- hooks/Makefile.orig 2020-12-28 12:59:20 UTC
+++ hooks/Makefile
@@ -1,4 +1,4 @@
-TOP?= ../
+TOP= ../
include ${TOP}/iconfig.mk
PROG= dhcpcd-run-hooks
--- src/Makefile.orig 2021-09-10 17:26:01 UTC
+++ src/Makefile
@@ -8,7 +8,7 @@ SRCS+= dhcp-common.c script.c
CFLAGS?= -O2
SUBDIRS+= ${MKDIRS}
-TOP?= ..
+TOP= ..
include ${TOP}/iconfig.mk
CSTD?= c99
--- src/dev/Makefile.orig 2020-12-28 12:59:20 UTC
+++ src/dev/Makefile
@@ -1,4 +1,4 @@
-TOP?= ../../
+TOP= ../../
include ${TOP}/Makefile.inc
include ${TOP}/config.mk
--- tests/crypt/Makefile.orig 2020-12-28 12:59:20 UTC
+++ tests/crypt/Makefile
@@ -1,4 +1,4 @@
-TOP?= ../..
+TOP= ../..
include ${TOP}/iconfig.mk
PROG= run-test
--- tests/eloop-bench/Makefile.orig 2020-12-28 12:59:20 UTC
+++ tests/eloop-bench/Makefile
@@ -1,4 +1,4 @@
-TOP?= ../..
+TOP= ../..
include ${TOP}/iconfig.mk
PROG= eloop-bench
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment