From owner-svn-ports-all@FreeBSD.ORG Sat May 17 16:40:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E53C3CE4; Sat, 17 May 2014 16:40:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D2DE72306; Sat, 17 May 2014 16:40:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HGeJQe026480; Sat, 17 May 2014 16:40:19 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HGeJgu026478; Sat, 17 May 2014 16:40:19 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405171640.s4HGeJgu026478@svn.freebsd.org> From: Martin Wilke Date: Sat, 17 May 2014 16:40:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354337 - head/devel/ocaml-extlib X-SVN-Group: ports-head 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.18 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: Sat, 17 May 2014 16:40:20 -0000 Author: miwi Date: Sat May 17 16:40:19 2014 New Revision: 354337 URL: http://svnweb.freebsd.org/changeset/ports/354337 QAT: https://qat.redports.org/buildarchive/r354337/ Log: - Update to version 1.6.1 PR: 188363 Submitted by: Ports Fury Modified: head/devel/ocaml-extlib/Makefile head/devel/ocaml-extlib/distinfo Modified: head/devel/ocaml-extlib/Makefile ============================================================================== --- head/devel/ocaml-extlib/Makefile Sat May 17 16:39:33 2014 (r354336) +++ head/devel/ocaml-extlib/Makefile Sat May 17 16:40:19 2014 (r354337) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= extlib -PORTVERSION= 1.5.4 +PORTVERSION= 1.6.1 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE PROJECTHOST= ${PKGNAMEPREFIX}${PORTNAME} @@ -19,24 +19,18 @@ USE_OCAML= yes USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes -ALL_TARGET= all opt +USES= gmake +ALL_TARGET= all opt doc +MAKE_JOBS_UNSAFE= yes DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= * -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MDOCS} -ALL_TARGET+= doc -PLIST_DIRSTRY= ${OCAML_DOCSDIR:S,^${PREFIX}/,,} -.endif +OPTIONS_DEFINE= DOCS post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DOCSDIR}) -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}) .include Modified: head/devel/ocaml-extlib/distinfo ============================================================================== --- head/devel/ocaml-extlib/distinfo Sat May 17 16:39:33 2014 (r354336) +++ head/devel/ocaml-extlib/distinfo Sat May 17 16:40:19 2014 (r354337) @@ -1,2 +1,2 @@ -SHA256 (extlib-1.5.4.tar.gz) = df142ba5a04ccbd4b239a124bd0f634989781b4da63e517c05a036fd419cd9cd -SIZE (extlib-1.5.4.tar.gz) = 71003 +SHA256 (extlib-1.6.1.tar.gz) = 88d4b3638cb4da4e04d81ba157e7235e744373c5784cf4b906570d07b890aeca +SIZE (extlib-1.6.1.tar.gz) = 72780