svn commit: r461036 - head/textproc/p5-ack

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 6 09:02:46 UTC 2018


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 at 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/


More information about the svn-ports-all mailing list