Bug 188360 - devel/ocaml-typeconv: Update to version 109.60.01
Summary: devel/ocaml-typeconv: Update to version 109.60.01
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.54 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:02 UTC
- Update to version 109.60.01
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-07 19:40:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-05-17 17:38:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-17 17:38:59 UTC
Author: miwi
Date: Sat May 17 16:38:54 2014
New Revision: 354335
URL: http://svnweb.freebsd.org/changeset/ports/354335
QAT: https://qat.redports.org/buildarchive/r354335/

Log:
  - Update to version 109.60.01
  
  PR:		188360
  Submitted by:	Ports Fury

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

Modified: head/devel/ocaml-typeconv/Makefile
==============================================================================
--- head/devel/ocaml-typeconv/Makefile	Sat May 17 16:38:14 2014	(r354334)
+++ head/devel/ocaml-typeconv/Makefile	Sat May 17 16:38:54 2014	(r354335)
@@ -2,47 +2,36 @@
 # $FreeBSD$
 
 PORTNAME=	type-conv
-PORTVERSION=	108.07.00
+PORTVERSION=	109.60.01
 CATEGORIES=	devel
 MASTER_SITES=	https://ocaml.janestreet.com/ocaml-core/%SUBDIR%/
-MASTER_SITE_SUBDIR=	${PORTVERSION}/individual
-DISTNAME=	${PORTNAME:S,-,_,}-${PORTVERSION}
+MASTER_SITE_SUBDIR=	${PORTVERSION:R}.00/individual
 PKGNAMEPREFIX=	ocaml-
+DISTNAME=	${PORTNAME:S,-,_,}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Type conversion routines for OCaml
 
 LICENSE=	BSD
 
-
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
 USE_OCAMLFIND_PLIST=yes
 OCAML_PKGDIRS=	${PORTNAME:S,-,_,}
 
+USES=		gmake
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix ${PREFIX} --disable-docs
 MAKE_JOBS_UNSAFE=yes
 
 DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME:S,-,_,}
-PORTDOCS=	*
 
-NO_STAGE=	yes
-
-OPTIONS_DEFINE=	DOCS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_DIRSTRY=	${OCAML_DOCSDIR:S,^${PREFIX}/,,}
-.endif
+PORTDOCS=	*
 
 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-typeconv/distinfo
==============================================================================
--- head/devel/ocaml-typeconv/distinfo	Sat May 17 16:38:14 2014	(r354334)
+++ head/devel/ocaml-typeconv/distinfo	Sat May 17 16:38:54 2014	(r354335)
@@ -1,2 +1,2 @@
-SHA256 (type_conv-108.07.00.tar.gz) = a8f0f230633dbcb77bd8d5ee1c5f47c57385a6c09d5c3ac1fb02449077772c7d
-SIZE (type_conv-108.07.00.tar.gz) = 57195
+SHA256 (type_conv-109.60.01.tar.gz) = fd0b1aff77c665495b240d39b7b8ef09a4c50ab959807bc50ff8d1874cccfd52
+SIZE (type_conv-109.60.01.tar.gz) = 61606

Modified: head/devel/ocaml-typeconv/pkg-descr
==============================================================================
--- head/devel/ocaml-typeconv/pkg-descr	Sat May 17 16:38:14 2014	(r354334)
+++ head/devel/ocaml-typeconv/pkg-descr	Sat May 17 16:38:54 2014	(r354335)
@@ -3,5 +3,4 @@ preprocessors that generate code from ty
 functionality cannot be duplicated without losing the ability to use
 these preprocessors simultaneously.
 
-Author:	Markus Mottl <markus.mottl@gmail.com>
-WWW: http://ocaml.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"