Bug 188363 - devel/ocaml-extlib: Update to version 1.6.1
Summary: devel/ocaml-extlib: Update to version 1.6.1
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-18 08:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.57 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:03 UTC
- Update to version 1.6.1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-07 19:40:25 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:40:23 UTC
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 <bsd.port.options.mk>
-
-.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 <bsd.port.mk>

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
_______________________________________________
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-18 08:40:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!