svn commit: r441937 - head/textproc/p5-LaTeX-Driver
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 28 23:15:46 UTC 2017
Author: sunpoet
Date: Sun May 28 23:15:44 2017
New Revision: 441937
URL: https://svnweb.freebsd.org/changeset/ports/441937
Log:
Add missing *_DEPENDS
- Sort PLIST
- Bump PORTREVISION for dependency change
Modified:
head/textproc/p5-LaTeX-Driver/Makefile
head/textproc/p5-LaTeX-Driver/pkg-plist
Modified: head/textproc/p5-LaTeX-Driver/Makefile
==============================================================================
--- head/textproc/p5-LaTeX-Driver/Makefile Sun May 28 23:15:39 2017 (r441936)
+++ head/textproc/p5-LaTeX-Driver/Makefile Sun May 28 23:15:44 2017 (r441937)
@@ -3,6 +3,7 @@
PORTNAME= LaTeX-Driver
PORTVERSION= 0.300.2
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,9 +14,11 @@ COMMENT= Perl module of LaTeX Driver
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
+BUILD_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
+ p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Exception-Class>=0:devel/p5-Exception-Class \
p5-File-Slurp>=0:devel/p5-File-Slurp \
+ p5-File-pushd>=0:devel/p5-File-pushd \
p5-IPC-ShellCmd>=0:devel/p5-IPC-ShellCmd \
p5-Readonly>=0:devel/p5-Readonly
RUN_DEPENDS:= ${BUILD_DEPENDS}
Modified: head/textproc/p5-LaTeX-Driver/pkg-plist
==============================================================================
--- head/textproc/p5-LaTeX-Driver/pkg-plist Sun May 28 23:15:39 2017 (r441936)
+++ head/textproc/p5-LaTeX-Driver/pkg-plist Sun May 28 23:15:44 2017 (r441937)
@@ -3,8 +3,8 @@ bin/latex2pdf
bin/latex2ps
%%SITE_PERL%%/LaTeX/Driver.pm
%%SITE_PERL%%/LaTeX/Driver/FilterProgram.pm
-%%PERL5_MAN3%%/LaTeX::Driver.3.gz
-%%PERL5_MAN3%%/LaTeX::Driver::FilterProgram.3.gz
%%PERL5_MAN1%%/latex2dvi.1.gz
%%PERL5_MAN1%%/latex2pdf.1.gz
%%PERL5_MAN1%%/latex2ps.1.gz
+%%PERL5_MAN3%%/LaTeX::Driver.3.gz
+%%PERL5_MAN3%%/LaTeX::Driver::FilterProgram.3.gz
More information about the svn-ports-head
mailing list