From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 19:54:23 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 344A2E3E; Tue, 3 Jun 2014 19:54:23 +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 08CCF23C7; Tue, 3 Jun 2014 19:54:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53JsMBY051497; Tue, 3 Jun 2014 19:54:22 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53JsMSJ051495; Tue, 3 Jun 2014 19:54:22 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201406031954.s53JsMSJ051495@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 3 Jun 2014 19:54:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356400 - head/irc/hexchat 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: Tue, 03 Jun 2014 19:54:23 -0000 Author: nemysis Date: Tue Jun 3 19:54:22 2014 New Revision: 356400 URL: http://svnweb.freebsd.org/changeset/ports/356400 QAT: https://qat.redports.org/buildarchive/r356400/ Log: - Bump PORTREVISION for dependencies changes - Pass maintainership to koalative at gmail.com - Use libtool instead of USE_AUTOTOOLS libtool - Add USE_AUTOTOOLS libtoolize - Set PORTSCOUT, wrong NLS - Change pkg-plist, remove *.la files Modified: head/irc/hexchat/Makefile head/irc/hexchat/pkg-plist Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Tue Jun 3 19:50:10 2014 (r356399) +++ head/irc/hexchat/Makefile Tue Jun 3 19:54:22 2014 (r356400) @@ -3,20 +3,20 @@ PORTNAME= hexchat PORTVERSION= 2.9.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://dl.hexchat.org/${PORTNAME}/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= IRC chat program with GTK and Text Frontend LICENSE= GPLv2 LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy -USES= gmake desktop-file-utils pkgconfig tar:xz +USES= gmake desktop-file-utils libtool pkgconfig tar:xz USE_GNOME= gtk20 libxml2 -USE_AUTOTOOLS= automake autoconf libtool +USE_AUTOTOOLS= automake autoconf libtoolize GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-openssl --enable-gtkfe --disable-sysinfo \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig @@ -69,6 +69,9 @@ XFT_CONFIGURE_ENABLE= xft GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell LIBSEXY_LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy +# Wrong versioning upstream +PORTSCOUT= skipv:2.10.0 + .include .if ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MSTATIC} Modified: head/irc/hexchat/pkg-plist ============================================================================== --- head/irc/hexchat/pkg-plist Tue Jun 3 19:50:10 2014 (r356399) +++ head/irc/hexchat/pkg-plist Tue Jun 3 19:54:22 2014 (r356400) @@ -1,15 +1,10 @@ bin/hexchat %%TEXTFE%%bin/hexchat-text include/hexchat-plugin.h -lib/hexchat/plugins/checksum.la lib/hexchat/plugins/checksum.so -%%DOAT%%lib/hexchat/plugins/doat.la %%DOAT%%lib/hexchat/plugins/doat.so -%%FISHLIM%%lib/hexchat/plugins/fishlim.la %%FISHLIM%%lib/hexchat/plugins/fishlim.so -%%PERL%%lib/hexchat/plugins/perl.la %%PERL%%lib/hexchat/plugins/perl.so -%%PYTHON%%lib/hexchat/plugins/python.la %%PYTHON%%lib/hexchat/plugins/python.so libdata/pkgconfig/hexchat-plugin.pc man/man1/hexchat.1.gz