diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-18 18:26:09 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-18 18:27:57 +0300 |
commit | e6475127d6629e937529e3a5f74417aa71d2cce1 (patch) | |
tree | 84e4d38260bf716661f8d510ea9be0c99fd75810 /net | |
parent | devel/grantlee5: update to 5.3.0 release (+) (diff) |
devel/grantlee5: bump library consumers after grantlee update
Diffstat (limited to 'net')
-rw-r--r-- | net/akonadi-calendar/Makefile | 1 | ||||
-rw-r--r-- | net/akonadi-contacts/Makefile | 1 | ||||
-rw-r--r-- | net/incidenceeditor/Makefile | 1 | ||||
-rw-r--r-- | net/kcalutils/Makefile | 1 | ||||
-rw-r--r-- | net/kpimtextedit/Makefile | 1 | ||||
-rw-r--r-- | net/mailcommon/Makefile | 1 | ||||
-rw-r--r-- | net/messagelib/Makefile | 1 | ||||
-rw-r--r-- | net/messagelib/pkg-plist | 10 | ||||
-rw-r--r-- | net/pimcommon/Makefile | 1 |
9 files changed, 13 insertions, 5 deletions
diff --git a/net/akonadi-calendar/Makefile b/net/akonadi-calendar/Makefile index 3fcfaa0a965f..f27361fe75b9 100644 --- a/net/akonadi-calendar/Makefile +++ b/net/akonadi-calendar/Makefile @@ -1,5 +1,6 @@ PORTNAME= akonadi-calendar DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/akonadi-contacts/Makefile b/net/akonadi-contacts/Makefile index 33ed821a291c..8d2e70948856 100644 --- a/net/akonadi-contacts/Makefile +++ b/net/akonadi-contacts/Makefile @@ -1,5 +1,6 @@ PORTNAME= akonadi-contacts DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/incidenceeditor/Makefile b/net/incidenceeditor/Makefile index 0e7123df3d46..37ee2deb2c92 100644 --- a/net/incidenceeditor/Makefile +++ b/net/incidenceeditor/Makefile @@ -1,5 +1,6 @@ PORTNAME= incidenceeditor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/kcalutils/Makefile b/net/kcalutils/Makefile index 6bacb08fad1d..e64cc2a69cef 100644 --- a/net/kcalutils/Makefile +++ b/net/kcalutils/Makefile @@ -1,5 +1,6 @@ PORTNAME= kcalutils DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/kpimtextedit/Makefile b/net/kpimtextedit/Makefile index 1899332d1348..c4a0c0000e5d 100644 --- a/net/kpimtextedit/Makefile +++ b/net/kpimtextedit/Makefile @@ -1,5 +1,6 @@ PORTNAME= kpimtextedit DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/mailcommon/Makefile b/net/mailcommon/Makefile index ac75dcc9f7a7..f1894e1d9246 100644 --- a/net/mailcommon/Makefile +++ b/net/mailcommon/Makefile @@ -1,5 +1,6 @@ PORTNAME= mailcommon DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/messagelib/Makefile b/net/messagelib/Makefile index 7df0f58d11ef..dd5ac02fd8f7 100644 --- a/net/messagelib/Makefile +++ b/net/messagelib/Makefile @@ -1,5 +1,6 @@ PORTNAME= messagelib DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/messagelib/pkg-plist b/net/messagelib/pkg-plist index 016154897d58..e7ad747ba417 100644 --- a/net/messagelib/pkg-plist +++ b/net/messagelib/pkg-plist @@ -947,11 +947,11 @@ share/messageviewer/about/default/main.css share/messageviewer/about/default/main.html share/messageviewer/about/default/splash.theme share/messageviewer/about/default/status.html -share/messageviewer/defaultthemes/%%GRANTLEE_VERSION_SHORT%%/header.html -share/messageviewer/defaultthemes/%%GRANTLEE_VERSION_SHORT%%/kmail_default.desktop -share/messageviewer/defaultthemes/%%GRANTLEE_VERSION_SHORT%%/photo.png -share/messageviewer/defaultthemes/%%GRANTLEE_VERSION_SHORT%%/photo.svg -share/messageviewer/defaultthemes/%%GRANTLEE_VERSION_SHORT%%/style.css +share/messageviewer/defaultthemes/5.2/header.html +share/messageviewer/defaultthemes/5.2/kmail_default.desktop +share/messageviewer/defaultthemes/5.2/photo.png +share/messageviewer/defaultthemes/5.2/photo.svg +share/messageviewer/defaultthemes/5.2/style.css share/messageviewer/longurlServices.json share/org.kde.syntax-highlighting/syntax/kmail-template.xml share/qlogging-categories5/messagelib.categories diff --git a/net/pimcommon/Makefile b/net/pimcommon/Makefile index f23051a710b8..3607a229a4ab 100644 --- a/net/pimcommon/Makefile +++ b/net/pimcommon/Makefile @@ -1,5 +1,6 @@ PORTNAME= pimcommon DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org |