svn commit: r446000 - head/converters/p5-LaTeXML
Carlos J. Puga Medina
cpm at FreeBSD.org
Sun Jul 16 12:23:20 UTC 2017
Author: cpm
Date: Sun Jul 16 12:23:18 2017
New Revision: 446000
URL: https://svnweb.freebsd.org/changeset/ports/446000
Log:
- 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
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11609
Modified:
head/converters/p5-LaTeXML/Makefile
head/converters/p5-LaTeXML/pkg-descr
Modified: head/converters/p5-LaTeXML/Makefile
==============================================================================
--- head/converters/p5-LaTeXML/Makefile Sun Jul 16 12:19:36 2017 (r445999)
+++ head/converters/p5-LaTeXML/Makefile Sun Jul 16 12:23:18 2017 (r446000)
@@ -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 at 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: head/converters/p5-LaTeXML/pkg-descr
==============================================================================
--- head/converters/p5-LaTeXML/pkg-descr Sun Jul 16 12:19:36 2017 (r445999)
+++ head/converters/p5-LaTeXML/pkg-descr Sun Jul 16 12:23:18 2017 (r446000)
@@ -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/
More information about the svn-ports-all
mailing list