From owner-dev-commits-ports-all@freebsd.org Tue Apr 13 13:06:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B03F05DF940; Tue, 13 Apr 2021 13:06:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FKQpg4c9Yz4gqw; Tue, 13 Apr 2021 13:06:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 910492E53; Tue, 13 Apr 2021 13:06:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13DD6Jum004450; Tue, 13 Apr 2021 13:06:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13DD6J1m004449; Tue, 13 Apr 2021 13:06:19 GMT (envelope-from git) Date: Tue, 13 Apr 2021 13:06:19 GMT Message-Id: <202104131306.13DD6J1m004449@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 48de6fdcb814 - main - security/libcryptui: accept current gnupg 2.3 in configure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 48de6fdcb814d82b5c7456099145cd6c9e202107 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 13:06:19 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=48de6fdcb814d82b5c7456099145cd6c9e202107 commit 48de6fdcb814d82b5c7456099145cd6c9e202107 Author: Adriaan de Groot AuthorDate: 2021-04-12 19:12:34 +0000 Commit: Adriaan de Groot 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 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