diff options
Diffstat (limited to 'security/gnome-keyring/Makefile')
-rw-r--r-- | security/gnome-keyring/Makefile | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 0840389a8cc5..890d4ded0384 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -1,14 +1,14 @@ PORTNAME= gnome-keyring -PORTVERSION= 42.1 -PORTREVISION= 6 +PORTVERSION= 48.0 CATEGORIES= security gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Program that keeps passwords and other secrets +WWW= https://gitlab.gnome.org/GNOME/gnome-keyring -LICENSE= GPLv2 +LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl @@ -20,17 +20,14 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libgcrypt.so:security/libgcrypt RUN_DEPENDS= pinentry-gnome3:security/pinentry-gnome -PORTSCOUT= limitw:1,even - -USE_GNOME= cairo gtk30 intlhack libxslt:build -USES= compiler:c11 cpe gettext gmake gnome libtool localbase \ - pathfix pkgconfig tar:xz +USE_GNOME= cairo glib20 gtk30 libxslt:build +USES= compiler:c11 cpe gettext meson gnome localbase \ + pkgconfig tar:xz CPE_VENDOR= gnome -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" -INSTALL_TARGET= install-strip +MESON_ARGS= -Dssh-agent=true \ + -Dselinux=disabled \ + -Dsystemd=disabled GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml SUB_FILES= pkg-message |