CVS: moonbase/devel/subversion DEPENDS,1.1,1.2 DETAILS,1.6,1.7
Terry Chan
tchan at lunar-linux.org
Tue Oct 28 22:09:43 GMT 2003
Update of /var/cvs/lunar/moonbase/devel/subversion
In directory dbguin.lunar-linux.org:/tmp/cvs-serv24355
Modified Files:
DEPENDS DETAILS
Log Message:
Version bump to 0.32.1. Corrected the db4 requirement to a "depends" as it
is NOT an optional-depends any longer. 0.27.1 and higher automatically link
with -ldb4 and will fail if db4 is not found.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/subversion/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 18 May 2003 10:09:03 -0000 1.1
+++ DEPENDS 28 Oct 2003 22:09:41 -0000 1.2
@@ -1,4 +1,3 @@
depends zlib &&
depends openssl &&
-optional_depends db4 "--with-berkeley-db" "" "for creating local repositories"
-
+depends db4
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/subversion/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 19 Aug 2003 21:17:17 -0000 1.6
+++ DETAILS 28 Oct 2003 22:09:41 -0000 1.7
@@ -1,13 +1,12 @@
MODULE=subversion
- VERSION=0.27.0
- SVN_TAG=5642
+ VERSION=0.32.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://subversion.tigris.org/files/documents/15/$SVN_TAG/$SOURCE
- SOURCE_VFY[0]=md5:0f4fa0ebb0b58b83bad9433b8baa3f9a
+ SOURCE_URL[0]=http://svn.collab.net/tarballs/$SOURCE
+# SOURCE_VFY[0]=md5:0f4fa0ebb0b58b83bad9433b8baa3f9a
WEB_SITE=http://subversion.tigris.org/
ENTERED=20030126
- UPDATED=20030819
+ UPDATED=20031028
SHORT="An alternative to cvs!"
cat << EOF
Subversion is meant to be a better CVS, so it will have most of CVS's
More information about the Lunar-commits
mailing list