mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/signon-plugin-oauth2: update to 0.25
This commit is contained in:
parent
63ac2ce82a
commit
3d46c952ce
3 changed files with 10 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= signon-plugin-oauth2
|
PORTNAME= signon-plugin-oauth2
|
||||||
DISTVERSION= 0.24
|
DISTVERSION= 0.25
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= sysutils kde
|
CATEGORIES= sysutils kde
|
||||||
DISTNAME= archive
|
DISTNAME= archive
|
||||||
DIST_SUBDIR= KDE/${GL_ACCOUNT}
|
DIST_SUBDIR= KDE/${GL_ACCOUNT}
|
||||||
|
@ -20,7 +19,7 @@ QMAKE_ENV= PREFIX=${PREFIX}
|
||||||
# gitlab variables
|
# gitlab variables
|
||||||
USE_GITLAB= yes
|
USE_GITLAB= yes
|
||||||
GL_ACCOUNT= accounts-sso
|
GL_ACCOUNT= accounts-sso
|
||||||
GL_COMMIT= 2dd9ba521a0dd4277c4bf6970a7f4e3894fd85ae
|
GL_COMMIT= 091887d09bb635fa31f69ed16d384563cddc8009
|
||||||
|
|
||||||
# Fix for Qt5-5.13:
|
# Fix for Qt5-5.13:
|
||||||
# oauth2plugin.cpp:133:9: error: 'addQueryItem' is deprecated [-Werror,-Wdeprecated-declarations]
|
# oauth2plugin.cpp:133:9: error: 'addQueryItem' is deprecated [-Werror,-Wdeprecated-declarations]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1617892438
|
TIMESTAMP = 1626330369
|
||||||
SHA256 (KDE/accounts-sso/accounts-sso-signon-plugin-oauth2-2dd9ba521a0dd4277c4bf6970a7f4e3894fd85ae_GL0.tar.gz) = b5e0b7b00e21baced3accf7aa3d21380a7391e14d15d5282ca6eb8b3cb71bfd2
|
SHA256 (KDE/accounts-sso/accounts-sso-signon-plugin-oauth2-091887d09bb635fa31f69ed16d384563cddc8009_GL0.tar.gz) = 4ac679bead32d2cbafc902b66cc84e5ada38e977ad583a1bc55c106f18c2e04c
|
||||||
SIZE (KDE/accounts-sso/accounts-sso-signon-plugin-oauth2-2dd9ba521a0dd4277c4bf6970a7f4e3894fd85ae_GL0.tar.gz) = 39034
|
SIZE (KDE/accounts-sso/accounts-sso-signon-plugin-oauth2-091887d09bb635fa31f69ed16d384563cddc8009_GL0.tar.gz) = 41112
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- signon-oauth2.pro.orig 2018-03-03 17:00:59 UTC
|
--- signon-oauth2.pro.orig 2020-11-10 19:43:33 UTC
|
||||||
+++ signon-oauth2.pro
|
+++ signon-oauth2.pro
|
||||||
@@ -3,7 +3,7 @@ include( common-project-config.pri )
|
@@ -3,7 +3,7 @@ include( common-project-config.pri )
|
||||||
|
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
-SUBDIRS = src tests example
|
-SUBDIRS = src tests
|
||||||
+SUBDIRS = src
|
+SUBDIRS = src
|
||||||
|
|
||||||
include( common-installs-config.pri )
|
|
||||||
|
|
||||||
|
CONFIG(make_examples) {
|
||||||
|
SUBDIRS += example
|
||||||
|
|
Loading…
Add table
Reference in a new issue