Hi Matthias, Greg Steuck <[email protected]> writes:
> As hinted a couple of weeks ago, the attached upgrades should be easy to > land now. I rebuilt them on amd64 with ghc-8.10.6 and the new 9.2. Here's another one which can go in: devel/alex OK? >From 9ab91286af7815e6358509f451019a14238e82c1 Mon Sep 17 00:00:00 2001 From: Greg Steuck <[email protected]> Date: Sun, 25 Apr 2021 12:26:57 -0700 Subject: [PATCH] Upgrade devel/alex to 3.2.7.1 for GHC 9.2.2 --- devel/alex/Makefile | 5 ++--- devel/alex/distinfo | 4 ++-- devel/alex/pkg/PLIST | 17 ++--------------- 3 files changed, 6 insertions(+), 20 deletions(-) diff --git a/devel/alex/Makefile b/devel/alex/Makefile index e3cb2418580..5709cfdd6a3 100644 --- a/devel/alex/Makefile +++ b/devel/alex/Makefile @@ -1,8 +1,7 @@ COMMENT = lexical analyser generator for Haskell -REVISION = 0 MODCABAL_STEM = alex -MODCABAL_VERSION = 3.2.5 +MODCABAL_VERSION = 3.2.7.1 MODCABAL_DATA_DIR = data CATEGORIES = devel @@ -22,7 +21,7 @@ LIB_DEPENDS = converters/libiconv \ # Required for building the documentation: USE_GMAKE = Yes CONFIGURE_STYLE = autoconf no-autoheader -AUTOCONF_VERSION = 2.61 +AUTOCONF_VERSION = 2.71 AUTOCONF_DIR = ${WRKSRC}/doc WRKCONF = ${AUTOCONF_DIR} diff --git a/devel/alex/distinfo b/devel/alex/distinfo index 0dbe0647154..fb3fddeda10 100644 --- a/devel/alex/distinfo +++ b/devel/alex/distinfo @@ -1,2 +1,2 @@ -SHA256 (hackage/alex-3.2.5.tar.gz) = t3yKEnB2fGTirbIabpHufNkEuhftrhe8IP0D2lJW4OM= -SIZE (hackage/alex-3.2.5.tar.gz) = 108531 +SHA256 (hackage/alex-3.2.7.1.tar.gz) = m9Lxon6PGy/9tbL70+2CtvDoUZFFmhsk/8vvTmioG+w= +SIZE (hackage/alex-3.2.7.1.tar.gz) = 108229 diff --git a/devel/alex/pkg/PLIST b/devel/alex/pkg/PLIST index 9ffca073fe2..facd2326722 100644 --- a/devel/alex/pkg/PLIST +++ b/devel/alex/pkg/PLIST @@ -2,21 +2,8 @@ bin/${MODCABAL_STEM} libexec/cabal/ @bin libexec/cabal/${MODCABAL_STEM} share/${PKGNAME}/ -share/${PKGNAME}/AlexTemplate -share/${PKGNAME}/AlexTemplate-debug -share/${PKGNAME}/AlexTemplate-ghc -share/${PKGNAME}/AlexTemplate-ghc-debug -share/${PKGNAME}/AlexTemplate-ghc-nopred -share/${PKGNAME}/AlexWrapper-basic -share/${PKGNAME}/AlexWrapper-basic-bytestring -share/${PKGNAME}/AlexWrapper-gscan -share/${PKGNAME}/AlexWrapper-monad -share/${PKGNAME}/AlexWrapper-monad-bytestring -share/${PKGNAME}/AlexWrapper-monadUserState -share/${PKGNAME}/AlexWrapper-monadUserState-bytestring -share/${PKGNAME}/AlexWrapper-posn -share/${PKGNAME}/AlexWrapper-posn-bytestring -share/${PKGNAME}/AlexWrapper-strict-bytestring +share/${PKGNAME}/AlexTemplate.hs +share/${PKGNAME}/AlexWrappers.hs share/doc/${MODCABAL_STEM}/ @comment share/doc/${PKGNAME}/ @comment share/doc/${PKGNAME}/LICENSE -- 2.35.1
