1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 2.01

PR:		92794
Submitted by:	leeym
Approved by:	Jim Geovedi <jim@corebsd.or.id> (maintainer)
This commit is contained in:
Erwin Lansing 2006-02-04 14:38:12 +00:00
parent f5bc2fa3fd
commit 1b5f9ff2f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155198
5 changed files with 11 additions and 22 deletions

View File

@ -6,15 +6,18 @@
#
PORTNAME= SHA
PORTVERSION= 1.2
PORTVERSION= 2.01
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SHA
MASTER_SITE_SUBDIR= ../../authors/id/G/GA/GAAS/
PKGNAMEPREFIX= p5-
MAINTAINER= jim@corebsd.or.id
COMMENT= Perl5 interface to the SHA1 algorithm
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= SHA.3

View File

@ -1,3 +1,3 @@
MD5 (SHA-1.2.tar.gz) = fc23793219770f156d32fa676ab49be4
SHA256 (SHA-1.2.tar.gz) = b239bb7e25315dc44d5f6acbad16bd8570ba33a80ee2c8aed9ab143a4d41a966
SIZE (SHA-1.2.tar.gz) = 8966
MD5 (SHA-2.01.tar.gz) = 56573202d94ace4da5641a6f4f25cfe0
SHA256 (SHA-2.01.tar.gz) = 8571331eac2cf9f9e3f4dee586017884c6dbb02ec64960f3e5f526b6514ef4ea
SIZE (SHA-2.01.tar.gz) = 2282

View File

@ -1,11 +0,0 @@
--- Makefile.PL.orig Mon Sep 30 04:33:16 2002
+++ Makefile.PL Mon Sep 30 04:34:51 2002
@@ -20,7 +20,7 @@ if (exists($Config{'byteorder'}) and def
print "Writing endian.h for SHA\n";
}
print "Do you want to use the original SHA or the new standard SHA-1?\nEnter 0 for the original or 1 for the new standard. [1]";
- $resp = <STDIN>;
+ $resp = 1;
if (defined($resp)) {
$resp =~ s/^\s+//;
$resp =~ s/\s+$//;

View File

@ -6,3 +6,5 @@ a 20-byte binary string. This operation delivers the result of
operations since the last new or reset operation. Once the operation
has been performed, the context must be reset before being used to
calculate another digest value.
WWW: http://search.cpan.org/dist/SHA/

View File

@ -1,8 +1,3 @@
%%SITE_PERL%%/%%PERL_ARCH%%/SHA.pm
%%SITE_PERL%%/%%PERL_ARCH%%/SHA.pod
%%SITE_PERL%%/%%PERL_ARCH%%/sha_driver.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/SHA.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/SHA.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/autosplit.ix
%%SITE_PERL%%/SHA.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA