[Lunar-commits] r22534 - in moonbase/trunk/archive: tar tar-static

Florin Braescu florin at lunar-linux.org
Sun Dec 10 18:19:47 CET 2006


Author: florin
Date: 2006-12-10 18:19:47 +0100 (Sun, 10 Dec 2006)
New Revision: 22534

Modified:
   moonbase/trunk/archive/tar-static/BUILD
   moonbase/trunk/archive/tar-static/DETAILS
   moonbase/trunk/archive/tar/BUILD
   moonbase/trunk/archive/tar/DETAILS
Log:
bump the version from 1.16 to 1.16.1. fix some races and improvements.

Modified: moonbase/trunk/archive/tar/BUILD
===================================================================
--- moonbase/trunk/archive/tar/BUILD	2006-12-10 16:25:52 UTC (rev 22533)
+++ moonbase/trunk/archive/tar/BUILD	2006-12-10 17:19:47 UTC (rev 22534)
@@ -1,8 +1,7 @@
 (
-  patch_it $SOURCE3 1 &&
-  cp $SOURCE_CACHE/$SOURCE2 tar.1.gz  &&  
+
   # this sedit restores the tar --list to its older 1.15.1 format
-  sedit "s/tartime (st->mtime, false)/tartime (st->mtime, true)/" src/list.c &&
+  sedit "s/tartime (st->mtime, false)/tartime (st->mtime, true)/" src/list.c  &&
   ./configure  --build=$BUILD     \
                --prefix=/usr      \
                --libexecdir=/bin  \
@@ -10,6 +9,6 @@
                --infodir=/usr/share/info \
                $OPTS &&
   default_make
-  install -c -m644 tar.1.gz /usr/share/man/man1
+#  install -c -m644 tar.1.gz /usr/share/man/man1
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/archive/tar/DETAILS
===================================================================
--- moonbase/trunk/archive/tar/DETAILS	2006-12-10 16:25:52 UTC (rev 22533)
+++ moonbase/trunk/archive/tar/DETAILS	2006-12-10 17:19:47 UTC (rev 22534)
@@ -1,20 +1,14 @@
           MODULE=tar
-         VERSION=1.16
+         VERSION=1.16.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=$MODULE.1-$VERSION.gz
-         SOURCE3=$MODULE-1.16-mangling.patch
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/
-      SOURCE_VFY=sha1:b98abe392cedb7fcef475a41d61c17a8f800b90c
-     SOURCE2_URL=$PATCH_URL/
-     SOURCE2_VFY=sha1:a285cfa87f221169320ab5a6cb90ea7b51d6fa81
-     SOURCE3_URL=$PATCH_URL/
-     SOURCE3_VFY=sha1:fff8c96eb17e644214891e3cf44a9ed39bbf392c
+      SOURCE_VFY=sha1:ab3ccbc09da1dc040fb92a0de85ae34fc70b03a9
         WEB_SITE=http://www.gnu.org/software/tar/tar.html
          ENTERED=20010922
-         UPDATED=20061130
+         UPDATED=20061210
       MAINTAINER=prox at lunar-linux.org
-           SHORT="tar creates GNU tar archives."
+           SHORT="Creates GNU tar archives"
 
 cat << EOF
 GNU tar - Creates tar archives

Modified: moonbase/trunk/archive/tar-static/BUILD
===================================================================
--- moonbase/trunk/archive/tar-static/BUILD	2006-12-10 16:25:52 UTC (rev 22533)
+++ moonbase/trunk/archive/tar-static/BUILD	2006-12-10 17:19:47 UTC (rev 22534)
@@ -1,11 +1,10 @@
 (
-  patch_it $SOURCE2 1 &&
 
   export CFLAGS="$CFLAGS -static"    &&
   export LDFLAGS="$LDFLAGS -static"  &&
 
   # this sedit restores the tar --list to its older 1.15.1 format
-  sedit "s/tartime (st->mtime, false)/tartime (st->mtime, true)/" src/list.c &&
+  sedit "s/tartime (st->mtime, false)/tartime (st->mtime, true)/" src/list.c  &&
   ./configure  --build=$BUILD             \
                --prefix=/usr              \
                --libexecdir=/bin          \

Modified: moonbase/trunk/archive/tar-static/DETAILS
===================================================================
--- moonbase/trunk/archive/tar-static/DETAILS	2006-12-10 16:25:52 UTC (rev 22533)
+++ moonbase/trunk/archive/tar-static/DETAILS	2006-12-10 17:19:47 UTC (rev 22534)
@@ -1,18 +1,15 @@
           MODULE=tar-static
         BASENAME=tar
-         VERSION=1.16
+         VERSION=1.16.1
           SOURCE=$BASENAME-$VERSION.tar.bz2
-         SOURCE2=tar-1.16-mangling.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME-$VERSION
-   SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/$BASENAME/
-     SOURCE2_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:b98abe392cedb7fcef475a41d61c17a8f800b90c
-     SOURCE2_VFY=sha1:fff8c96eb17e644214891e3cf44a9ed39bbf392c
+      SOURCE_URL=ftp://ftp.gnu.org/gnu/$BASENAME/
+      SOURCE_VFY=sha1:ab3ccbc09da1dc040fb92a0de85ae34fc70b03a9
         WEB_SITE=http://www.gnu.org/software/tar/tar.html
          ENTERED=20010922
-         UPDATED=20061130
+         UPDATED=20061210
       MAINTAINER=prox at lunar-linux.org
-           SHORT="tar creates GNU tar archives (static linked version)."
+           SHORT="Creates GNU tar archives (static linked version)"
 
 cat << EOF
 GNU tar - Creates tar archives



More information about the Lunar-commits mailing list