diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-09-02 04:46:38 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-09-02 04:46:38 +0800 |
commit | 0ee39c1b52edcdad3b2373e943785407fe07efe9 (patch) | |
tree | 30094151c4764b977eda11302fe8dfa99b49fe4c /sysutils | |
parent | 3a4746efbaf555111f79532635969a10ec548a93 (diff) | |
download | freebsd-ports-gnome-0ee39c1b52edcdad3b2373e943785407fe07efe9.tar.gz freebsd-ports-gnome-0ee39c1b52edcdad3b2373e943785407fe07efe9.tar.zst freebsd-ports-gnome-0ee39c1b52edcdad3b2373e943785407fe07efe9.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 'sysutils')
-rw-r--r-- | sysutils/pcbsd-utils-qt5/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tracker-miners/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pcbsd-utils-qt5/Makefile b/sysutils/pcbsd-utils-qt5/Makefile index b5d5c927c63d..2d3e56c748ff 100644 --- a/sysutils/pcbsd-utils-qt5/Makefile +++ b/sysutils/pcbsd-utils-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcbsd-utils-qt5 PORTVERSION= 1444236547 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org diff --git a/sysutils/tracker-miners/Makefile b/sysutils/tracker-miners/Makefile index 08cfe44fc928..8ce164232bd7 100644 --- a/sysutils/tracker-miners/Makefile +++ b/sysutils/tracker-miners/Makefile @@ -3,7 +3,7 @@ PORTNAME= tracker-miners PORTVERSION= 2.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils gnome MASTER_SITES= GNOME |