From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 10:22:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D69F08E5; Sun, 1 Jun 2014 10:22:30 +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 C537F2D12; Sun, 1 Jun 2014 10:22:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51AMU0X083326; Sun, 1 Jun 2014 10:22:30 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51AMUeb083324; Sun, 1 Jun 2014 10:22:30 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406011022.s51AMUeb083324@svn.freebsd.org> From: Martin Wilke Date: Sun, 1 Jun 2014 10:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356088 - head/net-im/telepathy-gabble 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: Sun, 01 Jun 2014 10:22:30 -0000 Author: miwi Date: Sun Jun 1 10:22:30 2014 New Revision: 356088 URL: http://svnweb.freebsd.org/changeset/ports/356088 QAT: https://qat.redports.org/buildarchive/r356088/ Log: - Stage support Modified: head/net-im/telepathy-gabble/Makefile head/net-im/telepathy-gabble/pkg-plist Modified: head/net-im/telepathy-gabble/Makefile ============================================================================== --- head/net-im/telepathy-gabble/Makefile Sun Jun 1 10:22:15 2014 (r356087) +++ head/net-im/telepathy-gabble/Makefile Sun Jun 1 10:22:30 2014 (r356088) @@ -29,15 +29,12 @@ USE_OPENSSL= yes USE_PYTHON_BUILD= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt -MAN8= telepathy-gabble.8 - PLIST_SUB= PVERSION=${PORTVERSION} .if defined(WITH_OPENSSL_BASE) CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/lib/ext/wocky/configure Modified: head/net-im/telepathy-gabble/pkg-plist ============================================================================== --- head/net-im/telepathy-gabble/pkg-plist Sun Jun 1 10:22:15 2014 (r356087) +++ head/net-im/telepathy-gabble/pkg-plist Sun Jun 1 10:22:30 2014 (r356088) @@ -1,4 +1,5 @@ bin/telepathy-gabble-xmpp-console +man/man8/telepathy-gabble.8.gz lib/telepathy/gabble-0/lib/libgabble-plugins-%%PVERSION%%.so lib/telepathy/gabble-0/lib/libgabble-plugins.a lib/telepathy/gabble-0/lib/libgabble-plugins.la