diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2020-09-24 09:34:01 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2020-09-24 09:34:01 +0000 |
commit | ec43ef086e753c219686c89ebd0dc09a24b5234a (patch) | |
tree | dcc22196cb91d7d295cf4754d088db3416e44155 | |
parent | graphics/epstool: Update to 3.09 (diff) |
textproc/re-flex: update to 2.1.5
Release notes:
https://github.com/Genivia/RE-flex/releases/tag/v2.1.4
https://github.com/Genivia/RE-flex/releases/tag/v2.1.5
Notes
Notes:
svn path=/head/; revision=549910
-rw-r--r-- | textproc/re-flex/Makefile | 6 | ||||
-rw-r--r-- | textproc/re-flex/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/re-flex/Makefile b/textproc/re-flex/Makefile index 2c90c86780a5..ffd240b25ea5 100644 --- a/textproc/re-flex/Makefile +++ b/textproc/re-flex/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= re-flex -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.5 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -10,10 +10,10 @@ COMMENT= Regex-centric, fast and flexible scanner generator for C++ LICENSE= BSD3CLAUSE -CONFLICTS_INSTALL= reflex - USES= autoreconf compiler:c++11-lib gmake +CONFLICTS_INSTALL= reflex + USE_GITHUB= yes GH_ACCOUNT= Genivia GH_PROJECT= RE-flex diff --git a/textproc/re-flex/distinfo b/textproc/re-flex/distinfo index db60d412d7fd..368c8af5d5fa 100644 --- a/textproc/re-flex/distinfo +++ b/textproc/re-flex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1596531149 -SHA256 (Genivia-RE-flex-v2.1.3_GH0.tar.gz) = 09cd7101a4d09e7e88b971fa310b78a15e8c8e2635a22a3169ef872aa834862c -SIZE (Genivia-RE-flex-v2.1.3_GH0.tar.gz) = 5921294 +TIMESTAMP = 1600936300 +SHA256 (Genivia-RE-flex-v2.1.5_GH0.tar.gz) = 5f860d594cce5cb81653d1193be665ead4d152a557d737d02798dbf99b557eb4 +SIZE (Genivia-RE-flex-v2.1.5_GH0.tar.gz) = 6044913 |