diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:25:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:25:35 +0000 |
commit | 1938d8f172644ea984d409839854b7af273db0e4 (patch) | |
tree | 2b491923b47ff6e36820ceef81668e32476d2c96 /textproc/docbook-xsl | |
parent | 7e962fddd9edf7359a174d9a85dbfce9c5553f3e (diff) |
Notes
Diffstat (limited to 'textproc/docbook-xsl')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 10 | ||||
-rw-r--r-- | textproc/docbook-xsl/files/patch-lib-lib.xsl (renamed from textproc/docbook-xsl/files/docbook-style-xsl-non-recursive-string-subst.patch) | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index e889300ed3c0..b22d2d1e62d3 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -5,8 +5,8 @@ PORTVERSION= 1.79.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc -MASTER_SITES= SF/docbook/${PORTNAME}/${PORTVERSION}:src \ - SF/docbook/${PORTNAME}-doc/${PORTVERSION}:doc +MASTER_SITES= SF/docbook/docbook-xsl/${PORTVERSION}:src \ + SF/docbook/docbook-xsl-doc/${PORTVERSION}:doc DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src MAINTAINER= sunpoet@FreeBSD.org @@ -19,8 +19,6 @@ BUILD_DEPENDS= xmlcatmgr:textproc/xmlcatmgr RUN_DEPENDS= docbook>=0:textproc/docbook \ xmlcatmgr:textproc/xmlcatmgr -EXTRA_PATCHES= ${PATCHDIR}/docbook-style-xsl-non-recursive-string-subst.patch:-p2 - USES= tar:bzip2 NO_ARCH= yes @@ -55,7 +53,7 @@ TOOLS_DESC= Tools WEBSITE_DESC= Website modules XHTML11_DESC= XHTML 1.1 modules -DOCS_DISTFILES= ${PORTNAME}-doc-${PORTVERSION}${EXTRACT_SUFX}:doc +DOCS_DISTFILES= docbook-xsl-doc-${PORTVERSION}${EXTRACT_SUFX}:doc ECLIPSE_VARS= MODULES+=eclipse EPUB_VARS= MODULES+=epub @@ -108,7 +106,7 @@ do-install-DOCS-on: .if defined(MAINTAINER_MODE) DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \ - ${PORTNAME}-doc-${PORTVERSION}${EXTRACT_SUFX}:doc + docbook-xsl-doc-${PORTVERSION}${EXTRACT_SUFX}:doc .endif .include <bsd.port.mk> diff --git a/textproc/docbook-xsl/files/docbook-style-xsl-non-recursive-string-subst.patch b/textproc/docbook-xsl/files/patch-lib-lib.xsl index d6b5150f1467..5155b3e01377 100644 --- a/textproc/docbook-xsl/files/docbook-style-xsl-non-recursive-string-subst.patch +++ b/textproc/docbook-xsl/files/patch-lib-lib.xsl @@ -4,8 +4,8 @@ Description: use EXSLT "replace" function when available Author: Peter De Wachter <pdewacht@gmail.com> Bug-Debian: https://bugs.debian.org/750593 ---- docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl -+++ docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl +--- lib/lib.xsl.orig 2013-09-04 18:09:43 UTC ++++ lib/lib.xsl @@ -10,7 +10,10 @@ This module implements DTD-independent functions |