svn commit: r390425 - in head/devel: p4 p4api

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 23 16:20:07 UTC 2015


Author: amdmi3
Date: Tue Jun 23 16:20:06 2015
New Revision: 390425
URL: https://svnweb.freebsd.org/changeset/ports/390425

Log:
  - Mark BROKEN: checksum mismatch
  
  => Attempting to fetch ftp://ftp.perforce.com/perforce/r14.2/bin.freebsd100x86_64/p4
  fetch: ftp://ftp.perforce.com/perforce/r14.2/bin.freebsd100x86_64/p4: size mismatch: expected 2732720, actual 2755088
  => Attempting to fetch http://filehost.perforce.com/perforce/r14.2/bin.freebsd100x86_64/p4
  fetch: http://filehost.perforce.com/perforce/r14.2/bin.freebsd100x86_64/p4: size mismatch: expected 2732720, actual 2755088
  
  Approved by:	portmgr blanket
  Reported by:	pkg-fallout

Modified:
  head/devel/p4/Makefile
  head/devel/p4api/Makefile

Modified: head/devel/p4/Makefile
==============================================================================
--- head/devel/p4/Makefile	Tue Jun 23 16:16:19 2015	(r390424)
+++ head/devel/p4/Makefile	Tue Jun 23 16:20:06 2015	(r390425)
@@ -13,6 +13,8 @@ EXTRACT_ONLY=	# none
 MAINTAINER=	gordon at FreeBSD.org
 COMMENT=	Perforce client
 
+BROKEN=		checksum mismatch
+
 ONLY_FOR_ARCHS=	amd64 i386
 
 P4VERSION=	r${PORTVERSION:S/^20//:C/\.[0-9]+$//}

Modified: head/devel/p4api/Makefile
==============================================================================
--- head/devel/p4api/Makefile	Tue Jun 23 16:16:19 2015	(r390424)
+++ head/devel/p4api/Makefile	Tue Jun 23 16:20:06 2015	(r390425)
@@ -15,6 +15,8 @@ EXTRACT_ONLY=	${TAR_FILES}
 MAINTAINER=	gordon at FreeBSD.org
 COMMENT=	Perforce API (static libraries and header files)
 
+BROKEN=		checksum mismatch
+
 ONLY_FOR_ARCHS=	amd64 i386
 
 RESTRICTED=	Restricted distribution


More information about the svn-ports-head mailing list