diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2020-06-11 13:11:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2020-06-11 13:11:46 +0000 |
commit | 407fcf359dda6926302649d79a38fa3cd68a9839 (patch) | |
tree | 3afe247c1b5b38f0fa7ca903cae7a7f0b69fe9e5 /net-im | |
parent | 4ee1d5a6d607dfee4f4de45a491820ae4e5afc39 (diff) |
Update to 0.9.0
Notes
Notes:
svn path=/head/; revision=538480
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/profanity/Makefile | 5 | ||||
-rw-r--r-- | net-im/profanity/distinfo | 6 | ||||
-rw-r--r-- | net-im/profanity/files/patch-configure.ac | 14 | ||||
-rw-r--r-- | net-im/profanity/pkg-plist | 1 |
4 files changed, 7 insertions, 19 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 737ea18ca3f4..22a9039837ed 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= profanity -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.0 CATEGORIES= net-im MAINTAINER= arved@FreeBSD.org @@ -19,7 +19,8 @@ LIB_DEPENDS= libmesode.so:net-im/libmesode \ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgcrypt.so:security/libgcrypt \ - libsignal-protocol-c.so:net/libsignal + libsignal-protocol-c.so:net/libsignal \ + libsqlite3.so:databases/sqlite3 USES= ncurses pkgconfig ssl python readline autoreconf libtool gnome USE_GNOME= glib20 diff --git a/net-im/profanity/distinfo b/net-im/profanity/distinfo index 5672b4b0a62e..51a1f1b6ec55 100644 --- a/net-im/profanity/distinfo +++ b/net-im/profanity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581328135 -SHA256 (profanity-im-profanity-0.8.1_GH0.tar.gz) = 53937d9a41f73f6a138446fa108ae20f7d0bd79369832d6ab42035fe8c7e77b5 -SIZE (profanity-im-profanity-0.8.1_GH0.tar.gz) = 464234 +TIMESTAMP = 1591873615 +SHA256 (profanity-im-profanity-0.9.0_GH0.tar.gz) = e646f5fb7e3fe9c6c528e9570afbd946376975631fb41e3fd7b84d249b06c1da +SIZE (profanity-im-profanity-0.9.0_GH0.tar.gz) = 484619 diff --git a/net-im/profanity/files/patch-configure.ac b/net-im/profanity/files/patch-configure.ac deleted file mode 100644 index dab731a99512..000000000000 --- a/net-im/profanity/files/patch-configure.ac +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.ac.orig 2017-04-15 18:51:39.947886000 +0000 -+++ configure.ac 2017-04-15 18:52:27.321723000 +0000 -@@ -105,10 +105,7 @@ - elif test "x$enable_c_plugins" != xno; then - AC_CHECK_LIB([dl], [main], - [AM_CONDITIONAL([BUILD_C_API], [true]) LIBS="$LIBS -ldl" AC_DEFINE([HAVE_C], [1], [C support])], -- [AS_IF( -- [test "x$enable_c_plugins" = xyes], -- [AC_MSG_ERROR([dl library needed to run C plugins])], -- [AM_CONDITIONAL([BUILD_C_API], [false])]) -+ [AM_CONDITIONAL([BUILD_C_API], [true]) - ]) - else - AM_CONDITIONAL([BUILD_C_API], [false]) diff --git a/net-im/profanity/pkg-plist b/net-im/profanity/pkg-plist index 07e64fc20ac6..d78eeb5e09a8 100644 --- a/net-im/profanity/pkg-plist +++ b/net-im/profanity/pkg-plist @@ -14,6 +14,7 @@ man/man1/profanity.1.gz %%DATADIR%%/themes/hacker %%DATADIR%%/themes/headache %%DATADIR%%/themes/joker +%%DATADIR%%/themes/jubalian %%DATADIR%%/themes/orange %%DATADIR%%/themes/original %%DATADIR%%/themes/shade |