aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-05-20 05:39:53 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-05-20 05:39:53 +0000
commit71101e4cd099a36bea658265d66215978e36089b (patch)
treed71c54941fb62eac0480a64d4db0bdae811c1561 /textproc
parent00d8aa8bbaca0f46d22464278af7d486ea0a849c (diff)
downloadports-71101e4cd099a36bea658265d66215978e36089b.tar.gz
ports-71101e4cd099a36bea658265d66215978e36089b.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/linuxdoc-tools/Makefile8
-rw-r--r--textproc/linuxdoc-tools/distinfo6
-rw-r--r--textproc/linuxdoc-tools/pkg-descr2
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/linuxdoc-tools/Makefile b/textproc/linuxdoc-tools/Makefile
index 5f148ff0250b..0f1073d2ca25 100644
--- a/textproc/linuxdoc-tools/Makefile
+++ b/textproc/linuxdoc-tools/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= linuxdoc-tools
-PORTVERSION= 0.9.78
+PORTVERSION= 0.9.80
CATEGORIES= textproc
-MASTER_SITES= DEBIAN
-DISTNAME= ${PORTNAME}_${DISTVERSION}.orig
+# USE_GITLAB requires a commit hash, so construct MASTER_SITES manually
+MASTER_SITES= https://gitlab.com/agmartin/${PORTNAME}/-/archive/${PORTVERSION}/
MAINTAINER= felix@palmen-it.de
COMMENT= Fork of SGML-tools specially tailored for linuxdoc SGMLs
@@ -24,7 +24,7 @@ RUN_DEPENDS= gawk:lang/gawk \
sgmlsasp:textproc/sgmls
GNU_CONFIGURE= yes
-USES= gmake groff:both perl5
+USES= gmake groff:both perl5 tar:bzip2
CONFIGURE_ARGS= --with-installed-sgmlsasp
PORTDOCS= *
diff --git a/textproc/linuxdoc-tools/distinfo b/textproc/linuxdoc-tools/distinfo
index 2d75256d428f..38516dcbffe5 100644
--- a/textproc/linuxdoc-tools/distinfo
+++ b/textproc/linuxdoc-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589310221
-SHA256 (linuxdoc-tools_0.9.78.orig.tar.gz) = 362f031aa13ce29018a395179e7d6d9fac490b1b0e5a2ce97a5ab4dfe7effa56
-SIZE (linuxdoc-tools_0.9.78.orig.tar.gz) = 653681
+TIMESTAMP = 1589903551
+SHA256 (linuxdoc-tools-0.9.80.tar.bz2) = 7f7b502439b29918c06a8a8d187cc124ac7c390bd2e7414d8e3df7cf089764ba
+SIZE (linuxdoc-tools-0.9.80.tar.bz2) = 549448
diff --git a/textproc/linuxdoc-tools/pkg-descr b/textproc/linuxdoc-tools/pkg-descr
index 64a57b0b948e..d62c74e6c9ca 100644
--- a/textproc/linuxdoc-tools/pkg-descr
+++ b/textproc/linuxdoc-tools/pkg-descr
@@ -2,4 +2,4 @@ Linuxdoc-Tools is a fork of SGML-Tools 1.0.9, capable of processing
LinuxDoc DTD SGML files. Such files are sometimes used as an input
format for generated documentation.
-WWW: https://tracker.debian.org/pkg/linuxdoc-tools
+WWW: https://gitlab.com/agmartin/linuxdoc-tools