svn commit: r535972 - head/textproc/linuxdoc-tools

Fernando Apesteguía fernape at FreeBSD.org
Wed May 20 05:39:54 UTC 2020


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 at 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 at 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


More information about the svn-ports-head mailing list