diff options
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 4 | ||||
-rw-r--r-- | security/pinentry/distinfo | 6 | ||||
-rw-r--r-- | security/pinentry/files/patch-qt5_icons_Makefile.in | 9 |
3 files changed, 11 insertions, 8 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index ba10a91f5e8a..ad3da32c4472 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,6 +1,6 @@ PORTNAME= pinentry -PORTVERSION= 1.3.1 -PORTREVISION?= 2 +PORTVERSION= 1.3.2 +PORTREVISION?= 0 CATEGORIES= security MASTER_SITES= GNUPG/pinentry diff --git a/security/pinentry/distinfo b/security/pinentry/distinfo index 4cdb84128637..be24efed8e75 100644 --- a/security/pinentry/distinfo +++ b/security/pinentry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720239644 -SHA256 (pinentry-1.3.1.tar.bz2) = bc72ee27c7239007ab1896c3c2fae53b076e2c9bd2483dc2769a16902bce8c04 -SIZE (pinentry-1.3.1.tar.bz2) = 611233 +TIMESTAMP = 1754409834 +SHA256 (pinentry-1.3.2.tar.bz2) = 8e986ed88561b4da6e9efe0c54fa4ca8923035c99264df0b0464497c5fb94e9e +SIZE (pinentry-1.3.2.tar.bz2) = 612858 diff --git a/security/pinentry/files/patch-qt5_icons_Makefile.in b/security/pinentry/files/patch-qt5_icons_Makefile.in index cc040c6e8b6c..c426395edaed 100644 --- a/security/pinentry/files/patch-qt5_icons_Makefile.in +++ b/security/pinentry/files/patch-qt5_icons_Makefile.in @@ -1,8 +1,8 @@ Rename icon to prevent install conflicts with the Qt6 frontend. ---- qt5/icons/Makefile.in.orig 2024-07-03 09:29:09 UTC +--- qt5/icons/Makefile.in.orig 2025-07-28 07:07:41 UTC +++ qt5/icons/Makefile.in -@@ -350,12 +350,12 @@ EXTRA_DIST = data-error.svg \ +@@ -350,7 +350,7 @@ EXTRA_DIST = data-error.svg \ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = data-error.svg \ @@ -10,7 +10,10 @@ Rename icon to prevent install conflicts with the Qt6 frontend. + pinentry-qt5.png \ hint.svg \ password-generate.svg \ - visibility.svg + visibility.svg \ +@@ -358,7 +358,7 @@ EXTRA_DIST = data-error.svg \ + password-generate_dark.svg \ + visibility_dark.svg -icons_DATA = pinentry.png +icons_DATA = pinentry-qt5.png |