svn commit: r365455 - head/devel/sdl_console
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Aug 20 12:33:11 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list