On Tue, Apr 23, 2013 at 08:07:37AM +0100, Stuart Henderson wrote:
> On 2013/04/22 18:00, Chris Bennett wrote:
> > Newer version of p5-LaTeX-Driver. Version 0.12.
> > 
> > Upstream notes on changes:
> > * add missing dependency on Readonly (RT79330)
> 
> This dependency will need adding to the port. Otherwise looks good to me.

OK, fixed my diff.
Also tested on i386 and amd64.

? p5-LaTeX-Driver-0.12.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-LaTeX-Driver/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    11 Mar 2013 11:42:43 -0000      1.2
+++ Makefile    23 Apr 2013 17:00:06 -0000
@@ -2,22 +2,23 @@
 
 COMMENT=               driver to format LaTeX documents
 
-DISTNAME=              LaTeX-Driver-0.10
+DISTNAME=              LaTeX-Driver-0.12
 CATEGORIES=            textproc
 
 MODULES=               cpan
 
-# MIT
+# Perl
 PERMIT_PACKAGE_CDROM=  Yes
 
-CONFIGURE_ENV+= PREFIX=${PREFIX}
+CONFIGURE_ENV+=                PREFIX=${PREFIX}
 
-RUN_DEPENDS=   print/texlive/base \
-                devel/p5-Class-Accessor \
-                devel/p5-Exception-Class \
-               devel/p5-File-Slurp
+RUN_DEPENDS=           print/texlive/base \
+                       devel/p5-Class-Accessor \
+                       devel/p5-Exception-Class \
+                       devel/p5-File-Slurp \
+                       devel/p5-Readonly
 
-TEST_DEPENDS= print/texlive/texmf,-full \
-               devel/p5-Test-Exception
+TEST_DEPENDS=          print/texlive/texmf,-full \
+                       devel/p5-Test-Exception
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-LaTeX-Driver/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    27 Jun 2012 08:54:27 -0000      1.1.1.1
+++ distinfo    23 Apr 2013 17:00:06 -0000
@@ -1,5 +1,2 @@
-MD5 (LaTeX-Driver-0.10.tar.gz) = 4o4zG/T30XPzlSoo0NjQLA==
-RMD160 (LaTeX-Driver-0.10.tar.gz) = B8B/Y0ygYnZR9NqXGwV2lPHjw2o=
-SHA1 (LaTeX-Driver-0.10.tar.gz) = ocYEm+/aVJWzCW6iYDxtwKqx+i8=
-SHA256 (LaTeX-Driver-0.10.tar.gz) = 
bBDQaEB2BPQtX3LQ1AE5psIFm7dOmPcGid/qfTUv0r8=
-SIZE (LaTeX-Driver-0.10.tar.gz) = 30666
+SHA256 (LaTeX-Driver-0.12.tar.gz) = 
ggCgsAkXjZj8pxUMCFSR9P9gUoQQfQMhgZBcMuoVxa8=
+SIZE (LaTeX-Driver-0.12.tar.gz) = 34850
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/p5-LaTeX-Driver/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   27 Jun 2012 08:54:27 -0000      1.1.1.1
+++ pkg/PLIST   23 Apr 2013 17:00:06 -0000
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/27 08:54:27 sthen Exp $
+@comment $OpenBSD$
 bin/latex2dvi
 bin/latex2pdf
 bin/latex2ps

Reply via email to