svn commit: r564763 - head/devel/ocaml-opam

Rainer Hurling rhurlin at FreeBSD.org
Tue Feb 9 05:52:20 UTC 2021


Author: rhurlin
Date: Tue Feb  9 05:52:19 2021
New Revision: 564763
URL: https://svnweb.freebsd.org/changeset/ports/564763

Log:
  devel/ocaml-opam: Update to 2.0.8
  
  Changlog: https://github.com/ocaml/opam/blob/2.0.8/CHANGES
  
  PR:		253349
  Submitted by:	hannes at mehnert.org (maintainer)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D28544

Modified:
  head/devel/ocaml-opam/Makefile
  head/devel/ocaml-opam/distinfo

Modified: head/devel/ocaml-opam/Makefile
==============================================================================
--- head/devel/ocaml-opam/Makefile	Tue Feb  9 04:17:33 2021	(r564762)
+++ head/devel/ocaml-opam/Makefile	Tue Feb  9 05:52:19 2021	(r564763)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opam
-PORTVERSION=	2.0.6
-PORTREVISION=	1
+PORTVERSION=	2.0.8
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/ocaml/opam/releases/download/${DISTVERSION}/
 PKGNAMEPREFIX=	ocaml-
@@ -20,24 +19,27 @@ RUN_DEPENDS=	curl:ftp/curl \
 USES=		gmake
 USE_OCAML=	yes
 
-ALL_TARGET=	lib-ext all
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-checks
 
+MAKE_JOBS_UNSAFE=	yes
+ALL_TARGET=	lib-ext all
+
 OPTIONS_DEFINE=		RSYNC GIT HG DARCS
 OPTIONS_DEFAULT=	RSYNC GIT
+NO_OPTIONS_SORT=	yes
 
-RSYNC_DESC=		Remote repository synchronized with Rsync
+DARCS_DESC=		Remote repository synchronized with darcs
 GIT_DESC=		Remote repository synchronized with git
 HG_DESC=		Remote repository synchronized with mercurial
-DARCS_DESC=		Remote repository synchronized with darcs
+RSYNC_DESC=		Remote repository synchronized with Rsync
 
-RSYNC_RUN_DEPENDS=	rsync:net/rsync
+DARCS_RUN_DEPENDS=	darcs:devel/hs-darcs
 GIT_RUN_DEPENDS=	git:devel/git
 HG_RUN_DEPENDS=		${PY_MERCURIAL}
-DARCS_RUN_DEPENDS=	darcs:devel/hs-darcs
+RSYNC_RUN_DEPENDS=	rsync:net/rsync
 
-MAKE_JOBS_UNSAFE=	yes
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/opam-installer
 
 .include <bsd.port.mk>

Modified: head/devel/ocaml-opam/distinfo
==============================================================================
--- head/devel/ocaml-opam/distinfo	Tue Feb  9 04:17:33 2021	(r564762)
+++ head/devel/ocaml-opam/distinfo	Tue Feb  9 05:52:19 2021	(r564763)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579199229
-SHA256 (opam-full-2.0.6.tar.gz) = 7c4bff5e5f3628ad00c53ee1b044ced8128ffdcfbb7582f8773fb433e12e07f4
-SIZE (opam-full-2.0.6.tar.gz) = 7928660
+TIMESTAMP = 1612798209
+SHA256 (opam-full-2.0.8.tar.gz) = 7b9d29233d9633ef50ba766df2e39112b15cd05c1c6fedf80bcb548debcdd9bd
+SIZE (opam-full-2.0.8.tar.gz) = 8006252


More information about the svn-ports-all mailing list