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

Tilman Keskinoz arved at FreeBSD.org
Mon Dec 28 12:12:19 UTC 2015


Author: arved
Date: Mon Dec 28 12:12:17 2015
New Revision: 404624
URL: https://svnweb.freebsd.org/changeset/ports/404624

Log:
  * Update to 0.4.7
  
  PR:             205601
  Submitted by:   noah.bergbauer at tum.de
  
  * While here add dependency on gpgme to enable PGP support

Deleted:
  head/net-im/profanity/files/
Modified:
  head/net-im/profanity/Makefile
  head/net-im/profanity/distinfo

Modified: head/net-im/profanity/Makefile
==============================================================================
--- head/net-im/profanity/Makefile	Mon Dec 28 12:00:39 2015	(r404623)
+++ head/net-im/profanity/Makefile	Mon Dec 28 12:12:17 2015	(r404624)
@@ -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"

Modified: head/net-im/profanity/distinfo
==============================================================================
--- head/net-im/profanity/distinfo	Mon Dec 28 12:00:39 2015	(r404623)
+++ head/net-im/profanity/distinfo	Mon Dec 28 12:12:17 2015	(r404624)
@@ -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


More information about the svn-ports-all mailing list