Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a1a5b407082c245b4b196f2b5361e68d3747837c

commit a1a5b407082c245b4b196f2b5361e68d3747837c
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Tue Dec 2 17:08:13 2008 +0100

asciidoc-8.3.0-2-i686

- add patch from hg to fix git build

diff --git a/source/apps-extra/asciidoc/FrugalBuild 
b/source/apps-extra/asciidoc/FrugalBuild
index d6f9b39..c462fa4 100644
--- a/source/apps-extra/asciidoc/FrugalBuild
+++ b/source/apps-extra/asciidoc/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=asciidoc
pkgver=8.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="AsciiDoc is a text document format for writing short documents, 
articles, books and UNIX man pages."
url="http://www.methods.co.nz/asciidoc/index.html";
depends=()
@@ -13,10 +13,12 @@ archs=('i686' 'x86_64' 'ppc')
up2date="lynx -dump http://www.methods.co.nz/asciidoc/downloads.html |Flasttar"
source=(http://www.methods.co.nz/asciidoc/asciidoc-$pkgver.tar.gz \
http://ftp.frugalware.org/pub/other/sources/asciidoc/asciidoc-fonts-0.1.tar.bz2 
\
-       README.Frugalware)
+       README.Frugalware \
+       baf9c1979fb1.patch)
sha1sums=('22fec74428e52191b837568e4bff53988be6fabc' \
'717779406f876f439ac37c79878f403ecdef3467' \
-          '31d7a38de67fd8d2492b8a07d64721491b69d1ea')
+          '31d7a38de67fd8d2492b8a07d64721491b69d1ea' \
+          '4ba8dbe478a49290587aa8af0b2a602cae651fe1')

build() {
Fpatchall
diff --git a/source/apps-extra/asciidoc/baf9c1979fb1.patch 
b/source/apps-extra/asciidoc/baf9c1979fb1.patch
new file mode 100644
index 0000000..0104a3a
--- /dev/null
+++ b/source/apps-extra/asciidoc/baf9c1979fb1.patch
@@ -0,0 +1,21 @@
+# HG changeset patch
+# User Stuart Rackham <[EMAIL PROTECTED]>
+# Date 1228210654 -46800
+# Node ID baf9c1979fb15ccd412e3ef5f8387493e2640489
+# Parent  f3c1f4c71a3b77d57e4fa7c917e2df1b1713e9b6
+FIXED: Text like &...; was sometimes mistaken for an entity reference -- 
tightened up entity reference matching.
+
+diff -r f3c1f4c71a3b -r baf9c1979fb1 asciidoc.conf
+--- a/asciidoc.conf    Sun Nov 30 10:26:58 2008 +1300
++++ b/asciidoc.conf    Tue Dec 02 22:37:34 2008 +1300
+@@ -134,8 +134,8 @@ monospacedwords=
+ \\&lt;\==&lt;=
+
+ # Arbitrary entity references.
+-(?<!\\)&amp;([#a-zA-Z]\S*?;)=&\1
+-\\(&amp;[#a-zA-Z]\S*?;)=\1
++(?<!\\)&amp;([:_#a-zA-Z][:_.\-\w]*?;)=&\1
++\\(&amp;[:_#a-zA-Z][:_.\-\w]*?;)=\1
+
+ #-----------
+ # Paragraphs
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to