|
From: Petr S. <pe...@us...> - 2001-02-09 19:59:34
|
Update of /cvsroot/cscope/cscope/packages/uw7 In directory usw-pr-cvs1:/tmp/cvs-serv30087/packages/uw7 Modified Files: pkginfo cscope_pkg.sh Log Message: New version number 15.2.b. Darwin support. Index: pkginfo =================================================================== RCS file: /cvsroot/cscope/cscope/packages/uw7/pkginfo,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** pkginfo 2000/11/22 15:42:16 1.1 --- pkginfo 2001/02/09 19:59:59 1.2 *************** *** 1,5 **** PKG="cscope" NAME="cscope" ! VERSION="15.1 UW7.1.1 11/22/2000" CATEGORY="utilities" ARCH=i386 --- 1,5 ---- PKG="cscope" NAME="cscope" ! VERSION="15.2b UW7.1.1 02/09/2001" CATEGORY="utilities" ARCH=i386 Index: cscope_pkg.sh =================================================================== RCS file: /cvsroot/cscope/cscope/packages/uw7/cscope_pkg.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** cscope_pkg.sh 2000/11/22 15:42:16 1.1 --- cscope_pkg.sh 2001/02/09 19:59:59 1.2 *************** *** 90,94 **** # Install the spool dir cscope entry into the package echo "INFO: creating package" >&2 ! pkgtrans -s /var/spool/pkg cscope.15.1.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.15.2b.pkg cscope if [ $? -ne 0 ] then |