View | Details | Raw Unified | Return to bug 246562 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/linuxdoc-tools/Makefile (working copy) (-4 / +4 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=      linuxdoc-tools
4
PORTNAME=      linuxdoc-tools
5
PORTVERSION=   0.9.78
5
PORTVERSION=   0.9.80
6
CATEGORIES=    textproc
6
CATEGORIES=    textproc
7
MASTER_SITES=  DEBIAN
7
# USE_GITLAB requires a commit hash, so construct MASTER_SITES manually
8
DISTNAME=      ${PORTNAME}_${DISTVERSION}.orig
8
MASTER_SITES=  https://gitlab.com/agmartin/${PORTNAME}/-/archive/${PORTVERSION}/
9
9
10
MAINTAINER=    felix@palmen-it.de
10
MAINTAINER=    felix@palmen-it.de
11
COMMENT=       Fork of SGML-tools specially tailored for linuxdoc SGMLs
11
COMMENT=       Fork of SGML-tools specially tailored for linuxdoc SGMLs
Lines 24-30 Link Here
24
               sgmlsasp:textproc/sgmls
24
               sgmlsasp:textproc/sgmls
25
25
26
GNU_CONFIGURE= yes
26
GNU_CONFIGURE= yes
27
USES=          gmake groff:both perl5
27
USES=          gmake groff:both perl5 tar:bzip2
28
CONFIGURE_ARGS=        --with-installed-sgmlsasp
28
CONFIGURE_ARGS=        --with-installed-sgmlsasp
29
29
30
PORTDOCS=      *
30
PORTDOCS=      *
(-)textproc/linuxdoc-tools/distinfo (working copy) (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1589310221
1
TIMESTAMP = 1589903551
2
SHA256 (linuxdoc-tools_0.9.78.orig.tar.gz) = 362f031aa13ce29018a395179e7d6d9fac490b1b0e5a2ce97a5ab4dfe7effa56
2
SHA256 (linuxdoc-tools-0.9.80.tar.bz2) = 7f7b502439b29918c06a8a8d187cc124ac7c390bd2e7414d8e3df7cf089764ba
3
SIZE (linuxdoc-tools_0.9.78.orig.tar.gz) = 653681
3
SIZE (linuxdoc-tools-0.9.80.tar.bz2) = 549448
(-)textproc/linuxdoc-tools/pkg-descr (working copy) (-1 / +1 lines)
Lines 2-5 Link Here
2
LinuxDoc DTD SGML files. Such files are sometimes used as an input
2
LinuxDoc DTD SGML files. Such files are sometimes used as an input
3
format for generated documentation.
3
format for generated documentation.
4
4
5
WWW: https://tracker.debian.org/pkg/linuxdoc-tools
5
WWW: https://gitlab.com/agmartin/linuxdoc-tools

Return to bug 246562