svn commit: r465738 - head/devel/p5-IPC-Run

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 27 18:55:48 UTC 2018


Author: sunpoet
Date: Tue Mar 27 18:55:45 2018
New Revision: 465738
URL: https://svnweb.freebsd.org/changeset/ports/465738

Log:
  Update to 0.97
  
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/IPC-Run/Changes
  		https://github.com/toddr/IPC-Run/blob/master/Changes

Modified:
  head/devel/p5-IPC-Run/Makefile
  head/devel/p5-IPC-Run/distinfo

Modified: head/devel/p5-IPC-Run/Makefile
==============================================================================
--- head/devel/p5-IPC-Run/Makefile	Tue Mar 27 18:55:40 2018	(r465737)
+++ head/devel/p5-IPC-Run/Makefile	Tue Mar 27 18:55:45 2018	(r465738)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	IPC-Run
-PORTVERSION=	0.96
+PORTVERSION=	0.97
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,7 @@ COMMENT=	IPC::Run - Run subprocesses with piping and r
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-IO-Tty>=1.08:devel/p5-IO-Tty
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/devel/p5-IPC-Run/distinfo
==============================================================================
--- head/devel/p5-IPC-Run/distinfo	Tue Mar 27 18:55:40 2018	(r465737)
+++ head/devel/p5-IPC-Run/distinfo	Tue Mar 27 18:55:45 2018	(r465738)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494671884
-SHA256 (IPC-Run-0.96.tar.gz) = bbd24ff027e1c232b3dc027562c9f4386da72b76991d30f9f3d4119e87cf4640
-SIZE (IPC-Run-0.96.tar.gz) = 121644
+TIMESTAMP = 1522164290
+SHA256 (IPC-Run-0.97.tar.gz) = 70107fd66ad363e0c8fc7baacc1fa22a4a6169d2c447a9495f625b778c149d84
+SIZE (IPC-Run-0.97.tar.gz) = 122839


More information about the svn-ports-all mailing list