diff options
Diffstat (limited to 'net-im/profanity')
-rw-r--r-- | net-im/profanity/Makefile | 11 | ||||
-rw-r--r-- | net-im/profanity/distinfo | 6 | ||||
-rw-r--r-- | net-im/profanity/files/patch-src_pgp_gpg.c | 15 | ||||
-rw-r--r-- | net-im/profanity/pkg-plist | 2 |
4 files changed, 9 insertions, 25 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 01b2a2150527..da2f9b2e0d53 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -1,6 +1,5 @@ PORTNAME= profanity -DISTVERSION= 0.14.0 -PORTREVISION= 4 +DISTVERSION= 0.15.1 CATEGORIES= net-im MASTER_SITES= https://profanity-im.github.io/tarballs/ @@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libcurl.so:ftp/curl \ libotr.so:security/libotr \ - libuuid.so:misc/e2fsprogs-libuuid \ + libuuid.so:misc/libuuid \ libgpgme.so:security/gpgme \ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ @@ -22,7 +21,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libstrophe.so:net-im/libstrophe \ libqrencode.so:graphics/libqrencode -USES= cpe gnome libtool ncurses pkgconfig python \ +USES= cpe gmake gnome libtool ncurses pkgconfig python \ readline sqlite:3 CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes @@ -32,9 +31,9 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-otr --enable-python-plugins --enable-c-plugins \ - --enable-pgp --disable-icons-and-clipboard \ + --enable-plugins --enable-pgp --disable-icons-and-clipboard \ --without-xscreensaver --disable-gdk-pixbuf \ - --enable-omemo --enable-omemo-qrcode + --enable-omemo --enable-omemo-qrcode --enable-year2038 OPTIONS_DEFINE= NOTIFY diff --git a/net-im/profanity/distinfo b/net-im/profanity/distinfo index 55bcad577a9e..dd6b1b96c5b2 100644 --- a/net-im/profanity/distinfo +++ b/net-im/profanity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692899637 -SHA256 (profanity-0.14.0.tar.gz) = fd23ffd38a31907974a680a3900c959e14d44e16f1fb7df2bdb7f6c67bd7cf7f -SIZE (profanity-0.14.0.tar.gz) = 936272 +TIMESTAMP = 1756031813 +SHA256 (profanity-0.15.1.tar.gz) = c1e28a849aa178fd1ec5f384b0f8bdd244bce453dc4ef7bb76d0830382fec304 +SIZE (profanity-0.15.1.tar.gz) = 988721 diff --git a/net-im/profanity/files/patch-src_pgp_gpg.c b/net-im/profanity/files/patch-src_pgp_gpg.c deleted file mode 100644 index 6a7e79214fc9..000000000000 --- a/net-im/profanity/files/patch-src_pgp_gpg.c +++ /dev/null @@ -1,15 +0,0 @@ -The gpgme_attr_t enums and their functions, which have been marked deprecated -since 2003, were removed in GpgME 2.0.0. The individual result structures -should be used instead. - ---- src/pgp/gpg.c.orig 2023-07-14 05:39:30 UTC -+++ src/pgp/gpg.c -@@ -683,7 +683,7 @@ p_gpg_decrypt(const char* const cipher) - error = gpgme_get_key(ctx, recipient->keyid, &key, 1); - - if (!error && key) { -- const char* addr = gpgme_key_get_string_attr(key, GPGME_ATTR_EMAIL, NULL, 0); -+ const char* addr = key->uids->email; - if (addr) { - g_string_append(recipients_str, addr); - } diff --git a/net-im/profanity/pkg-plist b/net-im/profanity/pkg-plist index 9d2a776aeca6..051189f7a724 100644 --- a/net-im/profanity/pkg-plist +++ b/net-im/profanity/pkg-plist @@ -59,7 +59,6 @@ share/man/man1/profanity-omemo.1.gz share/man/man1/profanity-otr.1.gz share/man/man1/profanity-outtype.1.gz share/man/man1/profanity-ox-setup.1.gz -share/man/man1/profanity-ox.1.gz share/man/man1/profanity-paste.1.gz share/man/man1/profanity-pgp.1.gz share/man/man1/profanity-ping.1.gz @@ -71,6 +70,7 @@ share/man/man1/profanity-privacy.1.gz share/man/man1/profanity-privileges.1.gz share/man/man1/profanity-quit.1.gz share/man/man1/profanity-receipts.1.gz +share/man/man1/profanity-redraw.1.gz share/man/man1/profanity-reconnect.1.gz share/man/man1/profanity-register.1.gz share/man/man1/profanity-reload.1.gz |