diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-19 05:28:16 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-19 05:59:50 +0000 |
commit | 084d87e9ae487c609b42bcfe9d88b5f6e8d1a076 (patch) | |
tree | dc86d579f6d7f3eb127562b0a804ef38963910e6 | |
parent | d40d226043ad7eb357c9436183d33d06a51dd43e (diff) |
textproc/reflex: Update to 20210808
-rw-r--r-- | textproc/reflex/Makefile | 3 | ||||
-rw-r--r-- | textproc/reflex/distinfo | 6 | ||||
-rw-r--r-- | textproc/reflex/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/reflex/Makefile b/textproc/reflex/Makefile index ec675b130979..874773d673d1 100644 --- a/textproc/reflex/Makefile +++ b/textproc/reflex/Makefile @@ -1,7 +1,7 @@ # Created by: bf@FreeBSD.org PORTNAME= reflex -PORTVERSION= 20210510 +PORTVERSION= 20210808 CATEGORIES= textproc MASTER_SITES= https://invisible-mirror.net/archives/reflex/ \ LOCAL/sunpoet @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:tgz -CONFIGURE_ENV= YACC="${YACC}" GNU_CONFIGURE= yes TEST_TARGET= bigcheck diff --git a/textproc/reflex/distinfo b/textproc/reflex/distinfo index 15b6d022b7a9..963cc5e44e5f 100644 --- a/textproc/reflex/distinfo +++ b/textproc/reflex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620928571 -SHA256 (reflex-20210510.tgz) = 96f1b1740489d52dcbbd51a78dbe68360bdcdafc380ed302ec503bcc5eb6b36b -SIZE (reflex-20210510.tgz) = 471218 +TIMESTAMP = 1629364656 +SHA256 (reflex-20210808.tgz) = 6b30a09557776cbc7435d974e5cfc50cb6c63da804f3ae2b4065466da0581c21 +SIZE (reflex-20210808.tgz) = 474546 diff --git a/textproc/reflex/pkg-plist b/textproc/reflex/pkg-plist index 7d47838e1e3d..459f98336530 100644 --- a/textproc/reflex/pkg-plist +++ b/textproc/reflex/pkg-plist @@ -2,4 +2,5 @@ bin/reflex bin/reflex++ include/reFlexLexer.h lib/librefl.a +man/man1/reflex++.1.gz man/man1/reflex.1.gz |