Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 22:29:17 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360304 - head/net/sdl2_net
Message-ID:  <201407022229.s62MTHdY033633@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407022229.s62MTHdY033633>