From owner-svn-ports-all@freebsd.org Mon Aug 20 18:31:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B78C107841C; Mon, 20 Aug 2018 18:31:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 018117AF97; Mon, 20 Aug 2018 18:31:00 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D84D018FC5; Mon, 20 Aug 2018 18:30:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7KIUxun044540; Mon, 20 Aug 2018 18:30:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7KIUxIw044538; Mon, 20 Aug 2018 18:30:59 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808201830.w7KIUxIw044538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 20 Aug 2018 18:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477667 - head/devel/ocaml-extlib X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/ocaml-extlib X-SVN-Commit-Revision: 477667 X-SVN-Commit-Repository: ports 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.27 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: Mon, 20 Aug 2018 18:31:00 -0000 Author: swills Date: Mon Aug 20 18:30:59 2018 New Revision: 477667 URL: https://svnweb.freebsd.org/changeset/ports/477667 Log: devel/ocaml-extlib: Update to 1.7.5 PR: 230763 Submitted by: Nathan Modified: head/devel/ocaml-extlib/Makefile (contents, props changed) head/devel/ocaml-extlib/distinfo (contents, props changed) Modified: head/devel/ocaml-extlib/Makefile ============================================================================== --- head/devel/ocaml-extlib/Makefile Mon Aug 20 18:28:45 2018 (r477666) +++ head/devel/ocaml-extlib/Makefile Mon Aug 20 18:30:59 2018 (r477667) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= extlib -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.5 CATEGORIES= devel PKGNAMEPREFIX= ocaml- @@ -12,10 +12,13 @@ COMMENT= Complete - yet small - standard library for O LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/../LICENSE +BROKEN_mips= Depends on Ocaml(not available for mips) + BUILD_DEPENDS= cppo:devel/ocaml-cppo WRKSRC_SUBDIR= src +USES= gmake USE_GITHUB= yes GH_ACCOUNT= ygrek GH_PROJECT= ocaml-extlib @@ -25,13 +28,10 @@ USE_OCAML_CAMLP4=yes USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes -USES= gmake MAKE_ARGS= VERSION="${PORTVERSION}" ALL_TARGET= all opt doc -MAKE_JOBS_UNSAFE= yes DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} - PORTDOCS= * OPTIONS_DEFINE= DOCS Modified: head/devel/ocaml-extlib/distinfo ============================================================================== --- head/devel/ocaml-extlib/distinfo Mon Aug 20 18:28:45 2018 (r477666) +++ head/devel/ocaml-extlib/distinfo Mon Aug 20 18:30:59 2018 (r477667) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478941166 -SHA256 (ygrek-ocaml-extlib-1.7.1_GH0.tar.gz) = 872a492be08bb99ddac7512ec190625718359458b79cfc710f40d5a967f628eb -SIZE (ygrek-ocaml-extlib-1.7.1_GH0.tar.gz) = 85397 +TIMESTAMP = 1534731133 +SHA256 (ygrek-ocaml-extlib-1.7.5_GH0.tar.gz) = 28e36367a65b1a5886d09f6d535e73b4aa88076778594c62df653a2b1536e62d +SIZE (ygrek-ocaml-extlib-1.7.5_GH0.tar.gz) = 87781