From 1c78f0bc945f2dc94e8064d0bbe60df7072c66be Mon Sep 17 00:00:00 2001 From: chrisz Date: Mon, 3 Dec 2012 20:08:46 +0000 Subject: [PATCH] Bump revision after ocaml update. ok from anil and @jasper --- devel/coccinelle/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index a866cda8fa9..3ce82cf518a 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2012/11/27 12:23:57 sthen Exp $ +# $OpenBSD: Makefile,v 1.21 2012/12/03 20:08:46 chrisz Exp $ SHARED_ONLY = Yes @@ -7,7 +7,7 @@ COMMENT = program matching and transformation engine # if updating, check for any additional use of diff/grep which # may need to be switched to gdiff/ggrep DISTNAME = coccinelle-1.0.0-rc15 -REVISION = 1 +REVISION = 2 PKGNAME = ${DISTNAME:S/-rc/rc/} EXTRACT_SUFX = .tgz