diff options
Diffstat (limited to 'texlive')
-rw-r--r-- | texlive/.footprint | 8 | ||||
-rw-r--r-- | texlive/.signature | 7 | ||||
-rw-r--r-- | texlive/Pkgfile | 4 |
3 files changed, 13 insertions, 6 deletions
diff --git a/texlive/.footprint b/texlive/.footprint index 4b76e539a..c9f8a9a2b 100644 --- a/texlive/.footprint +++ b/texlive/.footprint @@ -486,10 +486,10 @@ lrwxrwxrwx root/root usr/lib/libtexluajit.so.2 -> libtexluajit.so.2.1.0 -rwxr-xr-x root/root usr/lib/libtexluajit.so.2.1.0 drwxr-xr-x root/root usr/lib/perl5/ drwxr-xr-x root/root usr/lib/perl5/site_perl/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.22/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.22/TeXLive/ --rwxr-xr-x root/root usr/lib/perl5/site_perl/5.22/TeXLive/TLConfig.pm --rwxr-xr-x root/root usr/lib/perl5/site_perl/5.22/TeXLive/TLUtils.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/TeXLive/ +-rwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/TeXLive/TLConfig.pm +-rwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/TeXLive/TLUtils.pm drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/kpathsea.pc -rw-r--r-- root/root usr/lib/pkgconfig/ptexenc.pc diff --git a/texlive/.signature b/texlive/.signature new file mode 100644 index 000000000..df8ffc692 --- /dev/null +++ b/texlive/.signature @@ -0,0 +1,7 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/T7k0vXUdc8t53V3q+XxUHnKvd1fc8lFS+GeOYM0yf//WS785cf9nmlnoh6b6Yqt8ENmGSrDqbDHiXMnlm9IOgY= +SHA256 (Pkgfile) = 4a9a1a3a9b5d72810afa6c27a4606b3e8656e76edf674aa128d2aa2ed0f42c4e +SHA256 (.footprint) = 7f76867eded0929791853d6a1ab0539735dde424cf11a65484512376deebab97 +SHA256 (texlive-20160523b-texmf.tar.xz) = 99be507089583ce33da359e52a29f7df43281b52e7a50d05e2f8b3fbdddb68b7 +SHA256 (texlive-20160523b-source.tar.xz) = a8b32ca47f0a403661a09e202f4567a995beb718c18d8f81ca6d76daa1da21ed +SHA256 (texi2html-5.0.tar.bz2) = e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa diff --git a/texlive/Pkgfile b/texlive/Pkgfile index d231c8862..26be42111 100644 --- a/texlive/Pkgfile +++ b/texlive/Pkgfile @@ -67,8 +67,8 @@ build() { cd .. - install -d $PKG/usr/lib/perl5/site_perl/5.22/TeXLive - install texk/tests/TeXLive/TL{Config,Utils}.pm $PKG/usr/lib/perl5/site_perl/5.22/TeXLive + install -d $PKG/usr/lib/perl5/site_perl/5.24/TeXLive + install texk/tests/TeXLive/TL{Config,Utils}.pm $PKG/usr/lib/perl5/site_perl/5.24/TeXLive # Create symlinks PATH="$PKG/usr/bin:$PATH" LD_LIBRARY_PATH+=$PKG/usr/lib \ |