Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2020 05:39:53 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535972 - head/textproc/linuxdoc-tools
Message-ID:  <202005200539.04K5dr7F011587@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed May 20 05:39:53 2020
New Revision: 535972
URL: https://svnweb.freebsd.org/changeset/ports/535972

Log:
  textproc/linuxdoc-tools: Update to 0.9.80
  
  PR:	246562
  Submitted by:	felix@palmen-it.de (maintainer)

Modified:
  head/textproc/linuxdoc-tools/Makefile
  head/textproc/linuxdoc-tools/distinfo
  head/textproc/linuxdoc-tools/pkg-descr

Modified: head/textproc/linuxdoc-tools/Makefile
==============================================================================
--- head/textproc/linuxdoc-tools/Makefile	Wed May 20 05:19:06 2020	(r535971)
+++ head/textproc/linuxdoc-tools/Makefile	Wed May 20 05:39:53 2020	(r535972)
@@ -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=	*

Modified: head/textproc/linuxdoc-tools/distinfo
==============================================================================
--- head/textproc/linuxdoc-tools/distinfo	Wed May 20 05:19:06 2020	(r535971)
+++ head/textproc/linuxdoc-tools/distinfo	Wed May 20 05:39:53 2020	(r535972)
@@ -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

Modified: head/textproc/linuxdoc-tools/pkg-descr
==============================================================================
--- head/textproc/linuxdoc-tools/pkg-descr	Wed May 20 05:19:06 2020	(r535971)
+++ head/textproc/linuxdoc-tools/pkg-descr	Wed May 20 05:39:53 2020	(r535972)
@@ -2,4 +2,4 @@ Linuxdoc-Tools is a fork of SGML-Tools 1.0.9, capable 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005200539.04K5dr7F011587>