diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-02 03:18:57 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-02 03:18:57 +0800 |
commit | c06ac4afd825a188b0bc59234763332cd6732d85 (patch) | |
tree | 092942026ed06ede82d2f7ec80c5e3f6aae23354 | |
parent | 1456ed17d98b8aaf635d565c04c4a885f7accc61 (diff) | |
download | freebsd-ports-gnome-c06ac4afd825a188b0bc59234763332cd6732d85.tar.gz freebsd-ports-gnome-c06ac4afd825a188b0bc59234763332cd6732d85.tar.zst freebsd-ports-gnome-c06ac4afd825a188b0bc59234763332cd6732d85.zip |
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.
-rw-r--r-- | security/p5-Crypt-Tea_JS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-Tea_JS/Makefile b/security/p5-Crypt-Tea_JS/Makefile index ef37ee6c1d43..d06df29e5966 100644 --- a/security/p5-Crypt-Tea_JS/Makefile +++ b/security/p5-Crypt-Tea_JS/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= adamw@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]* |