From owner-svn-ports-all@FreeBSD.ORG Wed Jul 23 21:52:49 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 6E46A25C; Wed, 23 Jul 2014 21:52:49 +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 5B9882EC0; Wed, 23 Jul 2014 21:52:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NLqnm1006646; Wed, 23 Jul 2014 21:52:49 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NLqnUo006642; Wed, 23 Jul 2014 21:52:49 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407232152.s6NLqnUo006642@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 21:52:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362732 - head/devel/rapidsvn 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, 23 Jul 2014 21:52:49 -0000 Author: amdmi3 Date: Wed Jul 23 21:52:48 2014 New Revision: 362732 URL: http://svnweb.freebsd.org/changeset/ports/362732 QAT: https://qat.redports.org/buildarchive/r362732/ Log: - Switch to USES=libtool, drop .la files - Fix whitespace Approved by: portmgr blanket Modified: head/devel/rapidsvn/Makefile head/devel/rapidsvn/pkg-plist Modified: head/devel/rapidsvn/Makefile ============================================================================== --- head/devel/rapidsvn/Makefile Wed Jul 23 21:52:19 2014 (r362731) +++ head/devel/rapidsvn/Makefile Wed Jul 23 21:52:48 2014 (r362732) @@ -2,7 +2,7 @@ PORTNAME= rapidsvn PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.rapidsvn.org/download/release/${PORTVERSION}/ @@ -13,12 +13,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/svn:${PO xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl -USE_WX= 2.8 +USE_WX= 2.8 WX_UNICODE= yes WX_CONF_ARGS= absolute GNU_CONFIGURE= yes -USES= gettext +USES= gettext libtool CONFIGURE_TARGET= CONFIGURE_ARGS= --with-apr-config=apr-1-config \ --with-apu-config=apu-1-config \ Modified: head/devel/rapidsvn/pkg-plist ============================================================================== --- head/devel/rapidsvn/pkg-plist Wed Jul 23 21:52:19 2014 (r362731) +++ head/devel/rapidsvn/pkg-plist Wed Jul 23 21:52:48 2014 (r362732) @@ -1,8 +1,8 @@ bin/rapidsvn lib/libsvncpp.a -lib/libsvncpp.la lib/libsvncpp.so lib/libsvncpp.so.3 +lib/libsvncpp.so.3.0.0 man/man1/rapidsvn.1.gz share/locale/de/LC_MESSAGES/rapidsvn.mo share/locale/es/LC_MESSAGES/rapidsvn.mo