Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:42:36 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db4ec0c9adce - main - textproc/p5-ack: Update to 3.7.0
Message-ID:  <202304051742.335Hgaxl009096@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db4ec0c9adcef22d7891d48014c1aa4b8312c96e

commit db4ec0c9adcef22d7891d48014c1aa4b8312c96e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:25:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:31:46 +0000

    textproc/p5-ack: Update to 3.7.0
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://metacpan.org/dist/ack/changes
---
 textproc/p5-ack/Makefile  | 5 +++--
 textproc/p5-ack/distinfo  | 6 +++---
 textproc/p5-ack/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile
index baa49fc25f57..5d19d7d7e99c 100644
--- a/textproc/p5-ack/Makefile
+++ b/textproc/p5-ack/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ack
-PORTVERSION=	3.6.0
+PORTVERSION=	3.7.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	textproc sysutils perl5
 MASTER_SITES=	CPAN
@@ -8,7 +8,8 @@ PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Grep-like text finder for large trees of text
-WWW=		https://metacpan.org/release/ack
+WWW=		https://metacpan.org/release/ack \
+		https://beyondgrep.com/
 
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
diff --git a/textproc/p5-ack/distinfo b/textproc/p5-ack/distinfo
index 4b621e4f6db6..5c5f70e3d73d 100644
--- a/textproc/p5-ack/distinfo
+++ b/textproc/p5-ack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661599607
-SHA256 (ack-v3.6.0.tar.gz) = 03144d1070649e92f6a1b7d20bdc535e2bb1ac258daabe482e9aa8277b48f005
-SIZE (ack-v3.6.0.tar.gz) = 251556
+TIMESTAMP = 1679499186
+SHA256 (ack-v3.7.0.tar.gz) = ea7caa14f757de083310ed2cba298661ddcca5dee06ec8f18043ea625a79df20
+SIZE (ack-v3.7.0.tar.gz) = 252426
diff --git a/textproc/p5-ack/pkg-descr b/textproc/p5-ack/pkg-descr
index eee2e7a9dd57..c4b2571266eb 100644
--- a/textproc/p5-ack/pkg-descr
+++ b/textproc/p5-ack/pkg-descr
@@ -9,5 +9,3 @@ Key improvements include:
     * Ignores source code control directories, like CVS, .svn and _darcs.
     * Uses Perl regular expressions
     * Highlights matched text
-
-See also: https://beyondgrep.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051742.335Hgaxl009096>