Date: Mon, 4 Jun 2018 18:15:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471694 - head/sysutils/p5-reslog Message-ID: <201806041815.w54IFoKr077620@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:15:50 2018 New Revision: 471694 URL: https://svnweb.freebsd.org/changeset/ports/471694 Log: Add LICENSE - Update WWW Modified: head/sysutils/p5-reslog/Makefile head/sysutils/p5-reslog/pkg-descr Modified: head/sysutils/p5-reslog/Makefile ============================================================================== --- head/sysutils/p5-reslog/Makefile Mon Jun 4 18:15:43 2018 (r471693) +++ head/sysutils/p5-reslog/Makefile Mon Jun 4 18:15:50 2018 (r471694) @@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reverse-resolve IP in Apache log files -RUN_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ p5-File-MMagic>=0:devel/p5-File-MMagic \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/sysutils/p5-reslog/pkg-descr ============================================================================== --- head/sysutils/p5-reslog/pkg-descr Mon Jun 4 18:15:43 2018 (r471693) +++ head/sysutils/p5-reslog/pkg-descr Mon Jun 4 18:15:50 2018 (r471694) @@ -9,4 +9,4 @@ configured; may not be up working; may sit in slow net old slow machines; may have traffic jam... etc. All these reasons are out of our control. -WWW: http://search.cpan.org/dist/reslog/ +WWW: https://metacpan.org/release/IMACAT/reslog-3.16
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041815.w54IFoKr077620>