Date: Mon, 4 Jun 2018 18:01:46 +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: r471578 - head/databases/p5-POE-Component-RRDTool Message-ID: <201806041801.w54I1kPx059492@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:01:46 2018 New Revision: 471578 URL: https://svnweb.freebsd.org/changeset/ports/471578 Log: Fix MASTER_SITES to make it fetchable - Add LICENSE - Remove USE_PERL5=patch: use REINPLACE_CMD instead of PERL - Fix and update WWW Modified: head/databases/p5-POE-Component-RRDTool/Makefile head/databases/p5-POE-Component-RRDTool/pkg-descr Modified: head/databases/p5-POE-Component-RRDTool/Makefile ============================================================================== --- head/databases/p5-POE-Component-RRDTool/Makefile Mon Jun 4 18:01:41 2018 (r471577) +++ head/databases/p5-POE-Component-RRDTool/Makefile Mon Jun 4 18:01:46 2018 (r471578) @@ -6,21 +6,24 @@ PORTVERSION= 0.18 PORTREVISION= 6 CATEGORIES= databases perl5 devel MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:TCAINE PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE interface to Round Robin Database Tools +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= rrdtool:databases/rrdtool \ p5-POE>=0:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure patch +USE_PERL5= configure CONFIGURE_ARGS= </dev/null post-patch: - @${PERL} -pi -e 's/(\(\$$maj, \$$min, \$$sub\))/$$1; $$1/' \ - ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|($$maj, $$min, $$sub)|&; &|' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> Modified: head/databases/p5-POE-Component-RRDTool/pkg-descr ============================================================================== --- head/databases/p5-POE-Component-RRDTool/pkg-descr Mon Jun 4 18:01:41 2018 (r471577) +++ head/databases/p5-POE-Component-RRDTool/pkg-descr Mon Jun 4 18:01:46 2018 (r471578) @@ -8,4 +8,4 @@ be used to create RRD files, update RRDs, retreive dat generate graphs from the databases. This module provides a POE wrapper around the rrdtool command line interface. -WWW: http://search.cpan.org/dist/POE-Component-RRDTool/ +WWW: https://metacpan.org/release/TCAINE/POE-Component-RRDTool-0.18
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041801.w54I1kPx059492>