Check-in Number:
|
3010 | |
Date: |
2002-Dec-22 16:01:17 (local)
2002-Dec-22 15:01:17 (UTC) |
User: | rse |
Branch: | |
Comment: |
cleanup version stuff |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shiela/README 1.6 -> 1.7
--- README 2002/12/21 09:42:57 1.6
+++ README 2002/12/22 15:01:17 1.7
@@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| |___/_| |_|_|\___|_|\__,_|
OSSP shiela - Access Control and Logging Facility for CVS
- Version 0.9.3 (21-Dec-2002)
+ Version 0.9.3 (22-Dec-2002)
ABSTRACT
|
|
ossp-pkg/shiela/VERSION 1.5 -> 1.6
--- VERSION 2002/12/21 09:20:27 1.5
+++ VERSION 2002/12/22 15:01:17 1.6
@@ -2,5 +2,5 @@
VERSION -- Version Information for OSSP shiela (syntax: Text)
[automatically generated and maintained by GNU shtool]
- This is OSSP shiela, Version 0.9.3 (21-Dec-2002)
+ This is OSSP shiela, Version 0.9.3 (22-Dec-2002)
|
|
ossp-pkg/shiela/devtool.conf 1.4 -> 1.5
--- devtool.conf 2002/12/21 11:00:17 1.4
+++ devtool.conf 2002/12/22 15:01:17 1.5
@@ -23,17 +23,16 @@
%version
./shtool version -ltxt -n "OSSP shiela" -e VERSION
- V=`./shtool version -ltxt -dlong VERSION`
- sed -e "s/Version .*/Version $V/g" <README >README.n && mv README.n README
+ V=`./shtool version -ltxt -d short VERSION`
sed -e "s/version = '.*'/version = '$V'/" <shiela.pl >shiela.pl.n && mv shiela.pl.n shiela.pl
sed -e "s/version=\".*\"/version=\"$V\"/" <shiela-install.sh >shiela-install.sh.n && mv shiela-install.sh.n shiela-install.sh
- V=`./shtool version -l txt -d long VERSION`
- sed -e "s/Version .*(.*)/Version $V/g" <README >README.n && mv README.n README
- sed -e "s/B<OSSP shiela> .*/B<OSSP shiela> $V/" <shiela.pod >shiela.pod.n && mv shiela.pod.n shiela.pod
- sed -e "s/B<OSSP shiela> .*/B<OSSP shiela> $V/" <shiela-install.pod >shiela-install.pod.n && mv shiela-install.pod.n shiela-install.pod
+ V=`./shtool version -l txt -d long VERSION`
+ sed -e "s/Version .*(.*)/Version $V/g" <README >README.n && mv README.n README
+ sed -e "s/^B<OSSP shiela> [0-9].*/B<OSSP shiela> $V/" <shiela.pod >shiela.pod.n && mv shiela.pod.n shiela.pod
+ sed -e "s/^B<OSSP shiela> [0-9].*/B<OSSP shiela> $V/" <shiela-install.pod >shiela-install.pod.n && mv shiela-install.pod.n shiela-install.pod
%tag
- V=`./shtool version -ltxt -dshort VERSION | sed -e 's;\.;_;g'`
+ V=`./shtool version -ltxt -dshort VERSION | sed -e 's;\.;_;g'`
echo "+++ tagging CVS sources as SHIELA_${V}"
cvs tag SHIELA_${V}
@@ -52,7 +51,7 @@
echo "+++ fixing"
./shtool fixperm -v .
echo "+++ rolling"
- V=`./shtool version -ltxt -dshort VERSION`
+ V=`./shtool version -ltxt -dshort VERSION`
./shtool tarball -o shiela-${V}.tar.gz -d shiela-${V} -u ossp -g ossp \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' .
ls -l shiela-${V}.tar.gz
@@ -63,6 +62,6 @@
%upload
echo "+++ copying to ftp://ftp.ossp.org/pkg/tool/shiela/"
- V=`./shtool version -ltxt -dshort VERSION`
+ V=`./shtool version -ltxt -dshort VERSION`
scp shiela-${V}.tar.gz master.ossp.org:/e/ossp/ftp/pkg/tool/shiela/
|
|
ossp-pkg/shiela/shiela-install.pod 1.10 -> 1.11
--- shiela-install.pod 2002/12/22 11:10:42 1.10
+++ shiela-install.pod 2002/12/22 15:01:17 1.11
@@ -33,7 +33,7 @@
=head1 VERSION
-B<OSSP shiela> 0.9.3 (21-Dec-2002)
+B<OSSP shiela> 0.9.3 (22-Dec-2002)
=head1 DESCRIPTION
|
|
ossp-pkg/shiela/shiela-install.sh 1.11 -> 1.12
--- shiela-install.sh 2002/12/22 11:10:42 1.11
+++ shiela-install.sh 2002/12/22 15:01:17 1.12
@@ -26,7 +26,7 @@
## shiela-install.sh: repository install program (syntax: Bourne-Shell)
##
-version="0.9.3 (21-Dec-2002)"
+version="0.9.3"
prefix="@prefix@"
bindir="@bindir@"
|
|
ossp-pkg/shiela/shiela.pl 1.30 -> 1.31
--- shiela.pl 2002/12/22 11:19:48 1.30
+++ shiela.pl 2002/12/22 15:01:17 1.31
@@ -26,7 +26,7 @@
## shiela.pl: control program (syntax: Perl)
##
-my $version = '0.9.3 (21-Dec-2002)';
+my $version = '0.9.3';
require 5.005;
@@ -734,8 +734,7 @@
$sm->{header} =
"From: \"".$RT->{username}."\" <".$RT->{usermail}.">\n" .
"To: $toaddr\n" .
- "User-Agent: ".uc(substr($RT->{name}, 0, 1)).substr($RT->{name}, 1)."/$RT->{vers} " .
- "CVS/".$RT->{cvsvers}.($RT->{cvsrse} ? "+RSE" : "")."\n" .
+ "User-Agent: OSSP shiela ".$RT->{vers}." [CVS ".$RT->{cvsvers}.($RT->{cvsrse} ? "+RSE" : "")."]\n" .
"Precedence: bulk\n" .
"Mime-Version: 1.0\n" .
"Content-Type: text/plain; charset=iso-8859-1\n" .
|
|
ossp-pkg/shiela/shiela.pod 1.10 -> 1.11
--- shiela.pod 2002/12/22 11:10:43 1.10
+++ shiela.pod 2002/12/22 15:01:17 1.11
@@ -33,7 +33,7 @@
=head1 VERSION
-B<OSSP shiela> 0.9.3 (21-Dec-2002)
+B<OSSP shiela> 0.9.3 (22-Dec-2002)
=head1 DESCRIPTION
|
|