pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/alex



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan  1 05:32:03 UTC 2020

Modified Files:
        pkgsrc/devel/alex: Makefile distinfo
Removed Files:
        pkgsrc/devel/alex: PLIST buildlink3.mk

Log Message:
Update to alex-3.2.5

Changes in 3.2.5:
* Build fixes for GHC 8.8.x

Changes in 3.2.4:
* Remove dependency on QuickCheck
* Change the way that bootstrapping is done: see README.md for build instructions

Changes in 3.2.3:
* fix issue when using cpphs (#116)

Changes in 3.2.2:
* Manage line length in generated files [GH-84]
* Fix issue when identifier with multiple single quotes, e.g. foo''
  was used
* Allow omitting spaces around = in macro definitions
* Include pre-generated Parser.hs and Scan.hs in the Hackage upload,
  to make bootstrapping easier.

Changes in 3.2.1:
* Fix build problem with GHC; add new test tokens_scan_user.x

Changes in 3.2.0:
* Allow the token type and productions to be overloaded, and add new
  directives: %token, %typeclass, %action. See "Type Signatures and
  Typeclasses" in the manual.
* Some small space leak fixes


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/alex/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/alex/PLIST
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/alex/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/alex/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/alex/Makefile
diff -u pkgsrc/devel/alex/Makefile:1.4 pkgsrc/devel/alex/Makefile:1.5
--- pkgsrc/devel/alex/Makefile:1.4      Tue Sep  6 14:43:14 2016
+++ pkgsrc/devel/alex/Makefile  Wed Jan  1 05:32:03 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/09/06 14:43:14 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/01 05:32:03 pho Exp $
 
-DISTNAME=      alex-3.1.7
+DISTNAME=      alex-3.2.5
 PKGNAME=       ${DISTNAME}
 CATEGORIES=    devel
 
@@ -20,5 +20,4 @@ post-install:
        ${INSTALL_MAN} ${WRKSRC}/doc/alex.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
 .include "../../mk/haskell.mk"
-.include "../../devel/hs-QuickCheck/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/alex/distinfo
diff -u pkgsrc/devel/alex/distinfo:1.3 pkgsrc/devel/alex/distinfo:1.4
--- pkgsrc/devel/alex/distinfo:1.3      Tue Sep  6 14:43:14 2016
+++ pkgsrc/devel/alex/distinfo  Wed Jan  1 05:32:03 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/09/06 14:43:14 fhajny Exp $
+$NetBSD: distinfo,v 1.4 2020/01/01 05:32:03 pho Exp $
 
-SHA1 (alex-3.1.7.tar.gz) = c2c66eb9a4ba6c4c972b4efe0c9916cbd3eba29b
-RMD160 (alex-3.1.7.tar.gz) = f96a1970e649c5928c8e4450517fa721e8059e10
-SHA512 (alex-3.1.7.tar.gz) = 0c4e87011617d8f8ad7cdf32b91e3ecc65ad66ea378c8086de8cbeb7ae3b37df478fb834e3bc453e3448fcae9d03b19ce9844bba35ad66a3cdf6e912790fe0a1
-Size (alex-3.1.7.tar.gz) = 103624 bytes
+SHA1 (alex-3.2.5.tar.gz) = b3c20439916813ecd81604813594bd4ee2fd3331
+RMD160 (alex-3.2.5.tar.gz) = d1ba9a2e529ec162c9c9a9c45b4dc1babc05a1f6
+SHA512 (alex-3.2.5.tar.gz) = 5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9
+Size (alex-3.2.5.tar.gz) = 108531 bytes



Home | Main Index | Thread Index | Old Index