From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 13:44:42 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 503DED69; Mon, 23 Jun 2014 13:44:42 +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 3A66029FA; Mon, 23 Jun 2014 13:44:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NDifA1042614; Mon, 23 Jun 2014 13:44:41 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5NDidR7042601; Mon, 23 Jun 2014 13:44:39 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406231344.s5NDidR7042601@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 23 Jun 2014 13:44:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358946 - in head: audio/mixxx databases/leveldb devel/google-perftools games/freecell-solver graphics/k3d mail/rspamd security/tor security/tor-devel www/nginx www/nginx-devel 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: Mon, 23 Jun 2014 13:44:42 -0000 Author: amdmi3 Date: Mon Jun 23 13:44:39 2014 New Revision: 358946 URL: http://svnweb.freebsd.org/changeset/ports/358946 QAT: https://qat.redports.org/buildarchive/r358946/ Log: - Switch devel/google-perftools to USES=libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/audio/mixxx/Makefile head/databases/leveldb/Makefile head/devel/google-perftools/Makefile head/devel/google-perftools/pkg-plist head/games/freecell-solver/Makefile head/graphics/k3d/Makefile head/mail/rspamd/Makefile head/security/tor-devel/Makefile head/security/tor/Makefile head/www/nginx-devel/Makefile head/www/nginx/Makefile Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Mon Jun 23 13:41:14 2014 (r358945) +++ head/audio/mixxx/Makefile Mon Jun 23 13:44:39 2014 (r358946) @@ -4,7 +4,7 @@ PORTNAME= mixxx PORTVERSION= 1.11.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Mon Jun 23 13:41:14 2014 (r358945) +++ head/databases/leveldb/Makefile Mon Jun 23 13:44:39 2014 (r358946) @@ -3,7 +3,7 @@ PORTNAME= leveldb PORTVERSION= 1.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE Modified: head/devel/google-perftools/Makefile ============================================================================== --- head/devel/google-perftools/Makefile Mon Jun 23 13:41:14 2014 (r358945) +++ head/devel/google-perftools/Makefile Mon Jun 23 13:44:39 2014 (r358946) @@ -3,7 +3,7 @@ PORTNAME= google-perftools PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL} @@ -26,7 +26,7 @@ LIB_DEPENDS+= libexecinfo.so:${PORTSDIR} GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= compiler +USES= compiler libtool CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo Modified: head/devel/google-perftools/pkg-plist ============================================================================== --- head/devel/google-perftools/pkg-plist Mon Jun 23 13:41:14 2014 (r358945) +++ head/devel/google-perftools/pkg-plist Mon Jun 23 13:44:39 2014 (r358946) @@ -18,29 +18,29 @@ include/gperftools/profiler.h include/gperftools/stacktrace.h include/gperftools/tcmalloc.h lib/libprofiler.a -lib/libprofiler.la lib/libprofiler.so -lib/libprofiler.so.3 +lib/libprofiler.so.0 +lib/libprofiler.so.0.3.2 lib/libtcmalloc.a -lib/libtcmalloc.la lib/libtcmalloc.so -lib/libtcmalloc.so.5 +lib/libtcmalloc.so.4 +lib/libtcmalloc.so.4.1.2 lib/libtcmalloc_and_profiler.a -lib/libtcmalloc_and_profiler.la lib/libtcmalloc_and_profiler.so -lib/libtcmalloc_and_profiler.so.5 +lib/libtcmalloc_and_profiler.so.4 +lib/libtcmalloc_and_profiler.so.4.1.2 lib/libtcmalloc_debug.a -lib/libtcmalloc_debug.la lib/libtcmalloc_debug.so -lib/libtcmalloc_debug.so.5 +lib/libtcmalloc_debug.so.4 +lib/libtcmalloc_debug.so.4.1.2 lib/libtcmalloc_minimal.a -lib/libtcmalloc_minimal.la lib/libtcmalloc_minimal.so -lib/libtcmalloc_minimal.so.5 +lib/libtcmalloc_minimal.so.4 +lib/libtcmalloc_minimal.so.4.1.2 lib/libtcmalloc_minimal_debug.a -lib/libtcmalloc_minimal_debug.la lib/libtcmalloc_minimal_debug.so -lib/libtcmalloc_minimal_debug.so.5 +lib/libtcmalloc_minimal_debug.so.4 +lib/libtcmalloc_minimal_debug.so.4.1.2 libdata/pkgconfig/libprofiler.pc libdata/pkgconfig/libtcmalloc.pc libdata/pkgconfig/libtcmalloc_debug.pc Modified: head/games/freecell-solver/Makefile ============================================================================== --- head/games/freecell-solver/Makefile Mon Jun 23 13:41:14 2014 (r358945) +++ head/games/freecell-solver/Makefile Mon Jun 23 13:44:39 2014 (r358946) @@ -3,6 +3,7 @@ PORTNAME= freecell-solver PORTVERSION= 3.26.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ Modified: head/graphics/k3d/Makefile ============================================================================== --- head/graphics/k3d/Makefile Mon Jun 23 13:41:14 2014 (r358945) +++ head/graphics/k3d/Makefile Mon Jun 23 13:44:39 2014 (r358946) @@ -3,7 +3,7 @@ PORTNAME= k3d PORTVERSION= 0.8.0.2 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONPREFIX= source- CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/K-3D%20Source/K-3D%20${PORTVERSION} Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Mon Jun 23 13:41:14 2014 (r358945) +++ head/mail/rspamd/Makefile Mon Jun 23 13:44:39 2014 (r358946) @@ -2,6 +2,7 @@ PORTNAME= rspamd PORTVERSION= 0.6.9 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ @@ -43,7 +44,7 @@ USE_OPENSSL= yes .if ${PORT_OPTIONS:MGPERF} CMAKE_ARGS+= -DENABLE_GPERF_TOOLS=ON - LIB_DEPENDS+= profiler.1:${PORTSDIR}/devel/google-perftools + LIB_DEPENDS+= libprofiler.so:${PORTSDIR}/devel/google-perftools .endif .if ${PORT_OPTIONS:MREDIRECTOR} Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Mon Jun 23 13:41:14 2014 (r358945) +++ head/security/tor-devel/Makefile Mon Jun 23 13:44:39 2014 (r358946) @@ -3,6 +3,7 @@ PORTNAME= tor DISTVERSION= 0.2.5.4-alpha +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Mon Jun 23 13:41:14 2014 (r358945) +++ head/security/tor/Makefile Mon Jun 23 13:44:39 2014 (r358946) @@ -3,6 +3,7 @@ PORTNAME= tor DISTVERSION= 0.2.4.21 +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Mon Jun 23 13:41:14 2014 (r358945) +++ head/www/nginx-devel/Makefile Mon Jun 23 13:44:39 2014 (r358946) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Mon Jun 23 13:41:14 2014 (r358945) +++ head/www/nginx/Makefile Mon Jun 23 13:44:39 2014 (r358946) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/