diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2023-06-02 22:36:41 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2023-06-02 23:40:45 +0200 |
commit | a5fbd2fa98ed6c7ee3b178f597b897b0e8b78251 (patch) | |
tree | e140fb30ab7c3b1738f874824c077a7fef5b6130 /editors/calligra | |
parent | 11c8add256ef7cac322d2d8bad905e8a11885139 (diff) | |
download | freebsd-ports-a5fbd2fa98ed6c7ee3b178f597b897b0e8b78251.zip |
*: bump PORTREVISION of Imath users
...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details.
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 273b020d54b6..bb634a4412da 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -1,6 +1,6 @@ PORTNAME= calligra DISTVERSION= 3.2.1 -PORTREVISION= 53 +PORTREVISION= 54 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} |