Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4dcc9e04efebf2d73ba7791ba081d15fee74ad7e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4dcc9e04efebf2d73ba7791ba081d15fee74ad7e)
  • Date: Mon, 7 Jan 2008 19:22:02 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

perl-cpan/net-ssleay/BUILD | 2 +-
perl-cpan/net-ssleay/DEPENDS | 4 ++--
perl-cpan/net-ssleay/DETAILS | 9 +++------
perl-cpan/net-ssleay/HISTORY | 4 ++++
4 files changed, 10 insertions(+), 9 deletions(-)

New commits:
commit 4dcc9e04efebf2d73ba7791ba081d15fee74ad7e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

net-ssleay: fixed the build + cleaned up

diff --git a/perl-cpan/net-ssleay/BUILD b/perl-cpan/net-ssleay/BUILD
index 708d7f9..1061a7b 100755
--- a/perl-cpan/net-ssleay/BUILD
+++ b/perl-cpan/net-ssleay/BUILD
@@ -1,3 +1,3 @@
-OPTS="DEFINE='-DPERL5'" &&
+DEFINE="-DPERL5" &&

default_build_perl
diff --git a/perl-cpan/net-ssleay/DEPENDS b/perl-cpan/net-ssleay/DEPENDS
index c72bc7f..97a2213 100755
--- a/perl-cpan/net-ssleay/DEPENDS
+++ b/perl-cpan/net-ssleay/DEPENDS
@@ -1,2 +1,2 @@
-depends perl &&
-depends openssl
+depends perl &&
+depends openssl
diff --git a/perl-cpan/net-ssleay/DETAILS b/perl-cpan/net-ssleay/DETAILS
index 21ccc3e..71656bf 100755
--- a/perl-cpan/net-ssleay/DETAILS
+++ b/perl-cpan/net-ssleay/DETAILS
@@ -2,20 +2,17 @@
VERSION=1.30
SOURCE=Net_SSLeay.pm-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Net_SSLeay.pm-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/F/FL/FLORA/$SOURCE
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/F/FL/FLORA/$SOURCE

SOURCE_HASH=sha512:f39853ea976b36ca998446eb974c32cd2dd09b91df4d6334181923b7334b82754868d355a99ea8ad1c5b57c7cf6ac407c830bf2aa579490edcc8949f02fbde1f
LICENSE=ART
- WEB_SITE="http://search.cpan.org/search?module=Net::SSLeay";
+ WEB_SITE=http://search.cpan.org/~flora/Net-SSLeay/
ENTERED=20011212
- UPDATED=20020403
KEYWORDS="perl"
- SHORT="allows scripts to call the functions in the OpenSSL
library."
+ SHORT="allows scripts to call the functions in the OpenSSL
library"
cat << EOF
-
Net::SSLeay.pm is a perl module that allows you to call Secure Sockets
Layer (SSL) functions of the SSLeay library directly from your perl
scripts. It is useful if you want to program robots that access secure
web servers or if you want to build your own applications over SSL
encrypted tunnels.
-
EOF
diff --git a/perl-cpan/net-ssleay/HISTORY b/perl-cpan/net-ssleay/HISTORY
index b12d764..d74cf43 100644
--- a/perl-cpan/net-ssleay/HISTORY
+++ b/perl-cpan/net-ssleay/HISTORY
@@ -1,4 +1,8 @@
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, fixed url
+ * BUILD: fixed the build
+
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: cleaned up

2006-10-13: Arjan Bouter <abouter AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4dcc9e04efebf2d73ba7791ba081d15fee74ad7e), Vlad Glagolev, 01/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page