ports/151102: Update port: archivers/p5-Archive-Extract

Frederic Culot frederic at culot.org
Tue Oct 5 11:40:05 UTC 2010


The following reply was made to PR ports/151102; it has been noted by GNATS.

From: Frederic Culot <frederic at culot.org>
To: bug-followup at FreeBSD.org
Cc: az at FreeBSD.org
Subject: Re: ports/151102: Update port: archivers/p5-Archive-Extract
Date: Tue, 5 Oct 2010 13:37:46 +0200

 --b5gNqxB1S1yM7hjW
 Content-Type: text/plain; charset=iso-8859-1
 Content-Disposition: inline
 
 Thanks for your feedback Andrej.
 
 As suggested, the attached patch contains a simplified version of ${PERL_LEVEL}
 handling.
 The portlint complains were also fixed by removing BUILD_DEPENDS (dependencies
 are not needed to build the port, just at runtime).
 
 Frederic
 
 --b5gNqxB1S1yM7hjW
 Content-Type: text/x-diff; charset=iso-8859-1
 Content-Disposition: attachment; filename="p5-Archive-Extract.diff"
 
 diff -ruN p5-Archive-Extract.bak/Makefile p5-Archive-Extract/Makefile
 --- p5-Archive-Extract.bak/Makefile	2010-10-05 13:08:04.127094989 +0200
 +++ p5-Archive-Extract/Makefile	2010-10-05 13:30:05.052496402 +0200
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	Archive-Extract
 -PORTVERSION=	0.42
 +PORTVERSION=	0.44
  CATEGORIES=	archivers perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -14,8 +14,6 @@
  MAINTAINER=	perl at FreeBSD.org
  COMMENT=	A generic archive extracting mechanism
  
 -BUILD_DEPENDS=	${RUN_DEPENDS}
 -
  MAKE_JOBS_SAFE=	yes
  
  MAN3=	Archive::Extract.3
 @@ -24,12 +22,9 @@
  
  .include <bsd.port.pre.mk>
  
 -.if ${PERL_LEVEL} < 501001
 -RUN_DEPENDS+=	p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd
 -.endif
 -
 -.if ${PERL_LEVEL} < 500905
 -RUN_DEPENDS+=	p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
 +.if ${PERL_LEVEL} < 501000
 +RUN_DEPENDS+=	p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \
 +		p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
  		p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \
  		p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check
  .endif
 diff -ruN p5-Archive-Extract.bak/distinfo p5-Archive-Extract/distinfo
 --- p5-Archive-Extract.bak/distinfo	2010-10-05 13:08:04.117703013 +0200
 +++ p5-Archive-Extract/distinfo	2010-10-05 13:09:08.783677320 +0200
 @@ -1,3 +1,3 @@
 -MD5 (Archive-Extract-0.42.tar.gz) = ee68a0e603a998524b30224c3599bb00
 -SHA256 (Archive-Extract-0.42.tar.gz) = f5ff0efbfc48a5b09a870177308c8a729062460c61d046a17b5b0c48b02aacad
 -SIZE (Archive-Extract-0.42.tar.gz) = 25007
 +MD5 (Archive-Extract-0.44.tar.gz) = 0a7fa755fe72be9d4bbc42999225f80d
 +SHA256 (Archive-Extract-0.44.tar.gz) = 4ae240b4ca313f4ac3fdde370cd3668ff8489efec6c16a2bb4ba1542315abdf8
 +SIZE (Archive-Extract-0.44.tar.gz) = 25173
 
 --b5gNqxB1S1yM7hjW--


More information about the freebsd-perl mailing list