diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile index 76d8c2f2abf8..220f75c97d7e 100644 --- a/security/libcryptui/Makefile +++ b/security/libcryptui/Makefile @@ -1,46 +1,46 @@ # Created by: Dave McKay PORTNAME= libcryptui PORTVERSION= 3.12.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME application for managing encryption keys (PGP, SSH) BUILD_DEPENDS= seahorse>=3.0.0:security/seahorse \ gpg:security/gnupg LIB_DEPENDS= libgpgme.so:security/gpgme \ libdbus-glib-1.so:devel/dbus-glib \ libgnome-keyring.so:security/libgnome-keyring RUN_DEPENDS= seahorse>=3.0.0:security/seahorse \ gpg:security/gnupg USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg USE_GNOME= intlhack gnomeprefix gtk30 introspection:build USE_XORG= sm ice USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.seahorse.recipients.gschema.xml OPTIONS_DEFINE= NOTIFY .include .if ${PORT_OPTIONS:MNOTIFY} LIB_DEPENDS+= libnotify.so:devel/libnotify .else 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