Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Julien ROZO (fc7f57a72ab071e712f9f9c2f8d885be85bc7c93)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Julien ROZO (fc7f57a72ab071e712f9f9c2f8d885be85bc7c93)
  • Date: Wed, 17 Sep 2008 07:25:52 -0500

GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:

editors/jedit/DEPENDS | 1 +
editors/jedit/DETAILS | 4 ++--
editors/jedit/HISTORY | 7 +++++++
editors/jedit/build.properties_4.3pre14.patch | 8 --------
editors/jedit/build.properties_4.3pre15.patch | 8 ++++++++
5 files changed, 18 insertions(+), 10 deletions(-)

New commits:
commit 5c1c99018d5bff0a498fbad0442b526a97332453
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

jedit: updated version to 4.3pre15, added JDK5 as a dependency.
Moved build.properties_4.3pre14.patch to build.properties_4.3pre15.patch,
and updated version numbers in declared paths

diff --git a/editors/jedit/DEPENDS b/editors/jedit/DEPENDS
index 1512320..c846ffa 100755
--- a/editors/jedit/DEPENDS
+++ b/editors/jedit/DEPENDS
@@ -1,3 +1,4 @@
+depends JDK5 &&
depends ant &&
if [[ "${JEDIT_DOCS_HTML}" == "y" ]] ||
[[ "${JEDIT_DOCS_PDF_A4}" == "y" ]] ||
diff --git a/editors/jedit/DETAILS b/editors/jedit/DETAILS
index 9c7bf7b..bdb4ee2 100755
--- a/editors/jedit/DETAILS
+++ b/editors/jedit/DETAILS
@@ -1,11 +1,11 @@
SPELL=jedit
- VERSION=4.3pre14
+ VERSION=4.3pre15
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:cb8af952cfeb960f0b0db1dac3331334c37d574b32b06dd07af976bc63669c8f4f4d3d988130efa720e083d97160991fcf922de1c6a6c7845fce2bd21c7aa6fd
+
SOURCE_HASH=sha512:9d896e07513cbfd13c96d1877e84fb7534387b1e7e2b4de9ecf0edf2a19573750656e4938f30b477f896787a226d1ff3896bb91be50ac9face2a09a78cd3e0c4
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/HISTORY b/editors/jedit/HISTORY
index dea72bb..8059f08 100644
--- a/editors/jedit/HISTORY
+++ b/editors/jedit/HISTORY
@@ -1,3 +1,10 @@
+2008-09-17 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS: updated version to 4.3pre15
+ * DEPENDS: added JDK5
+ * build.properties_4.3pre14.patch: removed
+ * build.properties_4.3pre15.patch: added from pre14.patch, updated
version
+ numbers in declared paths
+
2008-05-09 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 4.3pre14
* PRE_BUILD: patch name now uses VERSION
diff --git a/editors/jedit/build.properties_4.3pre14.patch
b/editors/jedit/build.properties_4.3pre14.patch
deleted file mode 100644
index 7eccb87..0000000
--- a/editors/jedit/build.properties_4.3pre14.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-diff -urNp jEdit.orig/build.properties jEdit/build.properties
---- jEdit.orig/build.properties 1970-01-01 01:00:00.000000000 +0100
-+++ jEdit/build.properties 2006-08-08 21:07:34.000000000 +0200
-@@ -0,0 +1,4 @@
-+xsltproc.executable=xsltproc
-+docbook.xsl=/usr/share/xml/docbook/xsl-stylesheets-1.72
-+docbook.catalog=/usr/share/xml/docbook/xml-dtd-4.2/catalog.xml
-+fop.dir=/usr/share/fop-0.20.5
diff --git a/editors/jedit/build.properties_4.3pre15.patch
b/editors/jedit/build.properties_4.3pre15.patch
new file mode 100644
index 0000000..34ac0b6
--- /dev/null
+++ b/editors/jedit/build.properties_4.3pre15.patch
@@ -0,0 +1,8 @@
+diff -urNp jEdit.orig/build.properties jEdit/build.properties
+--- jEdit.orig/build.properties 1970-01-01 01:00:00.000000000 +0100
++++ jEdit/build.properties 2006-08-08 21:07:34.000000000 +0200
+@@ -0,0 +1,4 @@
++xsltproc.executable=xsltproc
++docbook.xsl=/usr/share/xml/docbook/xsl-stylesheets-1.74
++docbook.catalog=/usr/share/xml/docbook/xml-dtd-4.5/catalog.xml
++fop.dir=/usr/share/fop-0.20.5



  • [SM-Commit] GIT changes to master grimoire by Julien ROZO (fc7f57a72ab071e712f9f9c2f8d885be85bc7c93), Julien ROZO, 09/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page