aboutsummaryrefslogtreecommitdiffstats
path: root/security/libtomcrypt
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-02-07 01:14:04 +0800
committergarga <garga@FreeBSD.org>2006-02-07 01:14:04 +0800
commitcc55484ea77b5f705c57f664f61e75286597f26a (patch)
treed980d1d0624a4dd2871325f3f24373f35887ae74 /security/libtomcrypt
parent5cce2d89f4af6d06848339d2309f873ea621afe6 (diff)
downloadfreebsd-ports-gnome-cc55484ea77b5f705c57f664f61e75286597f26a.tar.gz
freebsd-ports-gnome-cc55484ea77b5f705c57f664f61e75286597f26a.tar.zst
freebsd-ports-gnome-cc55484ea77b5f705c57f664f61e75286597f26a.zip
- Update to 1.09
- Fix IGNORE message to pacify portlint(1) - Drop USE_REINPLACE PR: ports/92897 Submitted by: maintainer
Diffstat (limited to 'security/libtomcrypt')
-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