From 64e9934bcb174c61e5eb3056ba35d6a0d69ce77b Mon Sep 17 00:00:00 2001 From: kili Date: Thu, 12 Jan 2012 20:20:05 +0000 Subject: [PATCH] Bump after the xhtml update in lang/ghc. Not strictly necessary, but I don't want to get a heart attack because of some people who don't use packages and don't rebuild all hs-ports properly. --- devel/haddock/Makefile | 4 ++-- www/hs-cgi/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/haddock/Makefile b/devel/haddock/Makefile index 10031c3bc5d..980f48cce0c 100644 --- a/devel/haddock/Makefile +++ b/devel/haddock/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2011/12/27 21:17:36 kili Exp $ +# $OpenBSD: Makefile,v 1.36 2012/01/12 20:20:05 kili Exp $ COMMENT-main = documentation-generation tool for Haskell libraries COMMENT-lib = haddock library @@ -7,7 +7,7 @@ DISTNAME = haddock-2.9.2 PKGNAME-main = ${DISTNAME} REVISION-main = 2 PKGNAME-lib = hs-${DISTNAME} -REVISION-lib = 1 +REVISION-lib = 2 CATEGORIES = devel HOMEPAGE = http://www.haskell.org/haddock/ diff --git a/www/hs-cgi/Makefile b/www/hs-cgi/Makefile index 416734c9c4c..96bff46a960 100644 --- a/www/hs-cgi/Makefile +++ b/www/hs-cgi/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2011/09/16 12:00:06 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2012/01/12 20:20:05 kili Exp $ COMMENT = CGI library for Haskell DISTNAME = cgi-3001.1.7.4 -REVISION = 1 +REVISION = 2 CATEGORIES = www devel HOMEPAGE = http://andersk.mit.edu/haskell/cgi/