mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 6.11.5
- Add ftp mirror - Cosmetic fixes PR: 215314 Submitted by: takefu@airport.fm Approved by: roy@marples.name (maintainer)
This commit is contained in:
parent
8f150eba43
commit
32220e7117
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429517
2 changed files with 7 additions and 5 deletions
|
@ -2,9 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dhcpcd
|
||||
PORTVERSION= 6.11.0
|
||||
PORTVERSION= 6.11.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \
|
||||
ftp://roy.marples.name/pub/dhcpcd/\
|
||||
http://roy.aydogan.net/dhcpcd/ \
|
||||
http://cflags.cc/roy/dhcpcd/ \
|
||||
LOCAL/delphij
|
||||
|
@ -17,12 +18,12 @@ LICENSE= BSD2CLAUSE
|
|||
USES= cpe tar:xz
|
||||
CPE_VENDOR= dhcpcd_project
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/examples
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples
|
||||
USE_RC_SUBR= dhcpcd
|
||||
|
||||
post-install:
|
||||
${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \
|
||||
${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (dhcpcd-6.11.0.tar.xz) = 31c2cd327657f11c427fe5044f74c5b942e70450fa43ceabf4b25f3fd4999959
|
||||
SIZE (dhcpcd-6.11.0.tar.xz) = 187580
|
||||
TIMESTAMP = 1481766500
|
||||
SHA256 (dhcpcd-6.11.5.tar.xz) = 6f9674dc7e27e936cc787175404a6171618675ecfb6903ab9887b1b66a87d69e
|
||||
SIZE (dhcpcd-6.11.5.tar.xz) = 198080
|
||||
|
|
Loading…
Add table
Reference in a new issue