svn commit: r365413 - in head: devel/libwfut games/ember
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 19 17:47:30 UTC 2014
Author: amdmi3
Date: Tue Aug 19 17:47:29 2014
New Revision: 365413
URL: http://svnweb.freebsd.org/changeset/ports/365413
QAT: https://qat.redports.org/buildarchive/r365413/
Log:
- Switch devel/libwfut to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Modified:
head/devel/libwfut/Makefile
head/devel/libwfut/pkg-plist
head/games/ember/Makefile
Modified: head/devel/libwfut/Makefile
==============================================================================
--- head/devel/libwfut/Makefile Tue Aug 19 17:45:40 2014 (r365412)
+++ head/devel/libwfut/Makefile Tue Aug 19 17:47:29 2014 (r365413)
@@ -3,6 +3,7 @@
PORTNAME= libwfut
PORTVERSION= 0.2.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/worldforge/libwfut%20%28updates%20library%29/${PORTVERSION}
@@ -14,7 +15,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/
CONFIGURE_ARGS+=--without-python
GNU_CONFIGURE= yes
-USES= pathfix pkgconfig compiler:c++11-lib
+USES= libtool pathfix pkgconfig compiler:c++11-lib
USE_LDCONFIG= yes
post-patch:
Modified: head/devel/libwfut/pkg-plist
==============================================================================
--- head/devel/libwfut/pkg-plist Tue Aug 19 17:45:40 2014 (r365412)
+++ head/devel/libwfut/pkg-plist Tue Aug 19 17:47:29 2014 (r365413)
@@ -10,9 +10,9 @@ include/libwfut-0.2/libwfut/header.h
include/libwfut-0.2/libwfut/platform.h
include/libwfut-0.2/libwfut/types.h
lib/libwfut-0.2.a
-lib/libwfut-0.2.la
lib/libwfut-0.2.so
-lib/libwfut-0.2.so.2
+lib/libwfut-0.2.so.1
+lib/libwfut-0.2.so.1.1.1
libdata/pkgconfig/libwfut-0.2.pc
man/man1/wfut.1.gz
@dirrm include/libwfut-0.2/libwfut
Modified: head/games/ember/Makefile
==============================================================================
--- head/games/ember/Makefile Tue Aug 19 17:45:40 2014 (r365412)
+++ head/games/ember/Makefile Tue Aug 19 17:47:29 2014 (r365413)
@@ -3,7 +3,7 @@
PORTNAME= ember
PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \
http://amber.worldforge.org/ember/releases/stable/
More information about the svn-ports-head
mailing list