OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 03-Jan-2003 10:34:19
Branch: HEAD Handle: 2003010309341701
Modified files:
openpkg-src/perl perl.spec
openpkg-web news.txt
Log:
pin scriptdir to l_prefix, no more guesswork
Summary:
Revision Changes Path
1.71 +2 -1 openpkg-src/perl/perl.spec
1.2506 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl/perl.spec
============================================================================
$ cvs diff -u -r1.70 -r1.71 perl.spec
--- openpkg-src/perl/perl.spec 31 Dec 2002 09:52:12 -0000 1.70
+++ openpkg-src/perl/perl.spec 3 Jan 2003 09:34:18 -0000 1.71
@@ -33,7 +33,7 @@
Group: Language
License: GPL/Artistic
Version: 5.8.0
-Release: 20021231
+Release: 20030103
# list of sources
Source0: ftp://ftp.cpan.org/pub/CPAN/src/perl-%{version}.tar.gz
@@ -80,6 +80,7 @@
-Dldflags="-L%{l_prefix}/lib" \
-Dlibpth="%{l_prefix}/lib /lib /usr/lib /usr/ccs/lib" \
-Dglibpth="%{l_prefix}/lib /lib /usr/lib /usr/ccs/lib" \
+ -Dscriptdir="%{l_prefix}/bin" \
-Uinstallusrbinperl \
-Ui_malloc -Ui_iconv -Ui_db
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2505 -r1.2506 news.txt
--- openpkg-web/news.txt 3 Jan 2003 08:49:22 -0000 1.2505
+++ openpkg-web/news.txt 3 Jan 2003 09:34:17 -0000 1.2506
@@ -1,3 +1,4 @@
+03-Jan-2003: Upgraded package: P<perl-5.8.0-20030103>
03-Jan-2003: Upgraded package: P<ncurses-5.3.20021231-20030103>
03-Jan-2003: Upgraded package: P<perl-dbi-20030103-20030103>
03-Jan-2003: Upgraded package: P<vim-6.1.270-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]