Date: Tue, 23 Jun 2015 16:20:06 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390425 - in head/devel: p4 p4api Message-ID: <201506231620.t5NGK6qd016492@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org COMMENT= Perforce API (static libraries and header files) +BROKEN= checksum mismatch + ONLY_FOR_ARCHS= amd64 i386 RESTRICTED= Restricted distribution
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231620.t5NGK6qd016492>