diff options
author | alex <alex@FreeBSD.org> | 2001-01-19 16:40:06 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-19 16:40:06 +0800 |
commit | 11b53bc6977661b308bada4b79e5c8de69063220 (patch) | |
tree | dc6121643ac8bab0d17735c54b189e65ac9b9926 /textproc/dsssl-docbook-modular | |
parent | e3d604c21d504a1c0569d51da92281f6f6a3752a (diff) | |
download | freebsd-ports-gnome-11b53bc6977661b308bada4b79e5c8de69063220.tar.gz freebsd-ports-gnome-11b53bc6977661b308bada4b79e5c8de69063220.tar.zst freebsd-ports-gnome-11b53bc6977661b308bada4b79e5c8de69063220.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)
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)))) |