summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2015-12-28 12:12:17 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2015-12-28 12:12:17 +0000
commit0b24b0a2dd50fca380cfbd899ceca9632ec68d0b (patch)
tree36990bab436fee8ce864fe4ed4891a65f55e23cd /net-im
parentAllow concurrent installation of module for python2/3 (bin/pygtail). (diff)
* Update to 0.4.7
PR: 205601 Submitted by: noah.bergbauer@tum.de * While here add dependency on gpgme to enable PGP support
Notes
Notes: svn path=/head/; revision=404624
Diffstat (limited to 'net-im')
-rw-r--r--net-im/profanity/Makefile8
-rw-r--r--net-im/profanity/distinfo4
-rw-r--r--net-im/profanity/files/patch-configure.ac32
3 files changed, 7 insertions, 37 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile
index 7947b5b97fdb..7684887ca47a 100644
--- a/net-im/profanity/Makefile
+++ b/net-im/profanity/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= profanity
-PORTVERSION= 0.4.6
+PORTVERSION= 0.4.7
CATEGORIES= net-im
MASTER_SITES= http://www.profanity.im/
@@ -14,10 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libstrophe.so:${PORTSDIR}/net-im/libstrophe \
libglib-2.0.so:${PORTSDIR}/devel/glib20 \
libcurl.so:${PORTSDIR}/ftp/curl \
- libotr.so:${PORTSDIR}/security/libotr3
+ libotr.so:${PORTSDIR}/security/libotr3 \
+ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
+ libgpgme.so:${PORTSDIR}/security/gpgme
OPTIONS_DEFINE=NOTIFY
-USES= ncurses pkgconfig autoreconf
+USES= ncurses pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-otr
CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto"
diff --git a/net-im/profanity/distinfo b/net-im/profanity/distinfo
index 6813a7e7300e..5d368e154ecd 100644
--- a/net-im/profanity/distinfo
+++ b/net-im/profanity/distinfo
@@ -1,2 +1,2 @@
-SHA256 (profanity-0.4.6.tar.gz) = 9672667e419958dd75d40cc0f253087ba1ae7df0c3c855eaa780831ad8282a9f
-SIZE (profanity-0.4.6.tar.gz) = 431828
+SHA256 (profanity-0.4.7.tar.gz) = b02c4e029fe84941050ccab6c8cdf5f15df23de5d1384b4d1ec66da6faee11dd
+SIZE (profanity-0.4.7.tar.gz) = 463291
diff --git a/net-im/profanity/files/patch-configure.ac b/net-im/profanity/files/patch-configure.ac
deleted file mode 100644
index 7949b2ae0a1e..000000000000
--- a/net-im/profanity/files/patch-configure.ac
+++ /dev/null
@@ -1,32 +0,0 @@
---- configure.ac.orig 2015-03-09 09:51:22.000000000 +0100
-+++ configure.ac 2015-03-09 09:56:17.000000000 +0100
-@@ -141,22 +141,21 @@
- ### Windows uses native OS calls
- ### OSX requires terminal-notifier
-
--AS_IF([test "x$PLATFORM" = xosx],
-- [AS_IF([test "x$enable_notifications" != xno],
-+AS_IF([test "x$enable_notifications" != xno],
- [NOTIFIER_PATH="no"
- AC_PATH_PROG(NOTIFIER_PATH, terminal-notifier, no)
- AS_IF([test "x$NOTIFIER_PATH" = xno],
- [AS_IF([test "x$enable_notifications" = xyes],
-- [AC_MSG_ERROR([terminal-notifier not found, required for desktop notifications.])],
-+ [AC_MSG_WARN([terminal-notifier not found, required for desktop notifications on OS X.])],
- [AC_MSG_NOTICE([Desktop notifications not supported.])])],
-- [AC_DEFINE([HAVE_OSXNOTIFY], [1], [terminal notifier])])])],
-- [test "x$PLATFORM" = xnix],
-- [AS_IF([test "x$enable_notifications" != xno],
-+ [AC_DEFINE([HAVE_OSXNOTIFY], [1], [terminal notifier])])])
-+
-+AS_IF([test "x$enable_notifications" != xno],
- [PKG_CHECK_MODULES([libnotify], [libnotify],
- [AC_DEFINE([HAVE_LIBNOTIFY], [1], [libnotify module])],
- [AS_IF([test "x$enable_notifications" = xyes],
-- [AC_MSG_ERROR([libnotify is required but does not exist])],
-- [AC_MSG_NOTICE([libnotify support will be disabled])])])])])
-+ [AC_MSG_WARN([libnotify is required but does not exist])],
-+ [AC_MSG_NOTICE([libnotify support will be disabled])])])])
-
- # TODO: rewrite this
- if test "x$with_xscreensaver" = xyes; then