Date: Tue, 19 Mar 2019 20:04:00 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496290 - head/net-im/profanity Message-ID: <201903192004.x2JK40f0039308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Tue Mar 19 20:04:00 2019 New Revision: 496290 URL: https://svnweb.freebsd.org/changeset/ports/496290 Log: Update to 0.6.0 Changelog: https://github.com/boothj5/profanity/releases/tag/0.6.0 Modified: head/net-im/profanity/Makefile head/net-im/profanity/distinfo head/net-im/profanity/pkg-plist Modified: head/net-im/profanity/Makefile ============================================================================== --- head/net-im/profanity/Makefile Tue Mar 19 19:03:03 2019 (r496289) +++ head/net-im/profanity/Makefile Tue Mar 19 20:04:00 2019 (r496290) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= profanity -PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTVERSION= 0.6.0 CATEGORIES= net-im MASTER_SITES= http://www.profanity.im/ @@ -17,15 +16,18 @@ LIB_DEPENDS= libmesode.so:net-im/libmesode \ libcurl.so:ftp/curl \ libotr.so.5:security/libotr \ libuuid.so:misc/e2fsprogs-libuuid \ - libgpgme.so:security/gpgme + libgpgme.so:security/gpgme \ + libassuan.so:security/libassuan \ + libgpg-error.so:security/libgpg-error -USES= ncurses pkgconfig ssl python readline autoreconf libtool +USES= ncurses pkgconfig ssl python readline autoreconf libtool gnome +USE_GNOME= glib20 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-otr --enable-python-plugins --enable-c-plugins \ --enable-pgp --enable-icons=no --with-xscreensaver=no CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto" -USE_GNOME= glib20 - +INSTALL_TARGET= install-strip OPTIONS_DEFINE= NOTIFY NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify Modified: head/net-im/profanity/distinfo ============================================================================== --- head/net-im/profanity/distinfo Tue Mar 19 19:03:03 2019 (r496289) +++ head/net-im/profanity/distinfo Tue Mar 19 20:04:00 2019 (r496290) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486243237 -SHA256 (profanity-0.5.1.tar.gz) = e3513713e74ec3363fbdbac2919bdc17e249988780cc5a4589d1425807a7feb8 -SIZE (profanity-0.5.1.tar.gz) = 691508 +TIMESTAMP = 1553025019 +SHA256 (profanity-0.6.0.tar.gz) = f1b2773b79eb294297686f3913e9489c20effae5e3a335c8956db18f6ee2f660 +SIZE (profanity-0.6.0.tar.gz) = 741812 Modified: head/net-im/profanity/pkg-plist ============================================================================== --- head/net-im/profanity/pkg-plist Tue Mar 19 19:03:03 2019 (r496289) +++ head/net-im/profanity/pkg-plist Tue Mar 19 20:04:00 2019 (r496290) @@ -4,7 +4,10 @@ lib/libprofanity.so man/man1/profanity.1.gz %%DATADIR%%/themes/aqua %%DATADIR%%/themes/batman +%%DATADIR%%/themes/bios %%DATADIR%%/themes/boothj5 +%%DATADIR%%/themes/boothj5_laptop +%%DATADIR%%/themes/boothj5_slack %%DATADIR%%/themes/hacker %%DATADIR%%/themes/headache %%DATADIR%%/themes/joker @@ -20,5 +23,3 @@ man/man1/profanity.1.gz %%DATADIR%%/themes/simple %%DATADIR%%/icons/proIcon.png %%DATADIR%%/icons/proIconMsg.png -%%DATADIR%%/themes/bios -%%DATADIR%%/themes/boothj5_slack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903192004.x2JK40f0039308>