Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 12:11:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389696 - head/net-im/mcabber
Message-ID:  <201506151211.t5FCB0wW088272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506151211.t5FCB0wW088272>