From: Petr S. <pe...@us...> - 2001-07-04 00:06:35
|
Update of /cvsroot/cscope/cscope/packages/uw7 In directory usw-pr-cvs1:/tmp/cvs-serv4312/packages/uw7 Modified Files: cscope_pkg.sh pkginfo Log Message: Updated version numbers to 16.0a Index: cscope_pkg.sh =================================================================== RCS file: /cvsroot/cscope/cscope/packages/uw7/cscope_pkg.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** cscope_pkg.sh 2001/02/09 19:59:59 1.2 --- cscope_pkg.sh 2001/07/03 22:09:50 1.3 *************** *** 90,94 **** # Install the spool dir cscope entry into the package echo "INFO: creating package" >&2 ! pkgtrans -s /var/spool/pkg cscope.15.2b.pkg cscope if [ $? -ne 0 ] then --- 90,94 ---- # Install the spool dir cscope entry into the package echo "INFO: creating package" >&2 ! pkgtrans -s /var/spool/pkg cscope.16.0a.pkg cscope if [ $? -ne 0 ] then Index: pkginfo =================================================================== RCS file: /cvsroot/cscope/cscope/packages/uw7/pkginfo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** pkginfo 2001/02/09 19:59:59 1.2 --- pkginfo 2001/07/03 22:09:50 1.3 *************** *** 1,5 **** PKG="cscope" NAME="cscope" ! VERSION="15.2b UW7.1.1 02/09/2001" CATEGORY="utilities" ARCH=i386 --- 1,5 ---- PKG="cscope" NAME="cscope" ! VERSION="16.0a UW7.1.1 07/03/2001" CATEGORY="utilities" ARCH=i386 |