diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-19 08:40:06 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-19 08:40:06 +0000 |
commit | 6ba9624592a9d91d15bdbc9270ea4bf616a0e634 (patch) | |
tree | 3999477f3b1e27973491420e2fa4b5bff8641546 /textproc/dsssl-docbook-modular | |
parent | c48e0719676e59b2bd91996c663b25221e77c5a4 (diff) | |
download | ports-6ba9624592a9d91d15bdbc9270ea4bf616a0e634.tar.gz ports-6ba9624592a9d91d15bdbc9270ea4bf616a0e634.zip |
Make the German versions of <warning> and <caution> behave as <note>,
i.e. "Warnung: " and not "Warnung" (note is "Note: ").
Bump PORTREVISION.
Submitted by: Udo Erdelhoff (ue@nathan.ruhr.de)
Notes
Notes:
svn path=/head/; revision=37322
Diffstat (limited to 'textproc/dsssl-docbook-modular')
-rw-r--r-- | textproc/dsssl-docbook-modular/Makefile | 2 | ||||
-rw-r--r-- | textproc/dsssl-docbook-modular/files/patch-common_dbl1de.dsl | 20 |
2 files changed, 20 insertions, 2 deletions
diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile index c82e27e805fd..18792c5d149a 100644 --- a/textproc/dsssl-docbook-modular/Makefile +++ b/textproc/dsssl-docbook-modular/Makefile @@ -7,7 +7,7 @@ PORTNAME= dsssl-docbook-modular PORTVERSION= 1.60 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://nwalsh.com/docbook/dsssl/ DISTNAME= db${PORTVERSION:S/.//g} diff --git a/textproc/dsssl-docbook-modular/files/patch-common_dbl1de.dsl b/textproc/dsssl-docbook-modular/files/patch-common_dbl1de.dsl index bb103523d757..901c7b24096e 100644 --- a/textproc/dsssl-docbook-modular/files/patch-common_dbl1de.dsl +++ b/textproc/dsssl-docbook-modular/files/patch-common_dbl1de.dsl @@ -1,5 +1,23 @@ --- common/dbl1de.dsl.orig Thu Oct 26 14:33:11 2000 -+++ common/dbl1de.dsl Sat Jan 6 13:30:03 2001 ++++ common/dbl1de.dsl Fri Jan 19 09:36:46 2001 +@@ -278,7 +278,7 @@ + (list (normalize "abstract") ": ") + (list (normalize "answer") " ") + (list (normalize "appendix") ". ") +- (list (normalize "caution") "") ++ (list (normalize "caution") ": ") + (list (normalize "chapter") ". ") + (list (normalize "equation") ". ") + (list (normalize "example") ". ") +@@ -310,7 +310,7 @@ + (list (normalize "step") ". ") + (list (normalize "table") ". ") + (list (normalize "tip") ": ") +- (list (normalize "warning") "") ++ (list (normalize "warning") ": ") + )) + + (define (gentext-de-label-title-sep gind) @@ -372,9 +372,9 @@ (err (node-list-error msg (current-node)))) msg)))) |