aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-06 17:14:04 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-06 17:14:04 +0000
commit49065dd7a90271b9e1ab2875216f66e31f34f86a (patch)
treea0ef0d306f23622faa7ffea1a8b943ceae8d7e34 /security
parent4ae496ffbbb476eb5a5ce266f4375bccf0d24a2b (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/libtomcrypt/Makefile8
-rw-r--r--security/libtomcrypt/distinfo9
2 files changed, 11 insertions, 6 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile
index e19158e51657..35935af4f505 100644
--- a/security/libtomcrypt/Makefile
+++ b/security/libtomcrypt/Makefile
@@ -6,11 +6,14 @@
#
PORTNAME= libtomcrypt
-PORTVERSION= 1.08
+PORTVERSION= 1.09
CATEGORIES= security
MASTER_SITES= http://libtomcrypt.org/files/
DISTNAME= crypt-${PORTVERSION}
+PATCH_SITES= http://libtomcrypt.org/files/patch-1.09/
+PATCHFILES= lrw_process.c.patch
+
MAINTAINER= wxs@csh.rit.edu
COMMENT= Comprehensive, modular and portable cryptographic toolkit
@@ -20,7 +23,6 @@ MAKE_ARGS= DESTDIR="${PREFIX}" LIBPATH="/lib" INCPATH="/include" \
DATAPATH="${DOCSDIR}/pdf"
USE_BZIP2= yes
USE_GMAKE= yes
-USE_REINPLACE= yes
ALL_TARGET= library
CFLAGS+= -I${PREFIX}/include
@@ -32,7 +34,7 @@ OPTIONS= DOCS "build documentation (depends on teTeX)" off \
.include <bsd.port.pre.mk>
.if defined(WITHOUT_LIBTOMMATH) && defined(WITHOUT_TOMSFASTMATH)
-IGNORE= You must choose either LibTomMath or TomsFastMath (or both)
+IGNORE= you must choose either LibTomMath or TomsFastMath (or both)
.endif
.if !defined(WITHOUT_LIBTOMMATH)
diff --git a/security/libtomcrypt/distinfo b/security/libtomcrypt/distinfo
index c14344a82c36..9dfa79c3f9af 100644
--- a/security/libtomcrypt/distinfo
+++ b/security/libtomcrypt/distinfo
@@ -1,3 +1,6 @@
-MD5 (crypt-1.08.tar.bz2) = 3cce06f48b4ae59f0e287d21fb2d2a54
-SHA256 (crypt-1.08.tar.bz2) = e972295b49f89ddf6e5d3e12295048aece888ba421924289be14abadeac54119
-SIZE (crypt-1.08.tar.bz2) = 1192803
+MD5 (crypt-1.09.tar.bz2) = f290f134d11dc54b3d69a1a204c5dca9
+SHA256 (crypt-1.09.tar.bz2) = aa30ae1eddedd376e11e2e070858fff1dc8c59fbf48d9446f2d7fc9bc7b45005
+SIZE (crypt-1.09.tar.bz2) = 1210275
+MD5 (lrw_process.c.patch) = ad72b9e948902300f883169408725201
+SHA256 (lrw_process.c.patch) = 64b6d5430dbd3e45b224fc92770c8bb442ff19a48c5c24156426d20ce02d43b0
+SIZE (lrw_process.c.patch) = 356