svn commit: r538480 - in head/net-im/profanity: . files

Tilman Keskinoz arved at FreeBSD.org
Thu Jun 11 13:11:47 UTC 2020


Author: arved
Date: Thu Jun 11 13:11:46 2020
New Revision: 538480
URL: https://svnweb.freebsd.org/changeset/ports/538480

Log:
  Update to 0.9.0

Deleted:
  head/net-im/profanity/files/
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	Thu Jun 11 13:10:47 2020	(r538479)
+++ head/net-im/profanity/Makefile	Thu Jun 11 13:11:46 2020	(r538480)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	profanity
-PORTVERSION=	0.8.1
+PORTVERSION=	0.9.0
 CATEGORIES=	net-im
 
 MAINTAINER=	arved at 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

Modified: head/net-im/profanity/distinfo
==============================================================================
--- head/net-im/profanity/distinfo	Thu Jun 11 13:10:47 2020	(r538479)
+++ head/net-im/profanity/distinfo	Thu Jun 11 13:11:46 2020	(r538480)
@@ -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

Modified: head/net-im/profanity/pkg-plist
==============================================================================
--- head/net-im/profanity/pkg-plist	Thu Jun 11 13:10:47 2020	(r538479)
+++ head/net-im/profanity/pkg-plist	Thu Jun 11 13:11:46 2020	(r538480)
@@ -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


More information about the svn-ports-all mailing list