From owner-svn-ports-all@FreeBSD.ORG Mon Jun 1 01:28:51 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3EC4C54; Mon, 1 Jun 2015 01:28:51 +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 A1D541F21; Mon, 1 Jun 2015 01:28:51 +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 t511Spt9017478; Mon, 1 Jun 2015 01:28:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t511Sp67017477; Mon, 1 Jun 2015 01:28:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506010128.t511Sp67017477@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 1 Jun 2015 01:28:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388187 - head/net-im/pidgin-rhythmbox 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.20 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: Mon, 01 Jun 2015 01:28:51 -0000 Author: amdmi3 Date: Mon Jun 1 01:28:50 2015 New Revision: 388187 URL: https://svnweb.freebsd.org/changeset/ports/388187 Log: - Strip library - Whitespace fix Modified: head/net-im/pidgin-rhythmbox/Makefile Modified: head/net-im/pidgin-rhythmbox/Makefile ============================================================================== --- head/net-im/pidgin-rhythmbox/Makefile Mon Jun 1 01:28:35 2015 (r388186) +++ head/net-im/pidgin-rhythmbox/Makefile Mon Jun 1 01:28:50 2015 (r388187) @@ -3,7 +3,7 @@ PORTNAME= pidgin-rhythmbox PORTVERSION= 2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im audio MASTER_SITES= http://jon.oberheide.org/pidgin-rhythmbox/downloads/ @@ -18,12 +18,13 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/p USES= gmake libtool pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip PLIST_FILES= lib/pidgin/pidgin-rhythmbox.so post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ - -e 's#\([@(]\)PIDGIN_INSTALL\([@)]\)#\1libdir\2/pidgin#' \ - -e 's#-g -g3 -O2##' + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ + -e 's#\([@(]\)PIDGIN_INSTALL\([@)]\)#\1libdir\2/pidgin#' \ + -e 's#-g -g3 -O2##' .include