From: Hans-Bernhard B. <br...@us...> - 2006-10-07 08:56:37
|
Update of /cvsroot/cscope/cscope/packages/uw7 In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12618/packages/uw7 Modified Files: Tag: v15_6_base cscope_pkg.sh pkginfo Log Message: Actual V15.6 files Index: cscope_pkg.sh =================================================================== RCS file: /cvsroot/cscope/cscope/packages/uw7/cscope_pkg.sh,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** cscope_pkg.sh 3 Jul 2001 22:09:50 -0000 1.3 --- cscope_pkg.sh 7 Oct 2006 08:56:34 -0000 1.3.2.1 *************** *** 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 --- 90,94 ---- # Install the spool dir cscope entry into the package echo "INFO: creating package" >&2 ! pkgtrans -s /var/spool/pkg cscope.15.6.pkg cscope if [ $? -ne 0 ] then Index: pkginfo =================================================================== RCS file: /cvsroot/cscope/cscope/packages/uw7/pkginfo,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** pkginfo 3 Jul 2001 22:09:50 -0000 1.3 --- pkginfo 7 Oct 2006 08:56:34 -0000 1.3.2.1 *************** *** 1,5 **** PKG="cscope" NAME="cscope" ! VERSION="16.0a UW7.1.1 07/03/2001" CATEGORY="utilities" ARCH=i386 --- 1,5 ---- PKG="cscope" NAME="cscope" ! VERSION="15.6 UW7.1.1 07/03/2001" CATEGORY="utilities" ARCH=i386 |