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

commit 2d8b5fa203784916d0d746d234cc90c0a38b60c3
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Sat Nov 29 18:39:02 2008 +0100

asciidoc-8.3.0-1-i686

- version bump

diff --git a/source/apps-extra/asciidoc/351cdc59164f.patch 
b/source/apps-extra/asciidoc/351cdc59164f.patch
deleted file mode 100644
index 90f4c10..0000000
--- a/source/apps-extra/asciidoc/351cdc59164f.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-
-# HG changeset patch
-# User Stuart Rackham <[EMAIL PROTECTED]>
-# Date 1215931224 -43200
-# Node ID 351cdc59164fc8adc5c5d95f7b1fdb2db46f3893
-# Parent 3af946545ba8f2f91271d09e81be890c5651057d
-< and > characters excluded from URL macros so the URL is not incorrectly 
recognized due to prior substitutions.
-
---- a/asciidoc.conf    Sun Jul 13 18:03:54 2008 +1200
-+++ b/asciidoc.conf    Sun Jul 13 18:40:24 2008 +1200
-@@ -173,11 +173,11 @@
- 
(?su)[\\]?(?P<name>http|https|ftp|file|mailto|callto|image|link):(?P<target>\S*?)(\[(?P<attrlist>.*?)\])=
-
- # These URL types don't require any special attribute list formatting.
--(?su)(?<!\S)[\\]?(?P<name>http|https|ftp|file):(?P<target>//\S*[\w/])=
-+(?su)(?<!\S)[\\]?(?P<name>http|https|ftp|file):(?P<target>//[^ \t<>]*[\w/])=
- # Allow a leading parenthesis.
--(?su)(?<\=\()[\\]?(?P<name>http|https|ftp|file):(?P<target>//\S*[\w/])=
-+(?su)(?<\=\()[\\]?(?P<name>http|https|ftp|file):(?P<target>//[^ \t<>]*[\w/])=
- # Allow <> brackets.
--(?su)[\\]?&lt;(?P<name>http|https|ftp|file):(?P<target>//\S*[\w/])&gt;=
-+(?su)[\\]?&lt;(?P<name>http|https|ftp|file):(?P<target>//[^ \t<>]*[\w/])&gt;=
-
- # Email addresses don't require special attribute list formatting.
- # The before ">: and after "< character exclusions stop multiple substitution.
-
diff --git a/source/apps-extra/asciidoc/FrugalBuild 
b/source/apps-extra/asciidoc/FrugalBuild
index 21c75e2..3e45b33 100644
--- a/source/apps-extra/asciidoc/FrugalBuild
+++ b/source/apps-extra/asciidoc/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: voroskoi <[EMAIL PROTECTED]>

pkgname=asciidoc
-pkgver=8.2.7
-pkgrel=3
+pkgver=8.3.0
+pkgrel=1
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,13 +13,10 @@ 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 \
-       351cdc59164f.patch eb3a27e2a482.patch)
-sha1sums=('ec784654f01f3aa71af6453c8985839010759fab' \
+       README.Frugalware)
+sha1sums=('22fec74428e52191b837568e4bff53988be6fabc' \
'717779406f876f439ac37c79878f403ecdef3467' \
-          '31d7a38de67fd8d2492b8a07d64721491b69d1ea' \
-          '09817fdefe5bf8ce9de27d481c69ff0b31980969' \
-          '95c11c28c435b4295780297d876c8e41a8f272a7')
+          '31d7a38de67fd8d2492b8a07d64721491b69d1ea')

build() {
Fpatchall
diff --git a/source/apps-extra/asciidoc/eb3a27e2a482.patch 
b/source/apps-extra/asciidoc/eb3a27e2a482.patch
deleted file mode 100644
index a434454..0000000
--- a/source/apps-extra/asciidoc/eb3a27e2a482.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-
-# HG changeset patch
-# User Stuart Rackham <[EMAIL PROTECTED]>
-# Date 1216675102 -43200
-# Node ID eb3a27e2a48254a67790178fb70e9def8181bf49
-# Parent 03ceadcba36c70b814701969a9548e82c95fedf4
-Suppression of manpage references list now works again.
-
---- a/docbook-xsl/manpage.xsl  Mon Jul 14 16:14:47 2008 +1200
-+++ b/docbook-xsl/manpage.xsl  Tue Jul 22 09:18:22 2008 +1200
-@@ -21,6 +21,9 @@
- </xsl:template>
-
- <!-- Don't automatically generate the REFERENCES section -->
-+<xsl:template name="endnotes.list">
-+</xsl:template>
-+<!-- Next entry for backward compatibility with old docbook-xsl versions -->
- <xsl:template name="format.links.list">
- </xsl:template>
-
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to