From 85cd675be55224e56afb31ec96c7f5c8239d42a3 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 24 Jan 2012 20:08:56 +0000 Subject: [PATCH] Actually change the version for cyassl from 1.8.0 to 2.0.2 this time. --- dev-libs/cyassl/cyassl-2.0.2.bep | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-libs/cyassl/cyassl-2.0.2.bep b/dev-libs/cyassl/cyassl-2.0.2.bep index ac5c9a2bd..9a45cb316 100644 --- a/dev-libs/cyassl/cyassl-2.0.2.bep +++ b/dev-libs/cyassl/cyassl-2.0.2.bep @@ -1,20 +1,18 @@ DESCRIPTION="lightweight yet fully functional embedded SSL implementation" HOMEPAGE="http://yassl.com" -SRC_URI="http://yassl.com/cyassl-1.8.0.zip" +SRC_URI="http://yassl.com/cyassl-2.0.2.zip" REVISION="1" STATUS_HAIKU="stable" DEPEND="app-text/dos2unix >= 1.0" -CHECKSUM_MD5="d2ce70ffe04b6603eeb630258e236a58" +CHECKSUM_MD5="2f51752207132c161155508eeb517e38" BUILD { - cd cyassl-1.8.0 + cd cyassl-2.0.2 dos2unix * dos2unix include/* dos2unix ctaocrypt/include/* dos2unix ctaocrypt/src/* libtoolize --force --copy --install - rm acinclude.m4 - rm aclocal.m4 - aclocal + aclocal -I m4 autoconf chmod 755 configure automake @@ -23,12 +21,12 @@ BUILD { } INSTALL { - cd cyassl-1.8.0 + cd cyassl-2.0.2 make install } TEST { - cd cyassl-1.8.0 + cd cyassl-2.0.2 make check cd testsuite testsuite