From bf0bf5427d3305210fc23d720528cd837df7aa59 Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 26 Jun 2016 14:15:26 +0000 Subject: [PATCH] even if you're fixing stuff, you should STILL bump after tweaking the PLIST contents!!! --- devel/ocaml-parmap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/ocaml-parmap/Makefile b/devel/ocaml-parmap/Makefile index ac3feb4919e..5f366c2446d 100644 --- a/devel/ocaml-parmap/Makefile +++ b/devel/ocaml-parmap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2016/06/24 15:59:12 krw Exp $ +# $OpenBSD: Makefile,v 1.7 2016/06/26 14:15:26 espie Exp $ COMMENT = OCaml parallel map primitive for multicores CATEGORIES = devel @@ -9,7 +9,7 @@ DISTNAME = ocaml-parmap-$V DISTFILES = ${DISTNAME}{$V}.tar.gz WRKDIST = ${WRKDIR}/parmap-$V PKGNAME = ocaml-parmap-${V:S/-//} -REVISION = 1 +REVISION = 2 MASTER_SITES = https://github.com/rdicosmo/parmap/archive/ HOMEPAGE = https://github.com/rdicosmo/parmap