Bug 188357 - devel/ocaml-sexplib: Update to version 111.03.00
Summary: devel/ocaml-sexplib: Update to version 111.03.00
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-07 19:40 UTC by tkato432
Modified: 2014-05-17 17:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.62 KB, patch)
2014-04-07 19:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-04-07 19:40:01 UTC
- Update to version 111.03.00
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-07 19:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-17 17:38:18 UTC
Author: miwi
Date: Sat May 17 16:38:14 2014
New Revision: 354334
URL: http://svnweb.freebsd.org/changeset/ports/354334
QAT: https://qat.redports.org/buildarchive/r354334/

Log:
  - Update to version 111.03.00
  
  PR:		188357
  Submitted by:	Ports Fury

Modified:
  head/devel/ocaml-sexplib/Makefile
  head/devel/ocaml-sexplib/distinfo
  head/devel/ocaml-sexplib/pkg-descr

Modified: head/devel/ocaml-sexplib/Makefile
==============================================================================
--- head/devel/ocaml-sexplib/Makefile	Sat May 17 16:37:26 2014	(r354333)
+++ head/devel/ocaml-sexplib/Makefile	Sat May 17 16:38:14 2014	(r354334)
@@ -2,47 +2,40 @@
 # $FreeBSD$
 
 PORTNAME=	sexplib
-PORTVERSION=	108.07.00
-PORTREVISION=	1
+PORTVERSION=	111.03.00
 CATEGORIES=	devel
 MASTER_SITES=	https://ocaml.janestreet.com/ocaml-core/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}/individual
 PKGNAMEPREFIX=	ocaml-
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An OCaml library for working with S-expressions
+COMMENT=	OCaml library for working with S-expressions
 
 LICENSE=	BSD
 
 BUILD_DEPENDS=	ocaml-type-conv>0:${PORTSDIR}/devel/ocaml-typeconv
 RUN_DEPENDS=	ocaml-type-conv>0:${PORTSDIR}/devel/ocaml-typeconv
 
-OPTIONS_DEFINE=	DOCS
-
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
 USE_OCAMLFIND_PLIST=yes
+OCAML_PKGDIRS=	${PORTNAME} ${PORTNAME}_num ${PORTNAME}_unix
 
+USES=		gmake
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix ${PREFIX} --disable-docs
 MAKE_JOBS_UNSAFE=	yes
 
 DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
-PORTDOCS=	*
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+PORTDOCS=	*
 
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_DIRSTRY+=	${OCAML_DOCSDIR:S,^${PREFIX}/,,}
-.endif
+OPTIONS_DEFINE=	DOCS
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in CHANGES.txt README.md
-	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
+	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
 .endfor
-.endif
 
 .include <bsd.port.mk>

Modified: head/devel/ocaml-sexplib/distinfo
==============================================================================
--- head/devel/ocaml-sexplib/distinfo	Sat May 17 16:37:26 2014	(r354333)
+++ head/devel/ocaml-sexplib/distinfo	Sat May 17 16:38:14 2014	(r354334)
@@ -1,2 +1,2 @@
-SHA256 (sexplib-108.07.00.tar.gz) = 9d2a6e94feb386eef85757231876e415ff9325f582c28b6eac79de552640aace
-SIZE (sexplib-108.07.00.tar.gz) = 116072
+SHA256 (sexplib-111.03.00.tar.gz) = 298cacd43b2d9e5588d3cecdee389f6356f4bc2eaf02250fe95ad351e4f990db
+SIZE (sexplib-111.03.00.tar.gz) = 131453

Modified: head/devel/ocaml-sexplib/pkg-descr
==============================================================================
--- head/devel/ocaml-sexplib/pkg-descr	Sat May 17 16:37:26 2014	(r354333)
+++ head/devel/ocaml-sexplib/pkg-descr	Sat May 17 16:38:14 2014	(r354334)
@@ -10,5 +10,5 @@ OCaml-values are reported in a very huma
 in the library allows you to extract and replace sub-expressions in
 S-expressions.
 
-Author:	Markus Mottl <mmottl@janestcapital.com>
-WWW: http://ocaml.janestcapital.com/
+Author: Markus Mottl <mmottl@janestcapital.com>
+WWW: http://janestreet.github.io/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2014-05-17 17:38:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!