OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 31-Dec-2002 09:41:22
Branch: HEAD Handle: 2002123108412101
Modified files:
openpkg-src/perl-ssl perl-ssl.spec
openpkg-web news.txt
Log:
make sure the correct OpenSSL is picked up
Summary:
Revision Changes Path
1.42 +10 -4 openpkg-src/perl-ssl/perl-ssl.spec
1.2471 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ssl/perl-ssl.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 perl-ssl.spec
--- openpkg-src/perl-ssl/perl-ssl.spec 30 Dec 2002 22:06:00 -0000 1.41
+++ openpkg-src/perl-ssl/perl-ssl.spec 31 Dec 2002 08:41:22 -0000 1.42
@@ -37,8 +37,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20021116
-Release: 20021116
+Version: 20021231
+Release: 20021231
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Net/Net_SSLeay.pm-%{V_net_ssleay}.tar.gz
@@ -48,8 +48,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, perl >= 5.8.0, openssl
-PreReq: OpenPKG, openpkg >= 20020206, perl >= 5.8.0, openssl
+BuildPreReq: OpenPKG, openpkg >= 20021230, perl >= 5.8.0, openssl
+PreReq: OpenPKG, openpkg >= 20021230, perl >= 5.8.0, openssl
AutoReq: no
AutoReqProv: no
@@ -71,6 +71,12 @@
%install
# perform common prolog operations
%{l_prefix}/bin/perl-openpkg prolog
+
+ # special module preparations
+ ( cd Crypt-SSLeay-%{V_crypt_ssleay}
+ %{l_shtool} subst \
+ -e 's;^\(my @POSSIBLE_SSL_DIRS = qw(\)[^)]*\().*\)$;\1%{l_prefix}\2;' \
+ Makefile.PL )
# build and install individual modules
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE0} %{l_prefix}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2470 -r1.2471 news.txt
--- openpkg-web/news.txt 31 Dec 2002 08:29:33 -0000 1.2470
+++ openpkg-web/news.txt 31 Dec 2002 08:41:21 -0000 1.2471
@@ -1,3 +1,4 @@
+31-Dec-2002: Upgraded package: P<perl-ssl-20021231-20021231>
31-Dec-2002: Upgraded package: P<uvscan-4.1.6.4240-20021231>
31-Dec-2002: Upgraded package: P<tidy-20021230-20021231>
31-Dec-2002: Upgraded package: P<perl-dbix-20021231-20021231>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]