From owner-svn-ports-head@freebsd.org Mon Dec 16 13:16:08 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8AE041E3D1A; Mon, 16 Dec 2019 13:16:08 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47c1xN2LPlz3JGV; Mon, 16 Dec 2019 13:16:08 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4682C25C8C; Mon, 16 Dec 2019 13:16:08 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBGDG8Sd099741; Mon, 16 Dec 2019 13:16:08 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBGDG7ss099734; Mon, 16 Dec 2019 13:16:07 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201912161316.xBGDG7ss099734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Mon, 16 Dec 2019 13:16:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520255 - head/print/latex-beamer X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/print/latex-beamer X-SVN-Commit-Revision: 520255 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2019 13:16:08 -0000 Author: cmt Date: Mon Dec 16 13:16:07 2019 New Revision: 520255 URL: https://svnweb.freebsd.org/changeset/ports/520255 Log: print/latex-beamer: update to 3.57 and unbreak latex-beamer is now hosted at github. PR: 241766 Approved by: maintainer-timeout (hrs) Modified: head/print/latex-beamer/Makefile head/print/latex-beamer/distinfo head/print/latex-beamer/pkg-descr head/print/latex-beamer/pkg-plist Modified: head/print/latex-beamer/Makefile ============================================================================== --- head/print/latex-beamer/Makefile Mon Dec 16 12:56:06 2019 (r520254) +++ head/print/latex-beamer/Makefile Mon Dec 16 13:16:07 2019 (r520255) @@ -1,33 +1,36 @@ # $FreeBSD$ PORTNAME= latex-beamer -PORTVERSION= 3.36 -PORTREVISION= 1 +PORTVERSION= 3.57 +DISTVERSIONPREFIX= v CATEGORIES= print -MASTER_SITES= https://bitbucket.org/rivanvx/beamer/get/ -DISTNAME= version-${PORTVERSION:S/./-/} MAINTAINER= hrs@FreeBSD.org COMMENT= LaTeX class to create a beamer presentation -BROKEN= unfetchable +LICENSE= GPLv2 LPPL13c +LICENSE_COMB= dual -USES= tar:bz2 -USE_TEX= texmf latex texhash +USE_TEX= texmf latex texhash texlua +USE_GITHUB= yes +GH_ACCOUNT= josephwright +GH_PROJECT= beamer TEXHASHDIRS= ${TEXMFDIR} NO_BUILD= YES -WRKSRC= ${WRKDIR}/rivanvx-beamer-368aa9ba9d38 +NO_ARCH= YES PORTDOCS= * OPTIONS_DEFINE= DOCS CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME:S/^latex-//} CLASS_SUBDIRS= base examples -DOC_SUBDIRS= AUTHORS ChangeLog FILES INSTALL README TODO doc solutions +DOC_SUBDIRS= AUTHORS.md CHANGELOG.md README.md doc solutions .include do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${CLASSDIR} + ${MV} ${WRKSRC}/doc/examples ${WRKSRC}/examples + ${MV} ${WRKSRC}/doc/solutions ${WRKSRC}/solutions cd ${WRKSRC} && for d in ${CLASS_SUBDIRS}; do \ ${PAX} -rw $$d ${STAGEDIR}${PREFIX}/${CLASSDIR}; \ done Modified: head/print/latex-beamer/distinfo ============================================================================== --- head/print/latex-beamer/distinfo Mon Dec 16 12:56:06 2019 (r520254) +++ head/print/latex-beamer/distinfo Mon Dec 16 13:16:07 2019 (r520255) @@ -1,2 +1,3 @@ -SHA256 (version-3-36.tar.bz2) = 3a7ff9df09b65db9c65bd1d7b613540cf275adc5c2a7981dc27abd03e49bf735 -SIZE (version-3-36.tar.bz2) = 890831 +TIMESTAMP = 1573056333 +SHA256 (josephwright-beamer-v3.57_GH0.tar.gz) = 33361d40bc36c1f0d568e3d6ea135601120699479a78aaab83f1e772da774711 +SIZE (josephwright-beamer-v3.57_GH0.tar.gz) = 653136 Modified: head/print/latex-beamer/pkg-descr ============================================================================== --- head/print/latex-beamer/pkg-descr Mon Dec 16 12:56:06 2019 (r520254) +++ head/print/latex-beamer/pkg-descr Mon Dec 16 13:16:07 2019 (r520255) @@ -3,4 +3,4 @@ presentation. It can also be used to create slides. I to other packages like Prosper, but has the advantage that it works together directly with pdflatex, but also with dvips. -WWW: https://bitbucket.org/rivanvx/beamer/wiki/Home +WWW: https://github.com/josephwright/beamer Modified: head/print/latex-beamer/pkg-plist ============================================================================== --- head/print/latex-beamer/pkg-plist Mon Dec 16 12:56:06 2019 (r520254) +++ head/print/latex-beamer/pkg-plist Mon Dec 16 13:16:07 2019 (r520255) @@ -20,7 +20,6 @@ %%TEXMFDIR%%/tex/latex/beamer/base/beamerbasecolor.sty %%TEXMFDIR%%/tex/latex/beamer/base/beamerbasecompatibility.sty %%TEXMFDIR%%/tex/latex/beamer/base/beamerbasedecode.sty -%%TEXMFDIR%%/tex/latex/beamer/base/beamerbaseexercise.sty %%TEXMFDIR%%/tex/latex/beamer/base/beamerbasefont.sty %%TEXMFDIR%%/tex/latex/beamer/base/beamerbaseframe.sty %%TEXMFDIR%%/tex/latex/beamer/base/beamerbaseframecomponents.sty @@ -32,7 +31,6 @@ %%TEXMFDIR%%/tex/latex/beamer/base/beamerbasenotes.sty %%TEXMFDIR%%/tex/latex/beamer/base/beamerbaseoptions.sty %%TEXMFDIR%%/tex/latex/beamer/base/beamerbaseoverlay.sty -%%TEXMFDIR%%/tex/latex/beamer/base/beamerbasercs.sty %%TEXMFDIR%%/tex/latex/beamer/base/beamerbaserequires.sty %%TEXMFDIR%%/tex/latex/beamer/base/beamerbasesection.sty %%TEXMFDIR%%/tex/latex/beamer/base/beamerbasetemplates.sty @@ -47,13 +45,10 @@ %%TEXMFDIR%%/tex/latex/beamer/base/emulation/beamerprosper.sty %%TEXMFDIR%%/tex/latex/beamer/base/emulation/beamerseminar.sty %%TEXMFDIR%%/tex/latex/beamer/base/emulation/beamertexpower.sty -%%TEXMFDIR%%/tex/latex/beamer/base/emulation/examples/beamerexample-foils.tex -%%TEXMFDIR%%/tex/latex/beamer/base/emulation/examples/beamerexample-prosper.tex -%%TEXMFDIR%%/tex/latex/beamer/base/emulation/examples/beamerexample-seminar.tex -%%TEXMFDIR%%/tex/latex/beamer/base/emulation/examples/beamerexample-texpower.tex %%TEXMFDIR%%/tex/latex/beamer/base/multimedia/multimedia.sty %%TEXMFDIR%%/tex/latex/beamer/base/multimedia/multimediasymbols.sty %%TEXMFDIR%%/tex/latex/beamer/base/multimedia/xmpmulti.sty +%%TEXMFDIR%%/tex/latex/beamer/base/patch/beamerpatchparalist.sty %%TEXMFDIR%%/tex/latex/beamer/base/themes/color/beamercolorthemealbatross.sty %%TEXMFDIR%%/tex/latex/beamer/base/themes/color/beamercolorthemebeaver.sty %%TEXMFDIR%%/tex/latex/beamer/base/themes/color/beamercolorthemebeetle.sty @@ -131,82 +126,7 @@ %%TEXMFDIR%%/tex/latex/beamer/base/themes/theme/compatibility/beamerthemesidebar.sty %%TEXMFDIR%%/tex/latex/beamer/base/themes/theme/compatibility/beamerthemesplit.sty %%TEXMFDIR%%/tex/latex/beamer/base/themes/theme/compatibility/beamerthemetree.sty -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Brazilian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Catalan.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-English.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-French.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-German.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Greek.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Norsk.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Nynorsk.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Polish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Serbian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Spanish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Brazilian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Catalan.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-English.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-French.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-German.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Greek.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Polish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Serbian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Spanish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Brazilian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Catalan.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-English.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-French.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-German.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Greek.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Polish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Portuguese.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Serbian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Spanish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Brazilian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Catalan.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Croatian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-English.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-German.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Greek.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Italian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Norsk.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Nynorsk.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Polish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Portuguese.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Serbian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-months-dictionary/translator-months-dictionary-Spanish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Catalan.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Portuguese.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Spanish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Brazilian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Catalan.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-English.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-French.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-German.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Greek.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Norsk.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Polish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Serbian.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Spanish.dict -%%TEXMFDIR%%/tex/latex/beamer/base/translator/translator-language-mappings.tex -%%TEXMFDIR%%/tex/latex/beamer/base/translator/translator.sty -%%TEXMFDIR%%/tex/latex/beamer/examples/Makefile %%TEXMFDIR%%/tex/latex/beamer/examples/a-conference-talk/beamerexample-conference-talk.tex -%%TEXMFDIR%%/tex/latex/beamer/examples/a-lecture/beamerexample-lecture-beamer-version.pdf %%TEXMFDIR%%/tex/latex/beamer/examples/a-lecture/beamerexample-lecture-beamer-version.tex %%TEXMFDIR%%/tex/latex/beamer/examples/a-lecture/beamerexample-lecture-body.tex %%TEXMFDIR%%/tex/latex/beamer/examples/a-lecture/beamerexample-lecture-logo.pdf