Update to alex-3.0.2.
This commit is contained in:
parent
b6566aa227
commit
3b7b45c886
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2012/10/11 13:31:28 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2012/12/02 20:29:39 kili Exp $
|
||||
|
||||
COMMENT = lexical analyser generator for Haskell
|
||||
|
||||
DISTNAME = alex-3.0.1
|
||||
REVISION = 0
|
||||
DISTNAME = alex-3.0.2
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://www.haskell.org/alex/
|
||||
@ -39,9 +38,8 @@ post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc
|
||||
cd ${WRKBUILD}/doc && umask 022 && pax -rw alex ${PREFIX}/share/doc
|
||||
|
||||
# Skip the tokens_bytestring.x test, it's missing from the distfile.
|
||||
do-regress:
|
||||
cd ${WRKBUILD}/tests && exec ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
|
||||
all TESTS="simple.x tokens.x tokens_posn.x tokens_gscan.x"
|
||||
all
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (ghc/alex-3.0.1.tar.gz) = XewjnIkWXRWfqiFUvAckzQ==
|
||||
RMD160 (ghc/alex-3.0.1.tar.gz) = /f2TUoGABnhgVXPbgCVYO0BFmJQ=
|
||||
SHA1 (ghc/alex-3.0.1.tar.gz) = cEg2JuV5N0ooWnCc+0s3KMePem8=
|
||||
SHA256 (ghc/alex-3.0.1.tar.gz) = cnI1zuRjllN8K1O0oPrg7CXP+56YLOiZgW6S/P5M+vA=
|
||||
SIZE (ghc/alex-3.0.1.tar.gz) = 100057
|
||||
SHA256 (ghc/alex-3.0.2.tar.gz) = mX4zNCw8bg7f/4YvBR/Chr1mH0QtCdG8As1unSIIMWQ=
|
||||
SIZE (ghc/alex-3.0.2.tar.gz) = 100396
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/04/22 21:48:30 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/12/02 20:29:39 kili Exp $
|
||||
@bin bin/alex
|
||||
share/${DISTNAME}/
|
||||
share/${DISTNAME}/AlexTemplate
|
||||
@ -21,6 +21,7 @@ share/doc/alex/
|
||||
share/doc/alex/about.html
|
||||
share/doc/alex/alex-files.html
|
||||
share/doc/alex/api.html
|
||||
share/doc/alex/basic-api.html
|
||||
share/doc/alex/bug-reports.html
|
||||
share/doc/alex/charsets.html
|
||||
share/doc/alex/fptools.css
|
||||
@ -31,5 +32,6 @@ share/doc/alex/license.html
|
||||
share/doc/alex/regexps.html
|
||||
share/doc/alex/relnotes-20.html
|
||||
share/doc/alex/relnotes-210.html
|
||||
share/doc/alex/relnotes-22.html
|
||||
share/doc/alex/syntax.html
|
||||
share/doc/alex/wrappers.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user