From owner-svn-ports-branches@freebsd.org Sun Jul 16 15:40:31 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B021AC09EF2; Sun, 16 Jul 2017 15:40:31 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C7AD81A5C; Sun, 16 Jul 2017 15:40:31 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6GFeUTC019628; Sun, 16 Jul 2017 15:40:30 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6GFeUQT019626; Sun, 16 Jul 2017 15:40:30 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201707161540.v6GFeUQT019626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 16 Jul 2017 15:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r446015 - branches/2017Q3/converters/p5-LaTeXML X-SVN-Group: ports-branches X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: branches/2017Q3/converters/p5-LaTeXML X-SVN-Commit-Revision: 446015 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2017 15:40:31 -0000 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/