svn commit: r366935 - head/security/p5-Crypt-Tea_JS

Adam Weinberger adamw at FreeBSD.org
Mon Sep 1 19:18:58 UTC 2014


Author: adamw
Date: Mon Sep  1 19:18:57 2014
New Revision: 366935
URL: http://svnweb.freebsd.org/changeset/ports/366935
QAT: https://qat.redports.org/buildarchive/r366935/

Log:
  Reading up on it a bit more, there are some differences between
  Crypt::Tea and Crypt::Tea_JS. Crypt::Tea_JS can be backwards
  compatible, but isn't by default. I've changed the COMMENT in
  Crypt::Tea_JS to be different from Crypt::Tea.

Modified:
  head/security/p5-Crypt-Tea_JS/Makefile

Modified: head/security/p5-Crypt-Tea_JS/Makefile
==============================================================================
--- head/security/p5-Crypt-Tea_JS/Makefile	Mon Sep  1 19:18:55 2014	(r366934)
+++ head/security/p5-Crypt-Tea_JS/Makefile	Mon Sep  1 19:18:57 2014	(r366935)
@@ -8,7 +8,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	adamw at FreeBSD.org
-COMMENT=	Tiny Encryption Algorithm in Perl and Javascript
+COMMENT=	Next gen Tiny Encryption Algorithm in Perl and Javascript
 
 CONFLICTS=	p5-Crypt-T_e_a-[0-9]*
 


More information about the svn-ports-head mailing list