svn commit: r376597 - head/devel/p5-IPC-PerlSSH

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jan 9 12:27:41 UTC 2015


Author: vanilla
Date: Fri Jan  9 12:27:40 2015
New Revision: 376597
URL: https://svnweb.freebsd.org/changeset/ports/376597
QAT: https://qat.redports.org/buildarchive/r376597/

Log:
  1: reset MAINTAINER to submitter,
     new ports should set maintainer as submitter,
  2: fix pkg-descr.
  3: add LICENSE.
  
  Submitted by:	az@

Modified:
  head/devel/p5-IPC-PerlSSH/Makefile
  head/devel/p5-IPC-PerlSSH/pkg-descr

Modified: head/devel/p5-IPC-PerlSSH/Makefile
==============================================================================
--- head/devel/p5-IPC-PerlSSH/Makefile	Fri Jan  9 11:54:08 2015	(r376596)
+++ head/devel/p5-IPC-PerlSSH/Makefile	Fri Jan  9 12:27:40 2015	(r376597)
@@ -7,9 +7,12 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
+MAINTAINER=	niels at kristensen.io
 COMMENT=	Class for executing remote perl code over an SSH link
 
+LICENSE=	GPLv1 ART10
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	modbuild
 

Modified: head/devel/p5-IPC-PerlSSH/pkg-descr
==============================================================================
--- head/devel/p5-IPC-PerlSSH/pkg-descr	Fri Jan  9 11:54:08 2015	(r376596)
+++ head/devel/p5-IPC-PerlSSH/pkg-descr	Fri Jan  9 12:27:40 2015	(r376597)
@@ -1,3 +1,3 @@
 a class for executing remote perl code over an SSH link
 
-Author: Paul Evans <leonerd at leonerd.org.uk>
+WWW: http://search.cpan.org/dist/IPC-PerlSSH/


More information about the svn-ports-all mailing list