From owner-svn-ports-head@FreeBSD.ORG Wed Jul 2 22:29:17 2014 Return-Path: Delivered-To: svn-ports-head@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 95E1D8E8; Wed, 2 Jul 2014 22:29:17 +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 834B82975; Wed, 2 Jul 2014 22:29:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62MTHRD033635; Wed, 2 Jul 2014 22:29:17 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62MTHdY033633; Wed, 2 Jul 2014 22:29:17 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407022229.s62MTHdY033633@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 2 Jul 2014 22:29:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360304 - head/net/sdl2_net X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 22:29:17 -0000 Author: amdmi3 Date: Wed Jul 2 22:29:16 2014 New Revision: 360304 URL: http://svnweb.freebsd.org/changeset/ports/360304 QAT: https://qat.redports.org/buildarchive/r360304/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/net/sdl2_net/Makefile head/net/sdl2_net/pkg-plist Modified: head/net/sdl2_net/Makefile ============================================================================== --- head/net/sdl2_net/Makefile Wed Jul 2 22:26:32 2014 (r360303) +++ head/net/sdl2_net/Makefile Wed Jul 2 22:29:16 2014 (r360304) @@ -2,7 +2,7 @@ PORTNAME= sdl2_net PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL2_net-${PORTVERSION} @@ -12,9 +12,8 @@ COMMENT= A small sample cross-platform n LICENSE= ZLIB -USE_AUTOTOOLS= libtool USE_SDL= sdl2 -USES= pathfix pkgconfig:build gmake +USES= gmake libtool pathfix pkgconfig:build GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/sdl2_net/pkg-plist ============================================================================== --- head/net/sdl2_net/pkg-plist Wed Jul 2 22:26:32 2014 (r360303) +++ head/net/sdl2_net/pkg-plist Wed Jul 2 22:29:16 2014 (r360304) @@ -1,7 +1,6 @@ include/SDL2/SDL_net.h -lib/libSDL2_net-2.0.so lib/libSDL2_net-2.0.so.0 +lib/libSDL2_net-2.0.so.0.0.0 lib/libSDL2_net.a -lib/libSDL2_net.la lib/libSDL2_net.so libdata/pkgconfig/SDL2_net.pc