Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2017 15:40:30 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r446015 - branches/2017Q3/converters/p5-LaTeXML
Message-ID:  <201707161540.v6GFeUQT019626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Sun Jul 16 15:40:30 2017
New Revision: 446015
URL: https://svnweb.freebsd.org/changeset/ports/446015

Log:
  MFH: r446000
  
  - Update MASTER_SITES
  - Add RUN_DEPENDS
  - Set dependencies according to Makefile.PL
  - Sort _DEPENDS
  - Update WWW and fix syntax in pkg-descr
  - Bump PORTREVISION
  
  Reported by:	sunpoet via email
  Reviewed by:	sunpoet
  Differential Revision:	https://reviews.freebsd.org/D11609
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2017Q3/converters/p5-LaTeXML/Makefile
  branches/2017Q3/converters/p5-LaTeXML/pkg-descr
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/converters/p5-LaTeXML/Makefile
==============================================================================
--- branches/2017Q3/converters/p5-LaTeXML/Makefile	Sun Jul 16 15:38:44 2017	(r446014)
+++ branches/2017Q3/converters/p5-LaTeXML/Makefile	Sun Jul 16 15:40:30 2017	(r446015)
@@ -3,8 +3,10 @@
 
 PORTNAME=	LaTeXML
 PORTVERSION=	0.8.2
+PORTREVISION=	1
 CATEGORIES=	converters perl5
-MASTER_SITES=	http://dlmf.nist.gov/LaTeXML/releases/
+MASTER_SITES=	CPAN \
+		http://dlmf.nist.gov/LaTeXML/releases/
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	cpm@FreeBSD.org
@@ -14,19 +16,17 @@ LICENSE=	PD CC0-1.0
 LICENSE_COMB=	dual
 LICENSE_FILE_CC0-1.0=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	git:devel/git \
-		p5-File-Which>=0:sysutils/p5-File-Which \
+BUILD_DEPENDS=	p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
+		p5-JSON-XS>=0:converters/p5-JSON-XS \
 		p5-IO-String>=0:devel/p5-IO-String \
+		p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \
 		p5-Image-Size>=0:graphics/p5-Image-Size \
-		p5-JSON-XS>=0:converters/p5-JSON-XS \
+		p5-URI>=0:net/p5-URI \
+		p5-File-Which>=0:sysutils/p5-File-Which \
 		p5-XML-LibXML>=1.62:textproc/p5-XML-LibXML \
 		p5-XML-LibXSLT>=1.58:textproc/p5-XML-LibXSLT \
-		p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \
-		p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
-		p5-libwww>=0:www/p5-libwww \
-		p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8 \
-		p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \
-		p5-URI>=0:net/p5-URI
+		p5-libwww>=0:www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure

Modified: branches/2017Q3/converters/p5-LaTeXML/pkg-descr
==============================================================================
--- branches/2017Q3/converters/p5-LaTeXML/pkg-descr	Sun Jul 16 15:38:44 2017	(r446014)
+++ branches/2017Q3/converters/p5-LaTeXML/pkg-descr	Sun Jul 16 15:40:30 2017	(r446015)
@@ -2,6 +2,6 @@ LaTeXML is a TeX and LaTeX to XML/HTML/MathML converte
 can generate various flavors of HTML. MathML and ePub, with other
 formats under development.
 
-See the included manual.pdf for an documentation.
+See the included manual.pdf for documentation.
 
-WWW: http://dlmf.nist.gov/LaTeXML/
+WWW: http://search.cpan.org/dist/LaTeXML/



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