New commits:
commit 65dc58e11b6989617d2f8770dc8cd1adb6b2b560
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>
jedit: updated version to 4.3pre12
moved build.properties_4.3pre9.patch to build.properties_4.3pre12.patch
added FINAL to remove a source dir created by the source tarball
commit 5ea79b2cf8f359243d9aa1a93c14963f98be051a
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>
kdiff3: updated version to 0.9.92
diff --git a/editors/jedit/DETAILS b/editors/jedit/DETAILS
index 7c065d0..dcf8513 100755
--- a/editors/jedit/DETAILS
+++ b/editors/jedit/DETAILS
@@ -1,11 +1,11 @@
SPELL=jedit
- VERSION=4.3pre9
+ VERSION=4.3pre12
SOURCE=jedit${VERSION}source.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/jEdit
SOURCE_URL[0]=${SOURCEFORGE_URL}/jedit/$SOURCE
WEB_SITE=http://www.jedit.org
ENTERED=20040608
-
SOURCE_HASH=sha512:db7937fb63b715d83da52e357d26cc3719e733c6cf98d9551a562a683e997fa8499f1790e8031287167626f32dde61d0eefdf4263c89cc0a2f660c1032aecdfe
+
SOURCE_HASH=sha512:7931963e5af59650bd23c24419b04a23b1eb1ebff9c87bf26d0569b86225993116a2a9a617e11b22e2940ceecd8ad0339ea2a970df82cc6b9ff9462a6fba2eed
LICENSE[0]=GPL
KEYWORDS="editors"
SHORT="jEdit is a mature and well-designed programmer's text
editor that has been in development for over 5 years."
diff --git a/editors/jedit/FINAL b/editors/jedit/FINAL
new file mode 100755
index 0000000..1a7d57a
--- /dev/null
+++ b/editors/jedit/FINAL
@@ -0,0 +1,2 @@
+# removing a source dir created by the source tarball
+rm_source_dir $BUILD_DIRECTORY/build-support
diff --git a/editors/jedit/HISTORY b/editors/jedit/HISTORY
index 461952f..0cdec27 100644
--- a/editors/jedit/HISTORY
+++ b/editors/jedit/HISTORY
@@ -1,3 +1,9 @@
+2008-01-08 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS: updated version to 4.3pre12
+ * PRE_BUILD: moved build.properties_4.3pre9.patch
+ to build.properties_4.3pre12.patch
+ * FINAL: added, to remove a source dir created by the source tarball
+
2007-03-08 John Harding <johnh AT kuberaconsulting.com>
* DETAILS: fixed a line feed in sha512 and removed the
word sum from the source hash. oops.
@@ -5,14 +11,13 @@
2007-02-22 John Harding <johnh AT kuberaconsulting.com>
* DETAILS: Updated to 4.3pre9
* deleted build.properties_4.3pre6.patch and replaced
- replaced with a corrected pre9 version which
- built all the docs here.
+ with a corrected pre9 version which built all the docs here.
* PRE_BUILD: referenced new patch name
* deleted sig file as I used sha512sum
2006-11-09 Pieter Lenaerts <e-type AT sourcemage.org>
* updated to 4.3pre8
- * CONFIGURE, BUILD: docs build again
+ * CONFIGURE, BUILD: docs build again