svn commit: r471578 - head/databases/p5-POE-Component-RRDTool

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:01:48 UTC 2018


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


More information about the svn-ports-all mailing list