svn commit: r429517 - head/net/dhcpcd

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 26 13:55:58 UTC 2016


Author: amdmi3
Date: Mon Dec 26 13:55:57 2016
New Revision: 429517
URL: https://svnweb.freebsd.org/changeset/ports/429517

Log:
  - Update to 6.11.5
  - Add ftp mirror
  - Cosmetic fixes
  
  PR:		215314
  Submitted by:	takefu at airport.fm
  Approved by:	roy at marples.name (maintainer)

Modified:
  head/net/dhcpcd/Makefile
  head/net/dhcpcd/distinfo

Modified: head/net/dhcpcd/Makefile
==============================================================================
--- head/net/dhcpcd/Makefile	Mon Dec 26 13:44:02 2016	(r429516)
+++ head/net/dhcpcd/Makefile	Mon Dec 26 13:55:57 2016	(r429517)
@@ -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>

Modified: head/net/dhcpcd/distinfo
==============================================================================
--- head/net/dhcpcd/distinfo	Mon Dec 26 13:44:02 2016	(r429516)
+++ head/net/dhcpcd/distinfo	Mon Dec 26 13:55:57 2016	(r429517)
@@ -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


More information about the svn-ports-head mailing list