svn commit: r360443 - head/devel/sdl20

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 3 18:23:57 UTC 2014


Author: amdmi3
Date: Thu Jul  3 18:23:56 2014
New Revision: 360443
URL: http://svnweb.freebsd.org/changeset/ports/360443
QAT: https://qat.redports.org/buildarchive/r360443/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/devel/sdl20/Makefile
  head/devel/sdl20/pkg-plist

Modified: head/devel/sdl20/Makefile
==============================================================================
--- head/devel/sdl20/Makefile	Thu Jul  3 18:22:12 2014	(r360442)
+++ head/devel/sdl20/Makefile	Thu Jul  3 18:23:56 2014	(r360443)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sdl2
 PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.libsdl.org/release/
 DISTNAME=	SDL2-${PORTVERSION}
@@ -13,7 +13,7 @@ COMMENT=	Cross-platform multimedia devel
 LICENSE=	ZLIB
 
 GNU_CONFIGURE=	yes
-USES=		gmake iconv libtool:keepla pathfix pkgconfig
+USES=		gmake iconv libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS+=	--disable-video-opengles \

Modified: head/devel/sdl20/pkg-plist
==============================================================================
--- head/devel/sdl20/pkg-plist	Thu Jul  3 18:22:12 2014	(r360442)
+++ head/devel/sdl20/pkg-plist	Thu Jul  3 18:23:56 2014	(r360443)
@@ -66,7 +66,6 @@ include/SDL2/close_code.h
 lib/libSDL2-2.0.so.0
 lib/libSDL2-2.0.so.0.2.1
 lib/libSDL2.a
-lib/libSDL2.la
 lib/libSDL2.so
 lib/libSDL2_test.a
 lib/libSDL2main.a


More information about the svn-ports-all mailing list