svn commit: r525697 - head/net-im/profanity
Tilman Keskinoz
arved at FreeBSD.org
Mon Feb 10 09:58:24 UTC 2020
Author: arved
Date: Mon Feb 10 09:58:23 2020
New Revision: 525697
URL: https://svnweb.freebsd.org/changeset/ports/525697
Log:
Update profanity to 0.8.1
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 Mon Feb 10 09:31:21 2020 (r525696)
+++ head/net-im/profanity/Makefile Mon Feb 10 09:58:23 2020 (r525697)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= profanity
-PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTVERSION= 0.8.1
CATEGORIES= net-im
MAINTAINER= arved at FreeBSD.org
@@ -30,7 +29,8 @@ GH_PROJECT= profanity
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-otr --enable-python-plugins --enable-c-plugins \
- --enable-pgp --enable-icons=no --with-xscreensaver=no \
+ --enable-pgp --enable-icons-and-clipboard=no \
+ --with-xscreensaver=no \
--enable-omemo
CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto"
INSTALL_TARGET= install-strip
Modified: head/net-im/profanity/distinfo
==============================================================================
--- head/net-im/profanity/distinfo Mon Feb 10 09:31:21 2020 (r525696)
+++ head/net-im/profanity/distinfo Mon Feb 10 09:58:23 2020 (r525697)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569442531
-SHA256 (profanity-im-profanity-0.7.1_GH0.tar.gz) = b2806b8d1e128ca3f70c1769119389e9b01c3faa6ac3dd3a0db3451c7a0aaff4
-SIZE (profanity-im-profanity-0.7.1_GH0.tar.gz) = 443738
+TIMESTAMP = 1581328135
+SHA256 (profanity-im-profanity-0.8.1_GH0.tar.gz) = 53937d9a41f73f6a138446fa108ae20f7d0bd79369832d6ab42035fe8c7e77b5
+SIZE (profanity-im-profanity-0.8.1_GH0.tar.gz) = 464234
Modified: head/net-im/profanity/pkg-plist
==============================================================================
--- head/net-im/profanity/pkg-plist Mon Feb 10 09:31:21 2020 (r525696)
+++ head/net-im/profanity/pkg-plist Mon Feb 10 09:58:23 2020 (r525697)
@@ -10,6 +10,7 @@ man/man1/profanity.1.gz
%%DATADIR%%/themes/boothj5
%%DATADIR%%/themes/boothj5_laptop
%%DATADIR%%/themes/boothj5_slack
+%%DATADIR%%/themes/gruvbox
%%DATADIR%%/themes/hacker
%%DATADIR%%/themes/headache
%%DATADIR%%/themes/joker
@@ -23,5 +24,7 @@ man/man1/profanity.1.gz
%%DATADIR%%/themes/mono
%%DATADIR%%/themes/original_bright
%%DATADIR%%/themes/simple
+%%DATADIR%%/themes/solarized-dark
+%%DATADIR%%/themes/solarized-light
%%DATADIR%%/icons/proIcon.png
%%DATADIR%%/icons/proIconMsg.png
More information about the svn-ports-all
mailing list