svn commit: r360304 - head/net/sdl2_net
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 2 22:29:17 UTC 2014
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
More information about the svn-ports-all
mailing list