Date: Thu, 10 Aug 2006 11:40:17 +0800 (CST) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gkovesdan@t-hosting.hu Subject: ports/101743: [PATCH] security/p5-Crypt-SaltedHash: update to 0.05 Message-ID: <20060810034017.386537E956@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200608100340.k7A3eE6r093696@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101743 >Category: ports >Synopsis: [PATCH] security/p5-Crypt-SaltedHash: update to 0.05 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 10 03:40:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006 >Description: - Update to 0.05 - use PERL_MODBUILD - remove dependency of Test-More - from Changes - switched to Module::Build Port maintainer (gkovesdan@t-hosting.hu) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Crypt-SaltedHash-0.05.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/p5-Crypt-SaltedHash/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 4 Feb 2006 16:31:26 -0000 1.2 +++ Makefile 10 Aug 2006 03:37:27 -0000 @@ -4,7 +4,7 @@ # $FreeBSD: ports/security/p5-Crypt-SaltedHash/Makefile,v 1.2 2006/02/04 16:31:26 erwin Exp $ PORTNAME= Crypt-SaltedHash -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -15,10 +15,9 @@ RUN_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Crypt::SaltedHash.3 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/p5-Crypt-SaltedHash/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 4 Feb 2006 16:31:26 -0000 1.2 +++ distinfo 10 Aug 2006 03:37:27 -0000 @@ -1,3 +1,3 @@ -MD5 (Crypt-SaltedHash-0.04.tar.gz) = d7f3568d892cbab4ed59d3d43859974c -SHA256 (Crypt-SaltedHash-0.04.tar.gz) = 0dafa382737f9bc86f4b8ea81958ddb37664644022f0cdc5b72bd1bedb19a28c -SIZE (Crypt-SaltedHash-0.04.tar.gz) = 6946 +MD5 (Crypt-SaltedHash-0.05.tar.gz) = cbf31ad4348bb5aacf10666188bc2ba0 +SHA256 (Crypt-SaltedHash-0.05.tar.gz) = 25d0f3110223c97a4a6c3f3397febddabd6c16db9a6f147bf6f6e85eff020e64 +SIZE (Crypt-SaltedHash-0.05.tar.gz) = 9233 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/security/p5-Crypt-SaltedHash/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 22 Jan 2006 02:50:36 -0000 1.2 +++ pkg-plist 10 Aug 2006 03:37:27 -0000 @@ -1,5 +1,2 @@ %%SITE_PERL%%/Crypt/SaltedHash.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SaltedHash/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SaltedHash/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt --- p5-Crypt-SaltedHash-0.05.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060810034017.386537E956>