diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2023-07-26 21:58:48 +0200 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2023-07-26 21:58:56 +0200 |
commit | 8071dcbfe7fc7a7550509f9b390139cfd923c005 (patch) | |
tree | 8142489af12beeb4fe455b16db8452e345f3286d /misc | |
parent | 94ecbdcacc2083fe7f08c30604b0834597d5d524 (diff) | |
download | freebsd-ports-8071dcbfe7fc7a7550509f9b390139cfd923c005.zip |
devel/qt6: bump dependent ports
Diffstat (limited to 'misc')
-rw-r--r-- | misc/qt6-examples/Makefile | 1 | ||||
-rw-r--r-- | misc/qt6ct/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/qt6-examples/Makefile b/misc/qt6-examples/Makefile index 91342b7e6c13..7bd7fce7f9d7 100644 --- a/misc/qt6-examples/Makefile +++ b/misc/qt6-examples/Makefile @@ -1,5 +1,6 @@ PORTNAME= examples PORTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= QT/official_releases/qt/${QT6_VERSION:R}/${QT6_VERSION}/single PKGNAMEPREFIX= qt6- diff --git a/misc/qt6ct/Makefile b/misc/qt6ct/Makefile index 3120206e5cb1..bfa773ff3e11 100644 --- a/misc/qt6ct/Makefile +++ b/misc/qt6ct/Makefile @@ -1,5 +1,6 @@ PORTNAME= qt6ct DISTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= tcberner@FreeBSD.org |