Index: head/textproc/linuxdoc-tools/Makefile =================================================================== --- head/textproc/linuxdoc-tools/Makefile (revision 535971) +++ head/textproc/linuxdoc-tools/Makefile (revision 535972) @@ -1,40 +1,40 @@ # Created by: Felix Palmen # $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 LICENSE= GPLv3 LinuxdocTools LICENSE_COMB= multi LICENSE_NAME_LinuxdocTools= The linuxdoc-tools license LICENSE_FILE_LinuxdocTools= ${WRKSRC}/COPYING LICENSE_PERMS_LinuxdocTools= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= gawk:lang/gawk \ nsgmls:textproc/jade \ sgmlsasp:textproc/sgmls RUN_DEPENDS= gawk:lang/gawk \ nsgmls:textproc/jade \ sgmlsasp:textproc/sgmls GNU_CONFIGURE= yes -USES= gmake groff:both perl5 +USES= gmake groff:both perl5 tar:bzip2 CONFIGURE_ARGS= --with-installed-sgmlsasp PORTDOCS= * WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= bash:shells/bash DOCS_USE= tex=latex:build tex=pdftex:build tex=dvipsk:build DOCS_USES= makeinfo DOCS_CONFIGURE_ENABLE= docs .include Index: head/textproc/linuxdoc-tools/distinfo =================================================================== --- head/textproc/linuxdoc-tools/distinfo (revision 535971) +++ head/textproc/linuxdoc-tools/distinfo (revision 535972) @@ -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 Index: head/textproc/linuxdoc-tools/pkg-descr =================================================================== --- head/textproc/linuxdoc-tools/pkg-descr (revision 535971) +++ head/textproc/linuxdoc-tools/pkg-descr (revision 535972) @@ -1,5 +1,5 @@ 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