From owner-svn-ports-head@FreeBSD.ORG Mon Jun 15 12:11:01 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9180CD2C; Mon, 15 Jun 2015 12:11:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 661CBD9F; Mon, 15 Jun 2015 12:11:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5FCB1uI088277; Mon, 15 Jun 2015 12:11:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5FCB0wW088272; Mon, 15 Jun 2015 12:11:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506151211.t5FCB0wW088272@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 15 Jun 2015 12:11:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389696 - head/net-im/mcabber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 12:11:01 -0000 Author: amdmi3 Date: Mon Jun 15 12:11:00 2015 New Revision: 389696 URL: https://svnweb.freebsd.org/changeset/ports/389696 Log: - Add LICENSE_FILE - Fix shebangs - Strip libraries - Pet portlint MFH: 2015Q2 Modified: head/net-im/mcabber/Makefile head/net-im/mcabber/pkg-descr Modified: head/net-im/mcabber/Makefile ============================================================================== --- head/net-im/mcabber/Makefile Mon Jun 15 12:09:31 2015 (r389695) +++ head/net-im/mcabber/Makefile Mon Jun 15 12:11:00 2015 (r389696) @@ -3,22 +3,25 @@ PORTNAME= mcabber PORTVERSION= 0.10.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Small Jabber console client -LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth - LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth +USES= gettext iconv libtool ncurses pkgconfig shebangfix tar:bzip2 +SHEBANG_FILES= contrib/cicq2mcabber.pl \ + contrib/events/mcnotify.py GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sigwinch --libdir=${PREFIX}/lib CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= pkgconfig gettext iconv ncurses tar:bzip2 libtool USE_LDCONFIG= yes USE_GNOME= glib20 @@ -48,6 +51,7 @@ post-patch: ${WRKSRC}/Makefile.* post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mcabber/*.so @${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}/ @${INSTALL} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ @${CP} -R ${WRKSRC}/contrib ${STAGEDIR}${DATADIR}/ Modified: head/net-im/mcabber/pkg-descr ============================================================================== --- head/net-im/mcabber/pkg-descr Mon Jun 15 12:09:31 2015 (r389695) +++ head/net-im/mcabber/pkg-descr Mon Jun 15 12:11:00 2015 (r389696) @@ -13,4 +13,4 @@ Here are some of the features of mcabber ger an external action, for example a shell script (you need to enable it in your configuration file). -WWW: http://www.lilotux.net/~mikael/mcabber/ +WWW: http://www.lilotux.net/~mikael/mcabber/