diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-09-02 04:46:38 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-09-02 04:46:38 +0800 |
commit | 259d28158da8b34ebaca8afd6621a2f24f73ed86 (patch) | |
tree | 30094151c4764b977eda11302fe8dfa99b49fe4c /print/texlive-base | |
parent | 56829f0e4d1e268376b49d44916595a71a946b33 (diff) | |
download | freebsd-ports-gnome-259d28158da8b34ebaca8afd6621a2f24f73ed86.tar.gz freebsd-ports-gnome-259d28158da8b34ebaca8afd6621a2f24f73ed86.tar.zst freebsd-ports-gnome-259d28158da8b34ebaca8afd6621a2f24f73ed86.zip |
graphics/poppler: update to 0.80.0
Release 0.80.0:
core:
* Annotations: Implement support for setting a different text in the appearance stream than the real text
* Splash: Optionally use small_vector from boost
* Fix memory leaks on broken files
* Fix abort on broken files
* Small code simplifications
* Remove USE_FIXEDPOINT support. Issue #821
qt5:
* Fix MSVC build
* Add subsitute-font information
* Fix since marker of some functions
* Fix leak when aborting text extraction
* Small code simplifications
glib:
* Make print scaling getter visible
* Make Duplex/NumCopies/PrintPageRange preference available in API
* Implement Movie API
utils:
* pdftotext: Add -nodiag flag to remove diagonal text on output
build system:
* Mark external lib include dirs as SYSTEM
PR: 240176
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
Diffstat (limited to 'print/texlive-base')
-rw-r--r-- | print/texlive-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index e29f3fd7c4d6..10e2ae6d29bb 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 39 +PORTREVISION= 40 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base |