diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-31 18:06:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-31 18:06:29 +0000 |
commit | 228898b81876514704aa12fa6ddfb7563b4cd5e5 (patch) | |
tree | ed0775ed342828ea1d5b3cd253e578eb126b0eda /lang/ghc-bootstrap | |
parent | 847fb7ddb7e509c1af807d540d7cec521d6b9071 (diff) | |
download | pkgsrc-228898b81876514704aa12fa6ddfb7563b4cd5e5.tar.gz |
*: bump PKGREVISION for perl-5.32.
Diffstat (limited to 'lang/ghc-bootstrap')
-rw-r--r-- | lang/ghc-bootstrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc-bootstrap/Makefile b/lang/ghc-bootstrap/Makefile index 50a54743cb9..e98e882f935 100644 --- a/lang/ghc-bootstrap/Makefile +++ b/lang/ghc-bootstrap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2019/11/03 19:04:00 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2020/08/31 18:09:49 wiz Exp $ DISTNAME= ghc-6.8.3 PKGNAME= ghc-bootstrap-6.8.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= lang MASTER_SITES= http://www.haskell.org/ghc/dist/6.8.3/ DISTFILES= ghc-6.8.3-src.tar.bz2 |