[Lunar-commits] CVS: moonbase/devel/xxdiff BUILD, 1.2, 1.3 DETAILS,
1.4, 1.5
Florin Braescu
florin at lunar-linux.org
Wed Nov 3 19:35:02 UTC 2004
Update of /var/cvs/lunar/moonbase/devel/xxdiff
In directory espresso.foo-projects.org:/tmp/cvs-serv30473/devel/xxdiff
Modified Files:
BUILD DETAILS
Log Message:
bump the version from 2.9.2 to 3.0.3.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/xxdiff/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 23 May 2003 08:32:57 -0000 1.2
+++ BUILD 3 Nov 2004 19:35:00 -0000 1.3
@@ -1,14 +1,13 @@
(
export TMAKEPATH=/usr/share/tmake/lib/linux-g++
- export QTDIR=/opt/lunar/qt/3
- cd src &&
- tmake xxdiff.pro > Makefile &&
- sedit "s/-O2/$CFLAGS/" Makefile &&
- make ||
- patch_it $SOURCE_CACHE/$SOURCE2 2 &&
- make &&
- prepare_install &&
- install xxdiff /usr/bin
+ export QTDIR=${QT_PREFIX:-$QTDIR}
+ cd src &&
+ tmake xxdiff.pro > Makefile &&
+ sedit "s/-O2/$CFLAGS/" Makefile &&
+ make &&
+ prepare_install &&
+ cd .. &&
+ install bin/xxdiff /usr/bin
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/xxdiff/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 5 Oct 2004 09:29:55 -0000 1.4
+++ DETAILS 3 Nov 2004 19:35:00 -0000 1.5
@@ -1,13 +1,13 @@
MODULE=xxdiff
- VERSION=2.9.2
+ VERSION=3.0.3
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=xxdiff-2.9.2.patch.bz2
- SOURCE_URL[0]=$SFORGE_URL/xxdiff/
- SOURCE2_URL[0]=$PATCH_URL/
- WEB_SITE=http://xxdiff.sourceforge.net/
+ SOURCE_URL=$SFORGE_URL/xxdiff/
+ SOURCE_VFY=sha1:38e3570878f3ae3deb44131ec644f9d4c3212acc
+ WEB_SITE=http://xxdiff.sourceforge.net/
ENTERED=20020420
- UPDATED=20030523
+ UPDATED=20041103
SHORT="xxdiff is a graphical file and directories comparator and merge tool."
+
cat << EOF
xxdiff is a graphical file and directories comparator and merge tool.
EOF
More information about the Lunar-commits
mailing list