svn commit: r419422 - head/net-im/telegram

Carlos J. Puga Medina cpm at FreeBSD.org
Mon Aug 1 03:22:22 UTC 2016


Author: cpm
Date: Mon Aug  1 03:22:21 2016
New Revision: 419422
URL: https://svnweb.freebsd.org/changeset/ports/419422

Log:
  - Add LICENSE_FILE
  - Remove duplicate BROKEN_powerpc64 line
  - Switch to USES=ssl
  
  Reviewed by:	junovitch (mentor)
  Approved by:	junovitch (mentor)
  Differential Revision:	D7385

Modified:
  head/net-im/telegram/Makefile

Modified: head/net-im/telegram/Makefile
==============================================================================
--- head/net-im/telegram/Makefile	Mon Aug  1 02:27:49 2016	(r419421)
+++ head/net-im/telegram/Makefile	Mon Aug  1 03:22:21 2016	(r419422)
@@ -9,8 +9,7 @@ MAINTAINER=	cpm at FreeBSD.org
 COMMENT=	Command-line interface for Telegram
 
 LICENSE=	GPLv2
-
-BROKEN_powerpc64=	Does not build
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libconfig.so:devel/libconfig \
 		libevent.so:devel/libevent2 \
@@ -20,8 +19,7 @@ BROKEN_mips=	Missing header
 BROKEN_mips64=	Missing header
 BROKEN_powerpc64=	Does not build
 
-USES=		execinfo gmake lua:52 ncurses pkgconfig readline
-USE_OPENSSL=	yes
+USES=		execinfo gmake lua:52 ncurses pkgconfig readline ssl
 GNU_CONFIGURE=	yes
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list