From owner-svn-ports-all@freebsd.org Thu Oct 20 20:59:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B1CCC1BDE2; Thu, 20 Oct 2016 20:59:09 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E1CCDA6; Thu, 20 Oct 2016 20:59:09 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KKx8Tq091250; Thu, 20 Oct 2016 20:59:08 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KKx7Bw091244; Thu, 20 Oct 2016 20:59:07 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201610202059.u9KKx7Bw091244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Thu, 20 Oct 2016 20:59:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424361 - in branches/2016Q4/devel: p4 p4api X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 20:59:09 -0000 Author: gordon Date: Thu Oct 20 20:59:07 2016 New Revision: 424361 URL: https://svnweb.freebsd.org/changeset/ports/424361 Log: MFH: r424342 Update devel ports for p4, p4d, and p4api for micropatching. Approved by: ports-secteam (feld) Modified: branches/2016Q4/devel/p4/Makefile branches/2016Q4/devel/p4/distinfo.freebsd100x86 branches/2016Q4/devel/p4/distinfo.freebsd100x86_64 branches/2016Q4/devel/p4api/Makefile branches/2016Q4/devel/p4api/distinfo.freebsd100x86 branches/2016Q4/devel/p4api/distinfo.freebsd100x86_64 Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/p4/Makefile ============================================================================== --- branches/2016Q4/devel/p4/Makefile Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4/Makefile Thu Oct 20 20:59:07 2016 (r424361) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4 -PORTVERSION= 2016.1.1443785 +PORTVERSION= 2016.1.1454320 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: branches/2016Q4/devel/p4/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q4/devel/p4/distinfo.freebsd100x86 Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4/distinfo.freebsd100x86 Thu Oct 20 20:59:07 2016 (r424361) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475549967 -SHA256 (perforce/2016.1.1443785/bin.freebsd100x86/p4) = c9f682e2648fbd6cfe46c7211d2655aec63bf86812268e52a7fced0d4b449283 -SIZE (perforce/2016.1.1443785/bin.freebsd100x86/p4) = 3074696 +TIMESTAMP = 1476983673 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4) = 6a24c050c03a466e1f76c117902a60e1d924f6c2a94f369f759a91bc73510565 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4) = 3074744 Modified: branches/2016Q4/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q4/devel/p4/distinfo.freebsd100x86_64 Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4/distinfo.freebsd100x86_64 Thu Oct 20 20:59:07 2016 (r424361) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475549963 -SHA256 (perforce/2016.1.1443785/bin.freebsd100x86_64/p4) = 164649505cd6170b8f8d194fd89d6ea0e401ebaccfe85d281723948269084cf8 -SIZE (perforce/2016.1.1443785/bin.freebsd100x86_64/p4) = 3335336 +TIMESTAMP = 1476983669 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4) = 703491738c6d1f5742ef5f7eebaf7ba8e70f5268b4763603a5e466573415367f +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4) = 3335480 Modified: branches/2016Q4/devel/p4api/Makefile ============================================================================== --- branches/2016Q4/devel/p4api/Makefile Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4api/Makefile Thu Oct 20 20:59:07 2016 (r424361) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= p4api -PORTVERSION= 2016.1.1446835 +PORTVERSION= 2016.1.1454320 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \ ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf Modified: branches/2016Q4/devel/p4api/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q4/devel/p4api/distinfo.freebsd100x86 Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4api/distinfo.freebsd100x86 Thu Oct 20 20:59:07 2016 (r424361) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475552735 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86/p4api.tgz) = a559a3e41336f6fd098d9e4fa34f793ab0117228d6bff5ecac9e5cfed1accce2 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86/p4api.tgz) = 3902019 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86/p4api.pdf) = 1908708 +TIMESTAMP = 1476983722 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4api.tgz) = d2a1a72612a313b275d1c9645d57c460d9d7a924c3305a8769293d7bdf6aac50 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4api.tgz) = 3902149 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86/p4api.pdf) = 1908708 Modified: branches/2016Q4/devel/p4api/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q4/devel/p4api/distinfo.freebsd100x86_64 Thu Oct 20 20:57:59 2016 (r424360) +++ branches/2016Q4/devel/p4api/distinfo.freebsd100x86_64 Thu Oct 20 20:59:07 2016 (r424361) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475552728 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.tgz) = 2ef9b63f52254260cd46e3ebed5cae65bc348e1e32b88f4ec4b0b62b26c36217 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.tgz) = 4167981 -SHA256 (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1446835/bin.freebsd100x86_64/p4api.pdf) = 1908708 +TIMESTAMP = 1476983715 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.tgz) = 46ce4c147dfdb87d32491596724c7543465367fbbc0cb2606c7c123544eb49c5 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.tgz) = 4168075 +SHA256 (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1454320/bin.freebsd100x86_64/p4api.pdf) = 1908708