diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-06 20:00:57 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-06 20:00:58 +0000 |
commit | fac489c1647530936821da748ad7a671b952463b (patch) | |
tree | c3f3bd5f8ac735753195351aae6c764ba2ebffd0 /net/kitinerary | |
parent | 4e621c5a588e36fbea7afb9bcb6c2d893e242753 (diff) |
graphics/poppler: update to 21.07.0
Release 21.07.0:
core:
* JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
* PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088
* CairoOutputDev: Fix memory leak on broken files
* Minor code improvements
build system:
* set C standard to 11 without extensions
Exp-run by: antoine
PR: 256981
Diffstat (limited to 'net/kitinerary')
-rw-r--r-- | net/kitinerary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/kitinerary/Makefile b/net/kitinerary/Makefile index da6a60ef7d97..f34e3dccdb94 100644 --- a/net/kitinerary/Makefile +++ b/net/kitinerary/Makefile @@ -1,5 +1,6 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org |