svn commit: r318599 - head/devel/ocaml-extlib
Martin Wilke
miwi at FreeBSD.org
Mon May 20 13:57:12 UTC 2013
Author: miwi
Date: Mon May 20 13:57:11 2013
New Revision: 318599
URL: http://svnweb.freebsd.org/changeset/ports/318599
Log:
- Update to 1.5.4
PR: 178596
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 Mon May 20 13:52:56 2013 (r318598)
+++ head/devel/ocaml-extlib/Makefile Mon May 20 13:57:11 2013 (r318599)
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= extlib
-PORTVERSION= 1.5.3
+PORTVERSION= 1.5.4
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= ${PKGNAMEPREFIX}${PORTNAME}
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports at FreeBSD.org
-COMMENT= A complete - yet small - standard library for OCaml
+COMMENT= Complete - yet small - standard library for OCaml
LICENSE= LGPL21
@@ -22,12 +22,13 @@ USE_OCAMLFIND_PLIST=yes
ALL_TARGET= all opt
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
+
PORTDOCS= *
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
-ALL_TARGET+= doc
+ALL_TARGET+= doc
PLIST_DIRSTRY= ${OCAML_DOCSDIR:S,^${PREFIX}/,,}
.endif
Modified: head/devel/ocaml-extlib/distinfo
==============================================================================
--- head/devel/ocaml-extlib/distinfo Mon May 20 13:52:56 2013 (r318598)
+++ head/devel/ocaml-extlib/distinfo Mon May 20 13:57:11 2013 (r318599)
@@ -1,2 +1,2 @@
-SHA256 (extlib-1.5.3.tar.gz) = c095eef4202a8614ff1474d4c08c50c32d6ca82d1015387785cf03d5913ec021
-SIZE (extlib-1.5.3.tar.gz) = 70897
+SHA256 (extlib-1.5.4.tar.gz) = df142ba5a04ccbd4b239a124bd0f634989781b4da63e517c05a036fd419cd9cd
+SIZE (extlib-1.5.4.tar.gz) = 71003
More information about the svn-ports-all
mailing list