svn commit: r427503 - head/net-im/telegram-purple
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Dec 1 14:20:38 UTC 2016
Author: amdmi3
Date: Thu Dec 1 14:20:37 2016
New Revision: 427503
URL: https://svnweb.freebsd.org/changeset/ports/427503
Log:
- Fix LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Pet portlint
Approved by: portmgr blanket
Modified:
head/net-im/telegram-purple/Makefile
Modified: head/net-im/telegram-purple/Makefile
==============================================================================
--- head/net-im/telegram-purple/Makefile Thu Dec 1 13:54:48 2016 (r427502)
+++ head/net-im/telegram-purple/Makefile Thu Dec 1 14:20:37 2016 (r427503)
@@ -3,14 +3,14 @@
PORTNAME= telegram-purple
PORTVERSION= 1.3.0
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= kevlo at FreeBSD.org
COMMENT= Libpurple plugin for Telegram messenger
-LICENSE= GPLv2
+LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= pidgin:net-im/pidgin
@@ -21,7 +21,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgc
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
-USES= execinfo gettext gmake pkgconfig tar:xz
+USES= execinfo gettext gmake pkgconfig
USE_GNOME= glib20 libxml2
USE_GCC= yes
GNU_CONFIGURE= yes
@@ -33,8 +33,6 @@ GH_TAGNAME?= 624cf5a:tgl 36bf190:tlparse
BROKEN_sparc64= cannot compile: assertion fails
-.include <bsd.port.pre.mk>
-
pre-configure:
@${REINPLACE_CMD} -e 's|/etc/telegram-purple/server.tglpub|${PREFIX}/etc/telegram-purple/server.tglpub|g' \
${WRKSRC}/telegram-purple.c
@@ -43,4 +41,4 @@ post-extract:
@${MV} ${WRKSRC_tgl}/* ${WRKSRC}/tgl
@${MV} ${WRKSRC_tlparser}/* ${WRKSRC}/tgl/tl-parser
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list