Index: head/net-im/profanity/files/patch-configure.ac =================================================================== --- head/net-im/profanity/files/patch-configure.ac (revision 404623) +++ head/net-im/profanity/files/patch-configure.ac (nonexistent) @@ -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 Property changes on: head/net-im/profanity/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-im/profanity/Makefile =================================================================== --- head/net-im/profanity/Makefile (revision 404623) +++ head/net-im/profanity/Makefile (revision 404624) @@ -1,32 +1,34 @@ # $FreeBSD$ PORTNAME= profanity -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= net-im MASTER_SITES= http://www.profanity.im/ MAINTAINER= arved@FreeBSD.org COMMENT= Console based XMPP client LICENSE= GPLv3 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" .include .if ${PORT_OPTIONS:MNOTIFY} LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --enable-notifications .endif .include Index: head/net-im/profanity/distinfo =================================================================== --- head/net-im/profanity/distinfo (revision 404623) +++ head/net-im/profanity/distinfo (revision 404624) @@ -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