diff options
Diffstat (limited to 'devel/gitg/Makefile')
-rw-r--r-- | devel/gitg/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile index 674aba4c067d..9f4c562d4acd 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -1,14 +1,10 @@ PORTNAME= gitg -PORTVERSION= 41 -PORTREVISION= 10 +DISTVERSION= 44 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome -PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ -PATCHFILES+= 1978973b1284.patch:-p1 # https://gitlab.gnome.org/GNOME/gitg/-/merge_requests/175 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= GTK-based git repository viewer WWW= https://wiki.gnome.org/Apps/Gitg @@ -25,14 +21,15 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libpeas-1.0.so:devel/libpeas1 \ libgspell-1.so:textproc/gspell \ libdazzle-1.0.so:x11-toolkits/libdazzle \ - libsecret-1.so:security/libsecret + libsecret-1.so:security/libsecret \ + libgpgme.so:security/gpgme \ + libhandy-1.so:x11-toolkits/libhandy RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas -CONFLICTS= gitg0 PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome localbase \ - meson pathfix pkgconfig python:build tar:xz vala:build + meson pkgconfig python:build tar:xz vala:build USE_GNOME= cairo gdkpixbuf gtk30 gtksourceview4 intltool introspection USE_LDCONFIG= yes |