Sat Oct 21 03:03:47 2017 UTC ()
tex-powerdot: update to 1.5c

Replaced clock code by the version by Alexander Grahn to achieve
compatibility with the animate package.


(markd)
diff -r1.4 -r1.5 pkgsrc/print/tex-powerdot/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/print/tex-powerdot/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-powerdot/Makefile 2017/08/17 04:24:37 1.4
+++ pkgsrc/print/tex-powerdot/Makefile 2017/10/21 03:03:47 1.5
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.4 2017/08/17 04:24:37 markd Exp $ 1# $NetBSD: Makefile,v 1.5 2017/10/21 03:03:47 markd Exp $
2 2
3DISTNAME= powerdot 3DISTNAME= powerdot
4PKGNAME= tex-${DISTNAME}-1.5b 4PKGNAME= tex-${DISTNAME}-1.5c
5TEXLIVE_REV= 44868 5TEXLIVE_REV= 45165
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/powerdot 8HOMEPAGE= http://ctan.org/pkg/powerdot
9COMMENT= A presentation class 9COMMENT= A presentation class
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem 12DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem
13DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics 13DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
14DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor 14DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
15DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval 15DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
16 16
17.include "../../print/texlive/package.mk" 17.include "../../print/texlive/package.mk"
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"