From owner-svn-ports-head@FreeBSD.ORG Thu Dec 20 05:45:57 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 986AD42E; Thu, 20 Dec 2012 05:45:57 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 639958FC0A; Thu, 20 Dec 2012 05:45:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBK5jvAS080876; Thu, 20 Dec 2012 05:45:57 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBK5jvGg080874; Thu, 20 Dec 2012 05:45:57 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201212200545.qBK5jvGg080874@svn.freebsd.org> From: Marcelo Araujo Date: Thu, 20 Dec 2012 05:45:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309287 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 05:45:57 -0000 Author: araujo Date: Thu Dec 20 05:45:56 2012 New Revision: 309287 URL: http://svnweb.freebsd.org/changeset/ports/309287 Log: - Update to 1.5.3. - Add LICENSE. - Trim header. PR: ports/172228 Submitted by: KATO Tsuguru Deleted: head/devel/ocaml-extlib/pkg-plist 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 Thu Dec 20 05:45:04 2012 (r309286) +++ head/devel/ocaml-extlib/Makefile Thu Dec 20 05:45:56 2012 (r309287) @@ -1,41 +1,40 @@ -# Ports collection makefile for: extlib -# Date created: Nov 2, 2004 -# Whom: mukai -# +# Created by: mukai # $FreeBSD$ -# PORTNAME= extlib -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= devel -MASTER_SITES= http://ocaml-extlib.googlecode.com/files/ -MASTER_SITE_SUBDIR= ocaml-lib +MASTER_SITES= GOOGLE_CODE +PROJECTHOST= ${PKGNAMEPREFIX}${PORTNAME} PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= A complete - yet small - standard library for OCaml -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ - ocamlfind:${PORTSDIR}/devel/ocaml-findlib +LICENSE= LGPL21 -USE_GMAKE= yes -USE_DOS2UNIX= yes -ALL_TARGET= all opt +OPTIONS_DEFINE= DOCS -.if !defined(NOPORTDOCS) -ALL_TARGET+= doc -.endif +USE_OCAML= yes +USE_OCAML_FINDLIB=yes +USE_OCAMLFIND_PLIST=yes + +ALL_TARGET= all opt +DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= * -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -post-patch: - @${REINPLACE_CMD} -e '/css/d' ${WRKSRC}/Makefile +.include + +.if ${PORT_OPTIONS:MDOCS} +ALL_TARGET+= doc +PLIST_DIRSTRY= ${OCAML_DOCSDIR:S,^${PREFIX}/,,} +.endif post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DOCSDIR}) .endif .include Modified: head/devel/ocaml-extlib/distinfo ============================================================================== --- head/devel/ocaml-extlib/distinfo Thu Dec 20 05:45:04 2012 (r309286) +++ head/devel/ocaml-extlib/distinfo Thu Dec 20 05:45:56 2012 (r309287) @@ -1,2 +1,2 @@ -SHA256 (extlib-1.5.2.tar.gz) = ca6d69adeba4242ce41c02a23746ba1e464c0bbec66e2d16b02c3c6e85dc10aa -SIZE (extlib-1.5.2.tar.gz) = 70197 +SHA256 (extlib-1.5.3.tar.gz) = c095eef4202a8614ff1474d4c08c50c32d6ca82d1015387785cf03d5913ec021 +SIZE (extlib-1.5.3.tar.gz) = 70897