diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-09-02 06:04:35 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-09-06 18:31:18 +0200 |
commit | d98b56f1deb5b6a03a7e04fc16192ecb2af9df1e (patch) | |
tree | 28c61b5cfc4fed31206672458266432606ab2def /editors/kile | |
parent | biology/emboss: Put emboss-shell in default PATH (diff) |
graphics/poppler: update to 21.09
Release 21.09.0:
core:
* Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators
* Correct decoding of signature properties Reason & Location when they are Unicode
* Fix issues with malformed files
* MSVC build fixes
build system:
* Call cmake_minium_required() before project()
* Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
* correctly forward user-provided flags to try_compile()
Exp-run by: antoine
PR: 258206
Diffstat (limited to 'editors/kile')
-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 b87f9a8f2839..30c6c4f3ea78 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,7 +1,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b3 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org |