Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 18:04:56 +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: r471614 - head/devel/p5-Multiplex-CMD
Message-ID:  <201806041804.w54I4unE064069@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041804.w54I4unE064069>