pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/tex-beamer



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Jun 12 18:54:39 UTC 2018

Modified Files:
        pkgsrc/print/tex-beamer: Makefile

Log Message:
tex-beamer: Add missing depends

(etoolbox, oberdiek (for atbegshi and ifpdf), hyperref and translator
were only documented in the longdesc of beamer.tlpobj... amscls
(for amsthm) and geometry were unfortunately not documented in any
way.)

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/tex-beamer/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-beamer/Makefile
diff -u pkgsrc/print/tex-beamer/Makefile:1.9 pkgsrc/print/tex-beamer/Makefile:1.10
--- pkgsrc/print/tex-beamer/Makefile:1.9        Thu May  3 12:32:09 2018
+++ pkgsrc/print/tex-beamer/Makefile    Tue Jun 12 18:54:39 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2018/05/03 12:32:09 markd Exp $
+# $NetBSD: Makefile,v 1.10 2018/06/12 18:54:39 leot Exp $
 
 DISTNAME=      beamer
 PKGNAME=       tex-${DISTNAME}-3.50
+PKGREVISION=   1
 TEXLIVE_REV=   46705
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +10,13 @@ HOMEPAGE=     http://ctan.org/pkg/beamer
 COMMENT=       LaTeX class for producing presentations and slides
 LICENSE=       lppl-1.3c OR gnu-gpl-v2
 
+DEPENDS+=      tex-amscls-[0-9]*:../../print/tex-amscls
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=      tex-geometry-[0-9]*:../../print/tex-geometry
+DEPENDS+=      tex-hyperref-[0-9]*:../../print/tex-hyperref
+DEPENDS+=      tex-oberdiek-[0-9]*:../../print/tex-oberdiek
 DEPENDS+=      tex-pgf-[0-9]*:../../print/tex-pgf
+DEPENDS+=      tex-translator-[0-9]*:../../print/tex-translator
 DEPENDS+=      tex-xcolor-[0-9]*:../../print/tex-xcolor
 
 .include "../../print/texlive/package.mk"



Home | Main Index | Thread Index | Old Index