[Lunar-commits] CVS: moonbase/perl/perl DETAILS, 1.5,
1.6 POST_INSTALL, 1.1, 1.2
Terry Chan
tchan at lunar-linux.org
Wed Jul 28 16:12:22 GMT 2004
Update of /var/cvs/lunar/moonbase/perl/perl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv14914
Modified Files:
DETAILS POST_INSTALL
Log Message:
Too much talking, not enough action. Version bump to perl-5.8.5. Power
perl users will have to re-install their own cpan modules by hand. Some
installed moonbase/perl/* modules will also have to be re-linned as well.
Added these warning messages to the POST_INSTALL. Compiled/tested with
gcc-3.3.3, glibc-2.3.2, kernel headers 2.4.x.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/perl/perl/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 19 Apr 2004 11:13:13 -0000 1.5
+++ DETAILS 28 Jul 2004 16:12:20 -0000 1.6
@@ -1,14 +1,14 @@
MODULE=perl
- VERSION=5.8.3
+ VERSION=5.8.5
#VERSION=5.8.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://mirrors.kernel.org/cpan/src/$SOURCE
SOURCE_URL[1]=http://www.cpan.org/src/$SOURCE
WEB_SITE=http://www.perl.org
- SOURCE_VFY=md5:6d2b389f8c6424b7af303f417947714f
+ SOURCE_VFY=md5:49baa8d7d29b4a9713c06edeb81e6b1b
ENTERED=20010922
- UPDATED=20040419
+ UPDATED=20040720
PSAFE=no
SHORT="perl is Larry Wall's practical extraction and reporting language."
cat << EOF
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/perl/perl/POST_INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_INSTALL 8 Feb 2004 04:25:15 -0000 1.1
+++ POST_INSTALL 28 Jul 2004 16:12:20 -0000 1.2
@@ -4,3 +4,6 @@
if module_installed irssi; then lin irssi; fi
if module_installed ImageMagick; then lin ImageMagick; fi
if module_installed SDL_perl; then lin SDL_perl; fi
+message ""
+message "${MESSAGE_COLOR}Remember to re-install ANY CPAN modules by hand!${DEFAULT_COLOR}"
+message "${MESSAGE_COLOR}You will also need to re-lin lunar installed perl modules too!${DEFAULT_COLOR}"
More information about the Lunar-commits
mailing list