Date: Mon, 4 Jun 2018 18:07:22 +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: r471628 - head/devel/p5-SVN-Statistics Message-ID: <201806041807.w54I7Mlt065687@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:07:22 2018 New Revision: 471628 URL: https://svnweb.freebsd.org/changeset/ports/471628 Log: Fix MASTER_SITES to make it fetchable - Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-SVN-Statistics/Makefile head/devel/p5-SVN-Statistics/pkg-descr Modified: head/devel/p5-SVN-Statistics/Makefile ============================================================================== --- head/devel/p5-SVN-Statistics/Makefile Mon Jun 4 18:07:15 2018 (r471627) +++ head/devel/p5-SVN-Statistics/Makefile Mon Jun 4 18:07:22 2018 (r471628) @@ -6,10 +6,14 @@ PORTVERSION= 0.041 PORTREVISION= 8 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:LINMAR PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= SVN::Statistics - perl module to create subversion statistics + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual BUILD_DEPENDS= p5-subversion>=0:devel/p5-subversion \ p5-RRDTool-OO>=0:devel/p5-RRDTool-OO \ Modified: head/devel/p5-SVN-Statistics/pkg-descr ============================================================================== --- head/devel/p5-SVN-Statistics/pkg-descr Mon Jun 4 18:07:15 2018 (r471627) +++ head/devel/p5-SVN-Statistics/pkg-descr Mon Jun 4 18:07:22 2018 (r471628) @@ -1,3 +1,3 @@ SVN::Statistics - perl module to create subversion statistics -WWW: http://search.cpan.org/dist/SVN-Statistics/ +WWW: https://metacpan.org/release/LINMAR/SVN-Statistics-0.041
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041807.w54I7Mlt065687>