aboutsummaryrefslogtreecommitdiff
path: root/security/botan
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-04-15 08:30:23 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-04-15 08:30:23 +0000
commita238f0f37f7fb0afc784ee03973634bccaf8b3ce (patch)
tree3f2a930d3d2b627a1b54ed7541405368aec2942e /security/botan
parent45f47ed2827a750a959866d41d0680f4f5f4f7ce (diff)
downloadports-a238f0f37f7fb0afc784ee03973634bccaf8b3ce.tar.gz
ports-a238f0f37f7fb0afc784ee03973634bccaf8b3ce.zip
- update to 1.4.12
- fix unfetchable - modified patch-configure.pl ! Merged doc/rngs.txt into the main API document
Notes
Notes: svn path=/head/; revision=159566
Diffstat (limited to 'security/botan')
-rw-r--r--security/botan/Makefile2
-rw-r--r--security/botan/distinfo6
-rw-r--r--security/botan/files/patch-configure.pl14
3 files changed, 15 insertions, 7 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
index 22fb28394282..a43336d915c5 100644
--- a/security/botan/Makefile
+++ b/security/botan/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= botan
-PORTVERSION= 1.4.11
+PORTVERSION= 1.4.12
CATEGORIES= security
MASTER_SITES= http://files.randombit.net/botan/
DISTNAME= Botan-${PORTVERSION}
diff --git a/security/botan/distinfo b/security/botan/distinfo
index 2c20b4935242..d42c629028bc 100644
--- a/security/botan/distinfo
+++ b/security/botan/distinfo
@@ -1,3 +1,3 @@
-MD5 (Botan-1.4.11.tbz) = 87ec70830c988410c45627cc34e4d8b8
-SHA256 (Botan-1.4.11.tbz) = 752750847efa8f66cab8c1f6be94071f2f6007919e59a63d798943508c8ef1b8
-SIZE (Botan-1.4.11.tbz) = 1660829
+MD5 (Botan-1.4.12.tbz) = bae76134b231b92cf4c5d596ee54a8c5
+SHA256 (Botan-1.4.12.tbz) = c07adb0af7aa2ba66ba790f6acec1313b70311632ddad8d0cbb82eb92f582b3c
+SIZE (Botan-1.4.12.tbz) = 1660513
diff --git a/security/botan/files/patch-configure.pl b/security/botan/files/patch-configure.pl
index 749998bfcd28..c870d521ffaf 100644
--- a/security/botan/files/patch-configure.pl
+++ b/security/botan/files/patch-configure.pl
@@ -1,6 +1,14 @@
---- configure.pl.orig Sat Jun 26 14:32:52 2004
-+++ configure.pl Fri Jul 16 16:53:50 2004
-@@ -2007,7 +2007,11 @@
+--- configure.pl.orig Mon Jan 16 12:13:55 2006
++++ configure.pl Sat Apr 15 15:48:03 2006
+@@ -74,7 +74,6 @@
+ 'deprecated.txt' => $DOC_DIR,
+ 'license.txt' => $DOC_DIR,
+ 'log.txt' => $DOC_DIR,
+- 'rngs.txt' => $DOC_DIR,
+ 'thanks.txt' => $DOC_DIR,
+ 'todo.txt' => $DOC_DIR
+ );
+@@ -2040,7 +2039,11 @@
my $link_to = "-lm";
foreach my $lib (@{ $lib_list })
{