Date: Tue, 6 Feb 2018 09:02:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461036 - head/textproc/p5-ack Message-ID: <201802060902.w1692jwI040340@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Feb 6 09:02:45 2018 New Revision: 461036 URL: https://svnweb.freebsd.org/changeset/ports/461036 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/textproc/p5-ack/Makefile head/textproc/p5-ack/pkg-descr Modified: head/textproc/p5-ack/Makefile ============================================================================== --- head/textproc/p5-ack/Makefile Tue Feb 6 08:27:32 2018 (r461035) +++ head/textproc/p5-ack/Makefile Tue Feb 6 09:02:45 2018 (r461036) @@ -12,6 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Grep-like text finder for large trees of text LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= p5-File-Next>=1.16:sysutils/p5-File-Next RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/textproc/p5-ack/pkg-descr ============================================================================== --- head/textproc/p5-ack/pkg-descr Tue Feb 6 08:27:32 2018 (r461035) +++ head/textproc/p5-ack/pkg-descr Tue Feb 6 09:02:45 2018 (r461036) @@ -10,4 +10,4 @@ Key improvements include: * Uses Perl regular expressions * Highlights matched text -WWW: http://beyondgrep.com/ +WWW: https://beyondgrep.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802060902.w1692jwI040340>