Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2006 11:50:16 GMT
From:      =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/96132: [maintainer update] security/p5-Digest-CRC
Message-ID:  <200604211150.k3LBoGM2053530@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/96132; it has been noted by GNATS.

From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
To: bug-followup@FreeBSD.org,  gabor.kovesdan@t-hosting.hu
Cc:  
Subject: Re: ports/96132: [maintainer update] security/p5-Digest-CRC
Date: Fri, 21 Apr 2006 13:48:03 +0200

 This is a multi-part message in MIME format.
 --------------090906020802010804060204
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Currently, I don't have a test environment for Perl 5.0, so here's a new 
 patch to mark it broken on 5.0.
 
 Gabor Kovesdan
 
 --------------090906020802010804060204
 Content-Type: text/plain;
  name="p5-Digest-CRC-2.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="p5-Digest-CRC-2.diff"
 
 Index: security/p5-Digest-CRC/Makefile
 ===================================================================
 RCS file: /usr/cvs/ports/security/p5-Digest-CRC/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- security/p5-Digest-CRC/Makefile	23 Dec 2005 17:50:27 -0000	1.2
 +++ security/p5-Digest-CRC/Makefile	21 Apr 2006 11:46:34 -0000
 @@ -4,7 +4,7 @@
  # $FreeBSD: ports/security/p5-Digest-CRC/Makefile,v 1.2 2005/12/23 17:50:27 leeym Exp $
  
  PORTNAME=	Digest-CRC
 -PORTVERSION=	0.09
 +PORTVERSION=	0.10
  CATEGORIES=	security perl5
  MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
  MASTER_SITE_SUBDIR=	Digest
 @@ -17,4 +17,10 @@
  
  MAN3=	Digest::CRC.3
  
 -.include <bsd.port.mk>
 +.include <bsd.port.pre.mk>
 +
 +.if ${PERL_LEVEL} < 500600
 +IGNORE= Perl 5.6 or newer required, install lang/perl5 or lang/perl5.8 and try again
 +.endif
 +
 +.include <bsd.port.post.mk>
 Index: security/p5-Digest-CRC/distinfo
 ===================================================================
 RCS file: /usr/cvs/ports/security/p5-Digest-CRC/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- security/p5-Digest-CRC/distinfo	17 Dec 2005 14:06:58 -0000	1.1
 +++ security/p5-Digest-CRC/distinfo	21 Apr 2006 10:38:04 -0000
 @@ -1,3 +1,3 @@
 -MD5 (Digest-CRC-0.09.tar.gz) = 1456ba664d59a7ccc7d30e980f1695d0
 -SHA256 (Digest-CRC-0.09.tar.gz) = f73f1b76f091a509a3fa8146a44c536c03af10a381f28a69840a243d6f99974d
 -SIZE (Digest-CRC-0.09.tar.gz) = 5914
 +MD5 (Digest-CRC-0.10.tar.gz) = 2a065f4081fd923f2245e66597befcfb
 +SHA256 (Digest-CRC-0.10.tar.gz) = e8736063ae700b607368838a391f50b28d16c7985684dfa35bc5f97c7a9db952
 +SIZE (Digest-CRC-0.10.tar.gz) = 6292
 
 --------------090906020802010804060204--



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