diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-05-03 06:04:51 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-05-06 06:12:26 +0200 |
commit | cc4315b370580787f8f12f4f788bb47f6ff7544a (patch) | |
tree | f2a4a4cea621b3a41810ebaa96898076196934db /editors/kile/Makefile | |
parent | devel/py-python-gitlab: Update to 2.7.1 (diff) |
graphics/poppler: update to 21.05.0
Release 21.05.0:
core:
* Fix crashes in malformed files
* Export SplashFont* symbols used by Scribus
* Minor code improvements
qt5/qt6:
* Make sure new signatures are always properly oriented
* Allow to pass the border width when signing
glib:
* Enhance find to support multi-line matching
utils:
* pdftoppm: Fix regression when using single scaleTo. Issue #1062
build system:
* Allow to disable building manual tests
PR: 255562
Exp-run by: antoine
Diffstat (limited to 'editors/kile/Makefile')
-rw-r--r-- | editors/kile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 01b46041a02e..04971966b0f2 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,7 +1,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b3 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org |