diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-06-05 16:03:09 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-06-05 16:03:51 +0200 |
commit | 7c24f75361dfdc9389427aafce3b07ff3ece28e4 (patch) | |
tree | 78b8bd4995daeee15e8b183bab02d584ddf74e1c /math | |
parent | graphics/poppler: update to 22.06 (diff) |
graphics/poppler: bump port revision of consumers after 22.06 upgrade
Diffstat (limited to 'math')
-rw-r--r-- | math/cantor/Makefile | 1 | ||||
-rw-r--r-- | math/labplot/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/cantor/Makefile b/math/cantor/Makefile index aa092518c408..8f991be81e13 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,5 +1,6 @@ PORTNAME= cantor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 1306ff1323f1..a37a37fdaf09 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -2,7 +2,7 @@ PORTNAME= labplot DISTVERSION= 2.8.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} |