Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 12:33:11 +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: r365455 - head/devel/sdl_console
Message-ID:  <201408201233.s7KCXBY1081828@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 20 12:33:10 2014
New Revision: 365455
URL: http://svnweb.freebsd.org/changeset/ports/365455
QAT: https://qat.redports.org/buildarchive/r365455/

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

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

Modified: head/devel/sdl_console/Makefile
==============================================================================
--- head/devel/sdl_console/Makefile	Wed Aug 20 12:32:53 2014	(r365454)
+++ head/devel/sdl_console/Makefile	Wed Aug 20 12:33:10 2014	(r365455)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_console
 PORTVERSION=	2.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	SF/sdlconsole/sdlconsole-source/sdlconsole-${PORTVERSION}
 DISTNAME=	sdlconsole-${PORTVERSION}
@@ -11,7 +11,7 @@ DISTNAME=	sdlconsole-${PORTVERSION}
 MAINTAINER=	leeym@FreeBSD.org
 COMMENT=	Drop down console that can be easily added to any SDL application
 
-USES=		libtool:keepla
+USES=		libtool
 USE_SDL=	sdl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/devel/sdl_console/pkg-plist
==============================================================================
--- head/devel/sdl_console/pkg-plist	Wed Aug 20 12:32:53 2014	(r365454)
+++ head/devel/sdl_console/pkg-plist	Wed Aug 20 12:33:10 2014	(r365455)
@@ -4,6 +4,5 @@ include/SDL_console/internal.h
 lib/libSDL_console-2.1.so.0
 lib/libSDL_console-2.1.so.0.0.0
 lib/libSDL_console.a
-lib/libSDL_console.la
 lib/libSDL_console.so
 @dirrmtry include/SDL_console



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