diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-27 21:29:30 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-27 21:29:30 +0000 |
commit | 4cc15e71ec013d276f184b8d71266909c79277b5 (patch) | |
tree | 9d69a6a30c5a44b4bbe7d4a2f0697cec1600a9c6 /editors/texworks/Makefile | |
parent | 480c577baa45ef6f27ad8e0c46958ccecdb6d94f (diff) | |
download | freebsd-ports-4cc15e71ec013d276f184b8d71266909c79277b5.zip |
graphics/poppler: update to 0.75
Release 0.75.0:
core:
* Fix rendering of some annotations
* Fix crashes in broken files
* Small internal code improvements
cpp:
* Improve documentation
* tests: Add showing version information to poppler-dump
utils:
* pdfattach: new util
* pdftohtml: add -dataurls parameter
* pdftoppm: add -sep and -forcenum parameters
* pdftohtml: make singleHtml and stout not mutually exclusive
* pdfsig: fix use after free
- bump revisions of dependent ports due to shlib version change
PR: 236791
Exp-run by: antoine
Approved by: kwm (gnome)
Diffstat (limited to 'editors/texworks/Makefile')
-rw-r--r-- | editors/texworks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index eaa74893c971..078624304846 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org |