Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2015 15:13:59 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378935 - head/archivers/p5-Compress-LZW
Message-ID:  <201502131513.t1DFDxXA023970@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Feb 13 15:13:58 2015
New Revision: 378935
URL: https://svnweb.freebsd.org/changeset/ports/378935
QAT: https://qat.redports.org/buildarchive/r378935/

Log:
  - Update to 0.04
  
  Changes:	http://search.cpan.org/dist/Compress-LZW/Changes

Modified:
  head/archivers/p5-Compress-LZW/Makefile
  head/archivers/p5-Compress-LZW/distinfo

Modified: head/archivers/p5-Compress-LZW/Makefile
==============================================================================
--- head/archivers/p5-Compress-LZW/Makefile	Fri Feb 13 15:11:50 2015	(r378934)
+++ head/archivers/p5-Compress-LZW/Makefile	Fri Feb 13 15:13:58 2015	(r378935)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Compress-LZW
-PORTVERSION=	0.03
-PORTREVISION=	1
+PORTVERSION=	0.04
 CATEGORIES=	archivers perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +13,10 @@ COMMENT=	Pure perl implementation of LZW
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
-		p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean \
-		p5-strictures>=0:${PORTSDIR}/devel/p5-strictures
+BUILD_DEPENDS=	p5-Moo>=1.001000:${PORTSDIR}/devel/p5-Moo \
+		p5-Types-Standard>0:${PORTSDIR}/devel/p5-Type-Tiny \
+		p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean \
+		p5-strictures>0:${PORTSDIR}/devel/p5-strictures
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5

Modified: head/archivers/p5-Compress-LZW/distinfo
==============================================================================
--- head/archivers/p5-Compress-LZW/distinfo	Fri Feb 13 15:11:50 2015	(r378934)
+++ head/archivers/p5-Compress-LZW/distinfo	Fri Feb 13 15:13:58 2015	(r378935)
@@ -1,2 +1,2 @@
-SHA256 (Compress-LZW-0.03.tar.gz) = 56f043ad786581fd963913eff2c00d41d71f018f088d44610dab8aa74a684882
-SIZE (Compress-LZW-0.03.tar.gz) = 14579
+SHA256 (Compress-LZW-0.04.tar.gz) = 8fcc0bbff45e8dfb1394727a981524394d80a452fda28bf7e5576ad521262bd6
+SIZE (Compress-LZW-0.04.tar.gz) = 15662



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