git: 48de6fdcb814 - main - security/libcryptui: accept current gnupg 2.3 in configure
Adriaan de Groot
adridg at FreeBSD.org
Tue Apr 13 13:06:19 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=48de6fdcb814d82b5c7456099145cd6c9e202107
commit 48de6fdcb814d82b5c7456099145cd6c9e202107
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-04-12 19:12:34 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-04-13 13:06:17 +0000
security/libcryptui: accept current gnupg 2.3 in configure
Massage our crummy REINPLACE to also accept the current version
of gnupg that is in ports, so this can build agani. While here,
fix the pkg-descr which was still a copy of seahorse (from which
this package was split several years ago).
Upstream has marked this as "likely to be deprecated", and there
has been no release in 4 years. There *has* been an upstream
commit doing what our REINPLACE does, up to gnupg 2.2.
---
security/libcryptui/Makefile | 4 ++--
security/libcryptui/pkg-descr | 9 +++------
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile
index 76d8c2f2abf8..220f75c97d7e 100644
--- a/security/libcryptui/Makefile
+++ b/security/libcryptui/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libcryptui
PORTVERSION= 3.12.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+=--disable-libnotify
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|"1.2 1.4 2.0"|"1.2 1.4 2.0 2.1 2.2"|g' \
+ @${REINPLACE_CMD} -e 's|"1.2 1.4 2.0"|"1.2 1.4 2.0 2.1 2.2 2.3"|g' \
${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/security/libcryptui/pkg-descr b/security/libcryptui/pkg-descr
index ea4098271f3a..0c48e5d27405 100644
--- a/security/libcryptui/pkg-descr
+++ b/security/libcryptui/pkg-descr
@@ -1,8 +1,5 @@
-Seahorse is a Gnome front end for GnuPG - the Gnu Privacy Guard program.
+Libcryptui: Interface components for OpenPGP
-It is a tool for secure communications and data storage.
-Data encryption and digital signature creation can easily
-be performed through a GUI and Key Management operations
-can easily be carried out through an intuitive interface.
+libcryptui is a library used for prompting for PGP keys.
-WWW: http://seahorse.sourceforge.net/
+WWW: https://gitlab.gnome.org/GNOME/libcryptui
More information about the dev-commits-ports-all
mailing list