[Lunar-commits] r14571 - moonbase/trunk/devel/arch
Florin Braescu
florin at lunar-linux.org
Tue May 3 09:05:35 UTC 2005
Author: florin
Date: 2005-05-03 09:05:33 +0000 (Tue, 03 May 2005)
New Revision: 14571
Modified:
moonbase/trunk/devel/arch/BUILD
moonbase/trunk/devel/arch/DEPENDS
moonbase/trunk/devel/arch/DETAILS
Log:
bump the version from 1.3 to 1.3.2.
Modified: moonbase/trunk/devel/arch/BUILD
===================================================================
--- moonbase/trunk/devel/arch/BUILD 2005-05-03 05:49:02 UTC (rev 14570)
+++ moonbase/trunk/devel/arch/BUILD 2005-05-03 09:05:33 UTC (rev 14571)
@@ -1,16 +1,12 @@
(
- cd $SOURCE_DIRECTORY/src &&
- mkdir -p build &&
- cd build &&
+ cd $SOURCE_DIRECTORY/src &&
+ mkdir -p build &&
+ cd build &&
- ../configure --prefix=/usr &&
+ ../configure --prefix=/usr &&
- make &&
- prepare_install &&
- make test &&
- make install &&
- mkdir -p $DOCUMENT_DIRECTORY/$MODULE/html &&
- cp $SOURCE_DIRECTORY/src/docs-tla/html/* $DOCUMENT_DIRECTORY/$MODULE/html
+ make test &&
+ default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/devel/arch/DEPENDS
===================================================================
--- moonbase/trunk/devel/arch/DEPENDS 2005-05-03 05:49:02 UTC (rev 14570)
+++ moonbase/trunk/devel/arch/DEPENDS 2005-05-03 09:05:33 UTC (rev 14571)
@@ -1,8 +1,8 @@
-depends bash &&
-depends coreutils &&
-depends diffutils &&
-depends findutils &&
-depends grep &&
-depends make &&
-depends patch &&
+depends bash &&
+depends coreutils &&
+depends diffutils &&
+depends findutils &&
+depends grep &&
+depends make &&
+depends patch &&
depends tar
Modified: moonbase/trunk/devel/arch/DETAILS
===================================================================
--- moonbase/trunk/devel/arch/DETAILS 2005-05-03 05:49:02 UTC (rev 14570)
+++ moonbase/trunk/devel/arch/DETAILS 2005-05-03 09:05:33 UTC (rev 14571)
@@ -1,16 +1,17 @@
MODULE=arch
- VERSION=1.3
+ VERSION=1.3.2
SOURCE=tla-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/tla-${VERSION}
SOURCE_URL[0]=$GNU_URL/gnu-arch/
SOURCE_URL[1]=http://release.gnuarch.org/tla/tla-$VERSION/
SOURCE_URL[2]=http://ftp.gnu.org/gnu/gnu-arch/
- SOURCE_VFY=sha1:1bceae9bc1ce9bc2ef6b2dbcaf02e212f3275632
+ SOURCE_VFY=sha1:596cae5c20be15970ab51bd776f0c8d74abecec8
WEB_SITE=http://www.gnuarch.org
ENTERED=20020515
- UPDATED=20041226
- PSAFE=no
+ UPDATED=20050503
+ PSAFE=no
SHORT="arch is an amazingly cool revision control system"
+
cat << EOF
arch is an amazingly cool revision control system, publicly distributed
under the terms of the GNU General Public License. arch features distributed
More information about the Lunar-commits
mailing list