Index: head/security/p5-Crypt-TEA/files/patch-TEA.xs =================================================================== --- head/security/p5-Crypt-TEA/files/patch-TEA.xs (revision 468835) +++ head/security/p5-Crypt-TEA/files/patch-TEA.xs (nonexistent) @@ -1,15 +0,0 @@ ---- TEA.xs.orig 2001-05-21 17:32:59 UTC -+++ TEA.xs -@@ -55,9 +55,11 @@ tea_crypt(self, input, output, decrypt) - output = sv_newmortal(); - outlen = 8; - -- if (SvREADONLY(output) || !SvUPGRADE(output, SVt_PV)) -+ if (SvREADONLY(output)) - croak("cannot use output as lvalue"); - -+ SvUPGRADE(output, SVt_PV); -+ - tea_crypt(self, - (unsigned char *)input, - (unsigned char *)SvGROW(output, outlen), Property changes on: head/security/p5-Crypt-TEA/files/patch-TEA.xs ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/p5-Crypt-TEA/Makefile =================================================================== --- head/security/p5-Crypt-TEA/Makefile (revision 468835) +++ head/security/p5-Crypt-TEA/Makefile (revision 468836) @@ -1,17 +1,19 @@ # Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-TEA -PORTVERSION= 1.25 -PORTREVISION= 1 +PORTVERSION= 1.26 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension to Tiny Encryption Algorithm + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure .include Index: head/security/p5-Crypt-TEA/distinfo =================================================================== --- head/security/p5-Crypt-TEA/distinfo (revision 468835) +++ head/security/p5-Crypt-TEA/distinfo (revision 468836) @@ -1,2 +1,3 @@ -SHA256 (Crypt-TEA-1.25.tar.gz) = fb89a96a160bcf6fe489a4624b52476ede0c10188a22ad746309c1607ba9dbd3 -SIZE (Crypt-TEA-1.25.tar.gz) = 7786 +TIMESTAMP = 1525266951 +SHA256 (Crypt-TEA-1.26.tar.gz) = 771b3e0202126789e5b2d5b98814d03671c2b88cfe89041ba2a48a24da6fa5a5 +SIZE (Crypt-TEA-1.26.tar.gz) = 8325