svn commit: r471614 - head/devel/p5-Multiplex-CMD

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


Author: sunpoet
Date: Mon Jun  4 18:04:56 2018
New Revision: 471614
URL: https://svnweb.freebsd.org/changeset/ports/471614

Log:
  Fix MASTER_SITES to make it fetchable
  
  - Use DISTVERSIONPREFIX instead of DISTNAME
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/p5-Multiplex-CMD/Makefile
  head/devel/p5-Multiplex-CMD/pkg-descr

Modified: head/devel/p5-Multiplex-CMD/Makefile
==============================================================================
--- head/devel/p5-Multiplex-CMD/Makefile	Mon Jun  4 18:04:51 2018	(r471613)
+++ head/devel/p5-Multiplex-CMD/Makefile	Mon Jun  4 18:04:56 2018	(r471614)
@@ -3,14 +3,18 @@
 
 PORTNAME=	Multiplex-CMD
 PORTVERSION=	0.03
+DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:KAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	rdna at rdna.ru
 COMMENT=	Perl5 module which provides Multiplexed Fork Client
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-Multiplex-CMD/pkg-descr
==============================================================================
--- head/devel/p5-Multiplex-CMD/pkg-descr	Mon Jun  4 18:04:51 2018	(r471613)
+++ head/devel/p5-Multiplex-CMD/pkg-descr	Mon Jun  4 18:04:56 2018	(r471614)
@@ -1,4 +1,4 @@
 Multiplex::CMD is a Perl module which can be helpful for running some commands
 for many hosts.
 
-WWW: http://search.cpan.org/dist/Multiplex-CMD/
+WWW: https://metacpan.org/release/KAN/Multiplex-CMD-v0.03


More information about the svn-ports-all mailing list