diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-03-30 05:19:08 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-03-30 05:19:08 +0000 |
commit | caccfc1f1de6df14271ed892b1fd4efe80bc5e9b (patch) | |
tree | 1fdab5b7baddeb1acb6dc2e75150b131f3a4a366 /print | |
parent | - Now builds on 5.x (diff) |
Update to 3.07. Changes include:
- LyX layout removed since it is now part of the LyX
development tree.
- Cleaned up documentation.
- Cleaned up license chaos and removed all possibly
copyrighted material.
- Fixed incorrect subsubsections in vertical navigation bars.
- Fixed problem with overlay specifications in amsmath
environments.
- Fixed superfluous \show in beamerthemeshadow.sty
- Fixed color problem in beamer boxes with rounded corners.
- Fixed problem with frametitle syntax in fragile frames.
- Fixed missing frame subtitles in article mode.
- Added french solution translations (due to Philippe De Sousa).
Notes
Notes:
svn path=/head/; revision=188806
Diffstat (limited to 'print')
-rw-r--r-- | print/latex-beamer/Makefile | 8 | ||||
-rw-r--r-- | print/latex-beamer/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/print/latex-beamer/Makefile b/print/latex-beamer/Makefile index 8178a0090cbe..00a0093bcb48 100644 --- a/print/latex-beamer/Makefile +++ b/print/latex-beamer/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= latex-beamer -PORTVERSION= 3.06 +PORTVERSION= 3.07 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,11 +13,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX class to create a beamer presentation -BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \ - ${TEXMFDIR_LSR}:${PORTSDIR}/print/tex-texmflocal +BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - ${LOCALBASE}/${TEXMFDIR}/tex/latex/pgf/basiclayer/pgf.sty:${PORTSDIR}/print/latex-pgf \ - ${TEXMFDIR_LSR}:${PORTSDIR}/print/tex-texmflocal + ${LOCALBASE}/${TEXMFDIR}/tex/latex/pgf/basiclayer/pgf.sty:${PORTSDIR}/print/latex-pgf NO_BUILD= YES PLIST= ${WRKDIR}/pkg-plist diff --git a/print/latex-beamer/distinfo b/print/latex-beamer/distinfo index 5535ee27eddd..703b79672542 100644 --- a/print/latex-beamer/distinfo +++ b/print/latex-beamer/distinfo @@ -1,3 +1,3 @@ -MD5 (latex-beamer-3.06.tar.gz) = ab7eeb972d75e758117460aabdddb1e6 -SHA256 (latex-beamer-3.06.tar.gz) = eff7bff87f8adbbea3fb83f3e2edc485e0f99dac6276f62d537a88e1931a63d2 -SIZE (latex-beamer-3.06.tar.gz) = 2638744 +MD5 (latex-beamer-3.07.tar.gz) = a908b9fa5c98b1e1ef49bda302dd2af6 +SHA256 (latex-beamer-3.07.tar.gz) = 7b71bd57c7820dc2fa94825ac430fcc832856954e895f79f849641e0ca838d1e +SIZE (latex-beamer-3.07.tar.gz) = 2391893 |