[Lunar-commits] r19414 - moonbase/trunk/devel/rapidsvn
Terry Chan
tchan at lunar-linux.org
Fri Mar 24 02:51:35 UTC 2006
Author: tchan
Date: 2006-03-24 02:51:34 +0000 (Fri, 24 Mar 2006)
New Revision: 19414
Added:
moonbase/trunk/devel/rapidsvn/BUILD
Modified:
moonbase/trunk/devel/rapidsvn/DETAILS
Log:
Version bump to rapidsvn-0.9.1. Added a BUILD script because
rapidsvn couldn't find apr-1-config and apu-1-config (it was searching
for apr-config and apu-config). Tested with wxGTK-2.6.2.1 (built WITH
unicode) and subversion-1.3.0.
Added: moonbase/trunk/devel/rapidsvn/BUILD
===================================================================
--- moonbase/trunk/devel/rapidsvn/BUILD (rev 0)
+++ moonbase/trunk/devel/rapidsvn/BUILD 2006-03-24 02:51:34 UTC (rev 19414)
@@ -0,0 +1,8 @@
+(
+
+ OPTS="$OPTS --with-apr-config=/usr/bin/apr-1-config \
+ --with-apu-config=/usr/bin/apu-1-config " &&
+ default_build
+
+) > $C_FIFO 2>&1
+
Modified: moonbase/trunk/devel/rapidsvn/DETAILS
===================================================================
--- moonbase/trunk/devel/rapidsvn/DETAILS 2006-03-24 00:01:28 UTC (rev 19413)
+++ moonbase/trunk/devel/rapidsvn/DETAILS 2006-03-24 02:51:34 UTC (rev 19414)
@@ -1,11 +1,11 @@
MODULE=rapidsvn
- VERSION=0.8.0
+ VERSION=0.9.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_VFY=sha1:b86c75fceca95672054213a492321d8fa6142e27
+ SOURCE_VFY=sha1:f96abb61d4ab28859293f17b9bfd7b88788be406
SOURCE_URL=http://www.rapidsvn.org/download/
WEB_SITE=http://www.rapidsvn.org/
ENTERED=20050302
- UPDATED=20050507
+ UPDATED=20060323
SHORT="Graphical subversion (SVN) client"
cat << EOF
RapidSVN is a cross-platform GUI front-end for the Subversion revision
More information about the Lunar-commits
mailing list