From owner-svn-ports-all@FreeBSD.ORG Wed Jun 4 14:36:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9121C2A6; Wed, 4 Jun 2014 14:36:43 +0000 (UTC) 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 7E00B2990; Wed, 4 Jun 2014 14:36:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s54Eah8b035876; Wed, 4 Jun 2014 14:36:43 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s54Eah7D035874; Wed, 4 Jun 2014 14:36:43 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406041436.s54Eah7D035874@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 4 Jun 2014 14:36:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356503 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2014 14:36:43 -0000 Author: amdmi3 Date: Wed Jun 4 14:36:42 2014 New Revision: 356503 URL: http://svnweb.freebsd.org/changeset/ports/356503 QAT: https://qat.redports.org/buildarchive/r356503/ Log: - Convert USE_BZIP2 to USES - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/net-im/mcabber/Makefile head/net-im/mcabber/pkg-plist Modified: head/net-im/mcabber/Makefile ============================================================================== --- head/net-im/mcabber/Makefile Wed Jun 4 14:26:33 2014 (r356502) +++ head/net-im/mcabber/Makefile Wed Jun 4 14:36:42 2014 (r356503) @@ -3,6 +3,7 @@ PORTNAME= mcabber PORTVERSION= 0.10.2 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES @@ -13,12 +14,11 @@ LIB_DEPENDS= libloudmouth-1.so:${PORTSDI LICENSE= GPLv2 -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sigwinch --libdir=${PREFIX}/lib CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= pkgconfig gettext iconv ncurses +USES= pkgconfig gettext iconv ncurses tar:bzip2 libtool USE_LDCONFIG= yes USE_GNOME= glib20 Modified: head/net-im/mcabber/pkg-plist ============================================================================== --- head/net-im/mcabber/pkg-plist Wed Jun 4 14:26:33 2014 (r356502) +++ head/net-im/mcabber/pkg-plist Wed Jun 4 14:36:42 2014 (r356503) @@ -30,12 +30,8 @@ include/mcabber/xmpp_iq.h include/mcabber/xmpp_iqrequest.h include/mcabber/xmpp_muc.h include/mcabber/xmpp_s10n.h -lib/mcabber/libbeep.la lib/mcabber/libbeep.so -lib/mcabber/libxttitle.la lib/mcabber/libxttitle.so -lib/mcabber/liburlregex.la -lib/mcabber/libfifo.la lib/mcabber/liburlregex.so lib/mcabber/libfifo.so libdata/pkgconfig/mcabber.pc