diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-22 15:59:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-22 15:59:40 +0000 |
commit | 8f731865f0f1ac1ff5de87821d9cfb79e9f8d6f4 (patch) | |
tree | 21a04d553ccfcdc0ffe03e62163eed917dee99b9 | |
parent | 9fef3ce311e4d1eff176fec70592daf55f0dbcdc (diff) | |
download | ports-8f731865f0f1ac1ff5de87821d9cfb79e9f8d6f4.tar.gz ports-8f731865f0f1ac1ff5de87821d9cfb79e9f8d6f4.zip |
Notes
-rw-r--r-- | textproc/p5-Regexp-Debugger/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Regexp-Debugger/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Regexp-Debugger/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Regexp-Debugger/Makefile b/textproc/p5-Regexp-Debugger/Makefile index 2c70cc896208..812f9ef331dd 100644 --- a/textproc/p5-Regexp-Debugger/Makefile +++ b/textproc/p5-Regexp-Debugger/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Regexp-Debugger -PORTVERSION= 0.002003 +PORTVERSION= 0.002004 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-Regexp-Debugger/distinfo b/textproc/p5-Regexp-Debugger/distinfo index 2239860ab1ba..99a1abb71d4b 100644 --- a/textproc/p5-Regexp-Debugger/distinfo +++ b/textproc/p5-Regexp-Debugger/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580562375 -SHA256 (Regexp-Debugger-0.002003.tar.gz) = 73fb0f0c433b673975173d6a5c4a9b8cfc13e556a5071d6ef5e958e3ffa910d2 -SIZE (Regexp-Debugger-0.002003.tar.gz) = 36753 +TIMESTAMP = 1582355004 +SHA256 (Regexp-Debugger-0.002004.tar.gz) = e54530a335ca45d8a30e1dd3929c7edb7c25aa15a1670495b61d576bbca0a520 +SIZE (Regexp-Debugger-0.002004.tar.gz) = 37400 diff --git a/textproc/p5-Regexp-Debugger/pkg-descr b/textproc/p5-Regexp-Debugger/pkg-descr index 156537b11b22..70f82b52a925 100644 --- a/textproc/p5-Regexp-Debugger/pkg-descr +++ b/textproc/p5-Regexp-Debugger/pkg-descr @@ -1,4 +1,4 @@ When you load this module, any regex in the same lexical scope will be visually (and interactively) debugged as it matches. -WWW: https://metacpan.org/pod/Regexp::Debugger +WWW: https://metacpan.org/release/Regexp-Debugger |