diff --git a/textproc/p5-Text-Tabs+Wrap/Makefile b/textproc/p5-Text-Tabs+Wrap/Makefile index b4a98d6cd8bf..a44dbc554c89 100644 --- a/textproc/p5-Text-Tabs+Wrap/Makefile +++ b/textproc/p5-Text-Tabs+Wrap/Makefile @@ -1,18 +1,17 @@ # Created by: Toby Allsopp PORTNAME= Text-Tabs+Wrap -PORTVERSION= 2013.0523 -PORTREVISION= 1 +PORTVERSION= 2021.0717 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Line wrapping to form simple paragraphs USES= perl5 USE_PERL5= configure NO_ARCH= yes .include diff --git a/textproc/p5-Text-Tabs+Wrap/distinfo b/textproc/p5-Text-Tabs+Wrap/distinfo index c9379e20c81e..37b5e92c45a4 100644 --- a/textproc/p5-Text-Tabs+Wrap/distinfo +++ b/textproc/p5-Text-Tabs+Wrap/distinfo @@ -1,2 +1,3 @@ -SHA256 (Text-Tabs+Wrap-2013.0523.tar.gz) = b9cb056fffb737b9c12862099b952bf4ab4b1f599fd34935356ae57dab6f655f -SIZE (Text-Tabs+Wrap-2013.0523.tar.gz) = 18239 +TIMESTAMP = 1626891068 +SHA256 (Text-Tabs+Wrap-2021.0717.tar.gz) = e97a3d54d8cbc950e9e10fbee43d9c2f57bffb03de3d6db2dda921c001bc2a58 +SIZE (Text-Tabs+Wrap-2021.0717.tar.gz) = 18243 diff --git a/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL b/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL deleted file mode 100644 index e7b0e6f8ee9f..000000000000 --- a/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.PL~ Tue Feb 4 19:02:23 2003 -+++ Makefile.PL Tue Feb 4 19:02:34 2003 -@@ -9,6 +9,5 @@ - ('ABSTRACT' => 'Expand tabs and do simple line wrapping', - 'AUTHOR' => 'David Muir Sharnoff ') : ()), - 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" }, -- 'INSTALLDIRS' => 'perl', - ); -