diff options
author | clsung <clsung@FreeBSD.org> | 2006-04-15 08:30:23 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-04-15 08:30:23 +0000 |
commit | 0e62a4a2f80ae4530c2971c88c740c5a69b82df2 (patch) | |
tree | 3594ac43a0b5f457d873a87a76d920f7b4742cbb /security/botan/files | |
parent | adc51f5f80d9ca7b39eefa4821c64d28015fab2e (diff) | |
download | FreeBSD-ports-0e62a4a2f80ae4530c2971c88c740c5a69b82df2.zip FreeBSD-ports-0e62a4a2f80ae4530c2971c88c740c5a69b82df2.tar.gz |
- update to 1.4.12
- fix unfetchable
- modified patch-configure.pl
! Merged doc/rngs.txt into the main API document
Diffstat (limited to 'security/botan/files')
-rw-r--r-- | security/botan/files/patch-configure.pl | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/security/botan/files/patch-configure.pl b/security/botan/files/patch-configure.pl index 749998b..c870d52 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 }) { |