Date: Mon, 4 Jun 2018 18:15:44 +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: r471693 - head/sysutils/p5-arclog Message-ID: <201806041815.w54IFiSK077496@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:15:43 2018 New Revision: 471693 URL: https://svnweb.freebsd.org/changeset/ports/471693 Log: Add LICENSE - Sort *_DEPENDS - Update WWW Modified: head/sysutils/p5-arclog/Makefile head/sysutils/p5-arclog/pkg-descr Modified: head/sysutils/p5-arclog/Makefile ============================================================================== --- head/sysutils/p5-arclog/Makefile Mon Jun 4 18:15:36 2018 (r471692) +++ head/sysutils/p5-arclog/Makefile Mon Jun 4 18:15:43 2018 (r471693) @@ -11,11 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Archive the log files monthly -RUN_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate \ - 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} + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ + p5-TimeDate>=0:devel/p5-TimeDate +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/sysutils/p5-arclog/pkg-descr ============================================================================== --- head/sysutils/p5-arclog/pkg-descr Mon Jun 4 18:15:36 2018 (r471692) +++ head/sysutils/p5-arclog/pkg-descr Mon Jun 4 18:15:43 2018 (r471693) @@ -9,4 +9,4 @@ can log) in a format compatible with the Apache access ProFTPD, Pure-FTPd... etc., and arclog can archive their Apache-like log files, too. -WWW: http://search.cpan.org/dist/arclog/ +WWW: https://metacpan.org/release/IMACAT/arclog-3.04
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041815.w54IFiSK077496>