From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 22:24:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4252BD03; Mon, 16 Jun 2014 22:24:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F0322500; Mon, 16 Jun 2014 22:24:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GMOn4S065388; Mon, 16 Jun 2014 22:24:49 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GMOmXS065384; Mon, 16 Jun 2014 22:24:48 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406162224.s5GMOmXS065384@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 16 Jun 2014 22:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358058 - in head: devel/guichan games/diameter games/py-fife X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 22:24:49 -0000 Author: amdmi3 Date: Mon Jun 16 22:24:47 2014 New Revision: 358058 URL: http://svnweb.freebsd.org/changeset/ports/358058 QAT: https://qat.redports.org/buildarchive/r358058/ Log: - Switch devel/guichan to libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/devel/guichan/Makefile head/devel/guichan/pkg-plist head/games/diameter/Makefile head/games/py-fife/Makefile Modified: head/devel/guichan/Makefile ============================================================================== --- head/devel/guichan/Makefile Mon Jun 16 22:21:34 2014 (r358057) +++ head/devel/guichan/Makefile Mon Jun 16 22:24:47 2014 (r358058) @@ -3,7 +3,7 @@ PORTNAME= guichan PORTVERSION= 0.8.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -12,10 +12,9 @@ COMMENT= Small, efficient C++ GUI librar LICENSE= BSD3CLAUSE -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix +USES= gmake pathfix libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/guichan/pkg-plist ============================================================================== --- head/devel/guichan/pkg-plist Mon Jun 16 22:21:34 2014 (r358057) +++ head/devel/guichan/pkg-plist Mon Jun 16 22:24:47 2014 (r358058) @@ -68,23 +68,23 @@ include/guichan/widgets/window.hpp %%SDL%%include/guichan/sdl/sdlinput.hpp %%SDL%%include/guichan/sdl/sdlpixel.hpp lib/libguichan.a -lib/libguichan.la -lib/libguichan.so.2 lib/libguichan.so +lib/libguichan.so.1 +lib/libguichan.so.1.1.0 libdata/pkgconfig/guichan-0.8.pc %%ALLEGRO%%lib/libguichan_allegro.a -%%ALLEGRO%%lib/libguichan_allegro.la %%ALLEGRO%%lib/libguichan_allegro.so -%%ALLEGRO%%lib/libguichan_allegro.so.2 +%%ALLEGRO%%lib/libguichan_allegro.so.1 +%%ALLEGRO%%lib/libguichan_allegro.so.1.1.0 %%GL%%lib/libguichan_opengl.a -%%GL%%lib/libguichan_opengl.la %%GL%%lib/libguichan_opengl.so -%%GL%%lib/libguichan_opengl.so.2 +%%GL%%lib/libguichan_opengl.so.1 +%%GL%%lib/libguichan_opengl.so.1.1.0 %%GL%%libdata/pkgconfig/guichan_opengl-0.8.pc %%SDL%%lib/libguichan_sdl.a -%%SDL%%lib/libguichan_sdl.la %%SDL%%lib/libguichan_sdl.so -%%SDL%%lib/libguichan_sdl.so.2 +%%SDL%%lib/libguichan_sdl.so.1 +%%SDL%%lib/libguichan_sdl.so.1.1.0 %%SDL%%libdata/pkgconfig/guichan_sdl-0.8.pc %%ALLEGRO%%@dirrm include/guichan/allegro %%GL%%@dirrm include/guichan/opengl Modified: head/games/diameter/Makefile ============================================================================== --- head/games/diameter/Makefile Mon Jun 16 22:21:34 2014 (r358057) +++ head/games/diameter/Makefile Mon Jun 16 22:24:47 2014 (r358058) @@ -3,7 +3,7 @@ PORTNAME= diameter PORTVERSION= 0.4.0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/game${PORTNAME}/game${PORTNAME}/${PORTNAME}-0.4.0 Modified: head/games/py-fife/Makefile ============================================================================== --- head/games/py-fife/Makefile Mon Jun 16 22:21:34 2014 (r358057) +++ head/games/py-fife/Makefile Mon Jun 16 22:24:47 2014 (r358058) @@ -3,7 +3,7 @@ PORTNAME= fife PORTVERSION= 0.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/active/src/:source \ http://sourceforge.net/projects/${PORTNAME}/files/active/demos/:demo \