Date: Mon, 14 Aug 2006 11:30:21 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] security/p5-Crypt-CBC: update to 2.19 Message-ID: <20060814033021.AC4521FA@netnews.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] security/p5-Crypt-CBC: update to 2.19 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 2.19 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Crypt-CBC-2.19.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-CBC/Makefile /home/staff/gslin/work/p5-Crypt-CBC/Makefile --- /usr/ports/security/p5-Crypt-CBC/Makefile Thu Jun 8 04:29:24 2006 +++ /home/staff/gslin/work/p5-Crypt-CBC/Makefile Mon Aug 14 11:29:44 2006 @@ -6,7 +6,7 @@ # PORTNAME= Crypt-CBC -PORTVERSION= 2.18 +PORTVERSION= 2.19 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -22,8 +22,8 @@ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS= ${RUN_DEPENDS} .endif .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-CBC/distinfo /home/staff/gslin/work/p5-Crypt-CBC/distinfo --- /usr/ports/security/p5-Crypt-CBC/distinfo Thu Jun 8 04:29:24 2006 +++ /home/staff/gslin/work/p5-Crypt-CBC/distinfo Mon Aug 14 11:29:02 2006 @@ -1,3 +1,3 @@ -MD5 (Crypt-CBC-2.18.tar.gz) = 439e9f088a1ea37868e6a31c8e9c2692 -SHA256 (Crypt-CBC-2.18.tar.gz) = 7841621b751b94582feb02bd423a90614f792d2dc3de7d5658da223033d02dac -SIZE (Crypt-CBC-2.18.tar.gz) = 20879 +MD5 (Crypt-CBC-2.19.tar.gz) = 9e611ce8984d1d2f14cd038e62b50064 +SHA256 (Crypt-CBC-2.19.tar.gz) = a29bb19df427508850927703ff4d55e48fbff8e2550a3a3304afe2da58843cce +SIZE (Crypt-CBC-2.19.tar.gz) = 20427 diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-CBC/pkg-plist /home/staff/gslin/work/p5-Crypt-CBC/pkg-plist --- /usr/ports/security/p5-Crypt-CBC/pkg-plist Sun Jan 22 10:50:26 2006 +++ /home/staff/gslin/work/p5-Crypt-CBC/pkg-plist Mon Aug 14 11:30:08 2006 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/Crypt/CBC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBC/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBC --- p5-Crypt-CBC-2.19.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060814033021.AC4521FA>